/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

*{font-family: "Open Sans" !important;}
.fa {font: normal normal normal 14px/1 FontAwesome !important;}

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, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li, ul li, ol li, fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {
margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
html{height:100%;}
html, .login-body {height: 100%;}

body {color: #000;min-height:100%;position:relative; padding-bottom:50px;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;font-family: 'Open Sans', sans-serif; font-size:14px; line-height:normal;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
a:focus,a:hover{
outline:none;
text-decoration:none;
}

.login-body{
  /* The image used */
		background-image: url("{!URLFOR($Resource.images, '/images/Gears_BG.gif')}")  no-repeat center center fixed;
		height: 100%; 
		background-size: cover;
} 



.m-r10{
	margin-right:10px !important;
}
.p-t5{
	padding-top:5px;
}
.email-ellipsis{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.static-data{
	overflow: auto;
    margin: 7px 0 0 0;
    max-height: 418px;
	border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.static-data table tr th{
	background:#333 !important;
	color:#fff;
}
.scroll-data{
	overflow: auto;
    max-height: 400px;
	border: 1px solid #ddd;
}
.static-data table{margin-bottom:0;}
@font-face {
font-family: 'Calibri';
src: url('../fonts/Calibri-Light.eot');
src: url('../fonts/Calibri-Light.eot?#iefix') format('embedded-opentype'),
url('../fonts/Calibri-Light.woff') format('woff'),
url('../fonts/Calibri-Light.ttf') format('truetype');
font-weight: 300;
font-style: normal;
}
.marginB10{
margin-bottom:10px;
}
.bPageBlock {width:100%; float:left;}
/* Login Form */


.inner-login-table .logo-main-sec{min-height: 529px;display: table;}
.logo-main-sec img {margin-right: 3%;vertical-align: sub;}
.main-sec-login{width: 100%;

overflow: hidden;
clear:both;
float: left;
height:100%;
}
.main-sec-login .container , .main-sec-registra .container{width: 50%;height: 100%;}
.main-sec-login .container .inner-login-table{display: table;height: 100%;margin:auto;width:50%;}
.main-inner-sec {display: table-cell;width: 100%;height: 100%;margin: auto;vertical-align: middle;}
.main-inner-sec .right-side-sec {
background-color: #232323;
    box-shadow: 0px -1px 15px 2px rgba(0, 0, 0, 0.4);
    padding: 15px 40px;
    height: auto;
    min-height: 418px;
    border: 2px solid #232323;
    border-radius: 5px;
    opacity: 0.80;
}
.input-inner-sec .form-control{background-color: #f1f1f1;padding-left: 50px;	}
.input-inner-sec .form-group label {padding: 10px 0;font-size: 13px;color: #fff;font-weight: 500;}
img.align-center.logo-img {width: 100%; text-align: center; display: block; margin:0 auto 20px;  }
.logo-check-rem{padding:0; color:#fff; display:inline-block;}
.input-inner-sec .btn.btn-default {
    margin: 20px auto 0;
    width: 44%;
    display: block;
    border-radius: 0px;
    height: 46px;
    line-height: 34px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
input[type=checkbox] { display:inherit;} /* to hide the checkbox itself */
input[type=checkbox] + label:before {font-family: FontAwesome;display: inline-block;}
input[type=checkbox] + label:before { content: "\f096"; font-size: 22px;vertical-align: sub;} /* unchecked icon */
input[type=checkbox] + label:before { letter-spacing: 10px; } /* space between checkbox and label */
input[type=checkbox]:checked + label:before { content: "\f046"; } /* checked icon */
input[type=checkbox]:checked + label:before { letter-spacing: 5px; } /* allow space for check mark */
input[type=checkbox]:checked+label,input[type=checkbox]+label{background-image:none;padding:0px !important;font-size: 13px;}
.input-inner-sec .form-group {margin-bottom: 15px;display: inline-block;width: 100%;position: relative;}
.input-inner-sec .form-group i.fa {position: absolute;left: 0px;background: #726e6a;bottom:0px;margin: auto;height: 34px; z-index: 1; width: 38px;color: #fff;border-right: 1px solid #ededed;text-align: center;line-height: 33px !important; font-size: 17px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px;}

.inner-login-table input[type=checkbox] { display:none;}

/* header section */

header {display: inline-block;width: 100%;padding: 0px 0px 10px 0px;position:relative;}
header .gear,header .gear-right{
	position:absolute;
	left:0;
}
header .gear-right{
	right:0;
	left:inherit;
	-moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph; /*IE*/
    filter: fliph; /*IE*/
}
header .gear img,header .gear-right img{
	width:216px;
}
header .container{
	width:100%;
	padding:15px 15px 0px 15px;
	background: -webkit-linear-gradient(top, rgb(0, 0, 0) 0%,rgb(90, 90, 90) 100%);
}
.top-head-sec {display: block;width: 1300px;padding-bottom: 10px;margin: 0 auto;}
.top-head-sec button { box-shadow: none;border: 0;}
#imaginary_container{
	margin-top:5px;
}
/* .navbar-inverse.navi-bg {background-image: url(../images/head-bg.jpg);background-repeat: repeat;background-size: contain; background-position: 100% 100%;} */
.navbar {margin-bottom: 0;border-radius: 0; background:none; /* border-top:solid 1px rgba(255, 255, 255, 0.2); */border-top:none; border-bottom:0px;}
.row.content {height:auto;padding-bottom:50px;}
.sidenav {padding-top: 0px;background-color: #fff;height: 100%;}
ul.nav.navbar-nav {display: inline-block;width: 100%;margin: auto;float: none;text-align: center;     margin-top: 8px;}
ul.nav.navbar-nav li {display: inline-block;float: none;text-align: center;color: #000;margin:auto;padding: 0;}
ul.nav.navbar-nav li a {color: #fff;box-shadow: none;opacity: 1;margin: auto;padding: 15px 8px;float: none;text-transform: uppercase;}
ul.nav.navbar-nav li a:hover {color:#ffffffad;}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover{
	background:#fff;
	color:#000;
	box-shadow: 0px 0px 0px 0px;
}
.top-img-left img {display: block;width: 100%;margin: auto;max-width: 80px;border-radius: 50%;text-align: center;}
.top-img-left1 img {max-width: 100%;border-radius: 0%;}
.right-side-btn button {float: right;background:none; color:#fff;}
.right-side-btn button:hover, .right-side-btn button:focus, .right-side-btn button:active, .open .dropdown-toggle.btn-primary {float: right;background-image: url(../images/head-bg.jpg);background-repeat: repeat;background-size: contain; background-position: 100% 100%;}
.right-side-btn button:focus,.right-side-btn button:visited{
background:none;
}
.right-side-btn{padding-right:15px;}
.right-side-btn button{
display: flex;
    align-items: center;
}

.right-side-btn button table .sfdc_richtext img{
height: 40px !important;
    width: 40px !important;
    border-radius: 55px;
    margin-right: 4px;
}
.user-profile-block .sfdc_richtext img{
    border-radius: 55%;
}
img.profile-img-sec {display: inline-block;width: 100%;max-width: 35px;border-radius: 50px;vertical-align: inherit;}
.dropdown-menu{top: 47px;right: 0;left: inherit; z-index: 99999;}

/* Replaced CSS of salesforce */

body .btn{
	padding:6px 12px;
}
h1, h2, h3, h4, h5, h6{
	display:block;
}
.no-padding{
	padding:0px !important;
}
.no-margin{
	margin:0px !important;
}
.m-t-5{
	margin-top:5px;
}
.m-t-10{
	margin-top:10px;
}
.m-t-15{
	margin-top:15px;
}
.p-10{
	padding:10px;
}
.main-block{
	background-color:#f1f1f1; border-radius: 4px; display:inline-block;width:100%;margin-bottom: 15px;padding: 15px; box-shadow: inset 0px 0px 2px 0px #656565;
}
.input-group .form-control{
	z-index:0;
}
/* left sidebar */
.top-img-left{background-color:#f1f1f1; border-radius: 4px; display:inline-block;width:100% !important;margin-bottom: 15px;padding: 15px; box-shadow: inset 0px 0px 2px 0px #656565;}
.top-img-left h1 {display: inline-block;margin:auto; text-align: left; font-size: 17px;font-weight: 600;line-height: 21px; margin: 8px; border-bottom: 1px dashed #adadad; padding-bottom: 13px; width:100%; color:#565656; font-weight:bold;}
.top-img-left ul li {display: inline-block;width: 49%;padding: 5px 2px;color:#b0b6b6; margin:0px; text-align: center;}
.top-img-left ul li.green{color:#1d564f;    font-weight: 600;}
.btn-group {display: inline-block;width: 100%;padding: 15px 0px;}
.btn.btn-default {background: #243b5b;color: #fff;box-shadow: none;font-weight: normal;font-family: Arial; padding: 6px 15px;   border-radius: 8px;   font-size: 12px;width:100%; text-transform:uppercase;}

.mid-main-sec h2 {font-size: 16px;color: #1d564f;font-weight: 600;margin: 0px auto 10px 0px; border-bottom: 1px dashed #adadad; padding-bottom: 13px;}
.mid-main-sec p span {display: inline-block;margin-right: 12px;vertical-align: middle;color:#1d564f;}
.mid-main-sec p {display: inline-block;width: 100%;margin: 5px auto 0;}

.main-inner-sec .btn.btn-default {background: #262625; background: -moz-linear-gradient(left, #262625 0%, #5c5c5b 50%, #262625 100%); background: -webkit-linear-gradient(left, #262625 0%,#5c5c5b 50%,#262625 100%); background: linear-gradient(to right, #262625 0%,#5c5c5b 50%,#262625 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262625', endColorstr='#262625',GradientType=1 ); color: #fff;box-shadow: none;font-weight: 400;font-size: 12px;width:70%; text-transform:uppercase; font-weight:bold;text-shadow: none;height: 40px;line-height: 28px;}

/* middel section */
#owl-demo .item img{display: block;width: 100% !important;height: auto !important;}
.item{position:relative;}
.slid-text-sec {position: absolute;left: 0;right: 0;height: auto;bottom: 0;min-height: 50px;background: rgba(34, 48, 77, 0.8);color: #fff;padding: 15px;}
.owl-theme .owl-controls { margin-top: 10px; text-align: center;position: absolute;top: 0;bottom: 0; margin: auto;
height: 53px;width:100%;}
.owl-theme .owl-controls .owl-buttons div{opacity:1;background-color:#000;}
.owl-prev {float: left;}
.owl-next{float:right;}
.mid-inner-sec {display: inline-block;width: 100%;margin: 15px auto;background-color: #f1f1f1;border-top: 3px solid #999fad;}
.mid-inner-sec h2 {font-size: 25px;font-weight: 600;padding: 15px;}
.no-pad{padding:0;}
.mid-inner-sec th {color: #000b33;font-weight: 600;}

.panel-group .panel+.panel {
    margin-top: 10px;
}
.panel-default>.panel-heading {color: #333;background-color: #f1f1f1;border-color: #f1f1f1;background-image:none; padding: 0;}
.panel-title a{width: 100%;display: inline-block;padding: 11px;text-align:center;}
.panel-default>.panel-heading a:after {content: "";position: relative;top: 7px;display: inline-block;font-family: 'Glyphicons Halflings';font-style: normal;font-weight: bold;line-height: 0.5;-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;float: right;transition: transform .25s linear; -webkit-transition:-webkit-transform .25s linear;    font-size: 16px;}
.panel-default>.panel-heading a[aria-expanded="true"] {background-color: #f1f1f1;}
.panel-default>.panel-heading a[aria-expanded="true"]:after {content: "\2212"; -webkit-transform: rotate(180deg);
transform: rotate(180deg);}
.panel-default>.panel-heading a[aria-expanded="false"]:after {content: "\002b"; -webkit-transform: rotate(90deg);
transform: rotate(90deg);}
.accordion-option .title {font-size: 20px;font-weight: bold;float: left;padding: 0;margin: 0;}
.accordion-option .toggle-accordion {float: right;font-size: 16px;color: #6a6c6f;}


/* right side section*/

.right-side img {width:100%; max-width: 150px;border-radius:0;    max-height: 150px;}
.top-img-left.right-top-main {min-height: 100px;}
.right-sec-mid h2 { margin: 15px auto;font-size: 14px;color: #1d564f;font-weight: 600;}
.right-sec-mid .btn-group {padding-left: 0;width: 68%;}

.modal-dialog .table  tr th{
    background-color: #e8e8e8;
}

.modal-dialog .modal-header{
 background-color: #2a4467;
 color:#fff;

}
.modal-dialog .modal-header .close {
    margin-top: -2px;  
    padding: 2px 5px 0px 5px;
    color: #fff;
	opacity: 1;
	font-size: 30px;
    line-height: 20px;
	outline:none;
}

.mid-inner-sec table tr td{
font-size: 13px;
}
.btn-color a{
    background-color: #243b5b;
    color: #ffff;
    padding: 5px 7px 5px 7px;
    border-radius: 2px;
    text-decoration: none;
	}
	
	.btn-color a:hover{
    color: #ffff;
    text-decoration: none;
	}

/* Set black background color, white text and some padding */
footer {background-color: #555;color: white;padding: 15px;}
footer.container-fluid.text-center {position:absolute;left: 0;right: 0;bottom: 0;padding: 10px;}

.modal-dialog.entities-section{
width:615px;
}
.bPageBlock {
    border:0px;

}
.apexDefaultPageBlock .pbHeader{
    position: absolute;
    bottom: 18px;
    border: none;
    left: 24px;
	/* z-index:9999; */
}
.entities-section .pbHeader{
bottom:9px;
z-index: 2;
}
.case-his .apexp .bPageBlock .pbHeader .btn{
    padding: 2px 4px;
}
.bEditBlock .pbHeader>table, .apexp .bPageBlock.apexDefaultPageBlock .pbHeader>table, #ep.bLayoutBlock .pbHeader>table {
    border-bottom: none;
}
.bPageBlock .pbTitle {
    vertical-align: middle;
    color: #222;
    font-size: 91%;
    width: 6%;
    margin: 0;
}
.bEditBlock .pbHeader>table>tbody>tr>td, .bPageBlock .pbHeader>table>tbody>tr>td, .bLayoutBlock .pbHeader>table>tbody>tr>td, .bEditBlock .pbBottomButtons>table>tbody>tr>td, .bPageBlock .pbBottomButtons>table>tbody>tr>td, .bLayoutBlock .pbBottomButtons>table>tbody>tr>td {
    padding: 5px 0px;
}
.select-page-size{
width:280px;
height:30px;
}

.userBlock .pbButton input[type="submit"]{
	margin-left:5px;
}

/*====verticle slider====*/

/* nt-example1 */

#nt-example1 {
	max-width: 620px;
	margin: auto;
}

#nt-example1-container {
	text-align: center;
}

#nt-example1-container i {
	font-size: 36px;
	margin: 8px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#nt-example1-container i:hover {
	color: #333;
}

#nt-example1 li {
	color: #4e4e4e;
	background: #F2F2F2;
	overflow: hidden;
	height: 80px;
	padding: 10px;
	line-height: 30px;
	font-size: 24px;
	text-align: left;
	border-bottom: 1px dotted #2c8162;
}

#nt-example1 li:hover {
	background: #FFF;
}

.about-container h5{
	font-size: 17px;
	font-weight: 700;
    color: #666;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}
#editProfile h2{
	font-weight: 700;
    margin-bottom: 20px;
	padding-bottom:15px;
	border-bottom:1px solid #ddd;
}
.modal-dialog.modal-lg{
	width: 900px;
}
#editProfile .detailList label{
	float:right;
}



.pbHeader .btn {    line-height: normal;}
.apexp .bPageBlock .pbHeader .btn {border: 1px solid #c7c2c2;padding: 4px 6px;
   }
	
	
	.modal-header {
    padding: 11px 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px;
}


.right-top-main  li a {padding:5px; display:block;}
.right-top-main  li:hover a {background: #d2d2d2; color: #3f3f3f;}
.mid-main-sec p i {padding-right:10px;}
.mid-inner-sec table thead {    background: #888888;}
.mid-inner-sec table thead  tr th { color:#fff;} 
.panel-title a:hover {text-decoration:none;}
.mid-inner-sec table td a  {padding: 6px 15px;
    margin: 7px;
    text-transform: uppercase;
    font-weight: 600;    border-radius: 7px;}
	
.page_row_count {letter-spacing: 1px; position: absolute; right: 26px; margin-top: 3px;}
.dropdown-menu>li>a {padding: 10px; border-bottom: 1px dashed #ddd; text-align: left;}
.dropdown-menu>li>a > i {padding-right:10px; color:#3276b1; font-size:16px;}
.dropdown-menu {padding:0px; border-radius:none;}

body .secondaryPalette.bPageBlock, body .individualPalette .secondaryPalette.bPageBlock {    
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    -moz-border-radius: 4px;
	    
	}
	
	.forms .input-group-btn:last-child>.btn{
		margin-left: 5px;
	}
	.forms .input-group-btn>.btn{
		padding: 10px 15px;
	}
	.forms .btn .caret{
		margin-left:5px;
	}
body .bPageBlock .pbBody .labelCol, body .print .topics-label {
    font-weight: normal;
    font-size: 14px;
	vertical-align: middle;
}
body input.btn.popup_btn {
    padding: 7px 22px;
    width: auto;
    border: none;
    font-weight: normal;
    float: right;
    background: #2a4467;
    color: #fff;
    border-radius: 6px;
	margin-left: 10px;
}
body .bPageBlock .pbBody .dataCol {padding-top: 10px;
    padding-bottom: 10px;}
	
.dropdown .dropdown-toggle{padding: 6px 19px;} 

.navbar-collapse{
padding-left:0px;
padding-right:0px;
}

.cover_wrapper {overflow: hidden;
        background-color: #888;
    border-top-right-radius: 4px;
    height: 300px;
    border-top-left-radius: 4px;
    position: relative; background:#888;}
	
.cover_wrapper .upload_icon {position:absolute; top:20px; left:20px; }
.cover_wrapper .upload_icon i {font-size: 1.1em;
    margin-left: 3px;
    margin-right: 3px; color:#fff;   font-size: 24px; opacity: 0.4;}

	.cover_wrapper .upload_icon a:hover i {opacity: 0.8;}
.user_content {background-color: #f5f5f5; padding:25px; margin-bottom:20px;}
.user_information {background:#fff; padding: 20px 30px; position:relative;   webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);border-color: #ddd;border-radius: 4px;  margin-top: -50px; margin-bottom: 20px;}
	
	.user_pic {background-color: white;
    border-radius: 6px;
    border: 4px solid white;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
    display: inline-block;
    position: absolute;
   /*  max-width: 150px;
    max-height: 200px; */
	width:150px;
	height:150px;
    bottom: 5px;
    left: 20px;
    overflow: hidden;
    border-radius: 50%;
}

.user_pic_uploder {
    position: absolute;
    margin: 1px auto;
    left: 0;
    font-size: 12px;
    text-align: center;
    right: 0;
    background: #636363c7;
    padding: 5px;
    bottom: -4px;
}
.user_pic_uploder  i {color:#fff;}
.user_details {margin-left:160px;}
.user_details h3 {font-size: 25px;}
.edit_user .btn.btn-default {        background: transparent;
    color: #333;
    border-radius: 3px;
    text-transform: capitalize;
    font-size: 15px;}
	.edit_user .btn.btn-default i {padding-right:10px;}
.user_activity {
    padding-left: 30px;
    background-color: #f3f3f3;
    border: 1px solid #e0e0e0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding-bottom: 0;
    webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
	margin-bottom:20px;
}
	.user_activity   ul li {display:inline-block; padding-left: 10px; padding-right: 10px; text-align: center; margin-right:5px;}
	.user_activity   ul li a {color:#000; font-size:11px; padding-bottom: 0; padding-top: 5px;}
	.user_activity   ul li a  p {font-size: 18px;
    margin-bottom: 0;
	margin-top: 5px;
    color: #428bca;
    font-weight: 600;}
	.user_activity .nav-tabs {border-bottom: 1px solid transparent;}
	.user_activity   ul li:hover {border-bottom: 4px solid #428bca;}
	.user_activity   ul li.active {border-bottom: 4px solid #428bca;}
	
	.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    background-color: transparent; 
    border: 1px solid transparent;
    border-bottom-color: transparent;
    cursor: default;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.user_detail_info { padding: 15px 15px 8px; border-radius:4px;    display: inline-block;
    width: 100%; }
	.user_detail_info i {padding-right:5px; color:#858585;}
	
	.detail_info {background:#fff; 
	webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	display: inline-block;
    box-shadow: 0 0 5px 0 #e2e3e4;
	width: 100%;
	}
	
	hr {border-top: 1px solid #ddd;}
.bullet{ display: list-item; list-style-type: disc; list-style-position: inside;}

.p-l-30,
.table>tbody>tr>td.p-l-30{
	padding-left:30px;
}
.comment-list{
	border-top:1px solid #ddd;
	padding:10px 0px;
}
.comment-list:last-child{
	border-bottom:1px solid #ddd;
}
.text-muted {
    color: #777;
	margin-top:10px;
}
.info-div {
    margin-bottom: 20px;
}
.userinfo-inner-div {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0 0 5px 0 #e2e3e4;
	margin-bottom: 20px;
}
.userinfo-inner-div strong, .group-container strong{
	font-weight:700;
}
.fa {
    font-size: 1.1em;
    margin-left: 3px;
    margin-right: 3px;
}
/*===my profile=====*/
.center-container {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.about-container {
    box-shadow: 0 0 5px 0 #e2e3e4;
}
.white-card {
    background-color: #ffffff;
    border-radius: 5px;
}
.card-header {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: transparent;
}
.magentrix-toolbar {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #fff;
    border-radius: 4px;
}
.magentrix-toolbar h5, .toolbar-back-btn {
    margin: 0;
    padding: 10px;
    padding-left: 0;
    font-size: 1.2em;
    line-height: 1;
    display: inline-block;
}
.magentrix-toolbar .dropdown .dropdown-toggle{
    padding: 6px 10px;
}
.personal-info {
    /*padding-left: 20px;
    padding-right: 20px;*/
}
.personal-info .form-group {
    /*border-top: 1px solid #e0e0e0;*/
    padding-top: 12px;
}
label.control-label {
    padding-right: 15px;
	text-align:right;
	font-weight:bold;
}
.compact-layout .form-control-static {
    min-height: 20px;
}
.personal-info .form-control-static {
    color: #777;
}

.label-span{

	position: relative;
}
.label-span .fieldHelp {
    color: #f93;
    font-size: 1.1em;
    cursor: help;
    margin: 0;
    position: absolute;
    right: -4px;
    top: 0%;
}
.tabPanel .control-label .fieldHelp {
    top: .7em;
}
.comment-container{
margin-top: 15px;
box-shadow: 0 0 5px 0 #e2e3e4;
}

.group-title{
    padding: 0 15px 0;
}
.comment-container .group-title h3{
font-weight:normal;
margin:10px 0;
    font-size: 17px;
}
a.profile-span{
height:50px;
width:50px;
border-radius:50%;
background:#ccc;
}
.comment-container .feed-stream-box {
    margin: unset;
    padding-left: 15px;
    padding-right: 15px;
}
.feed-stream-input-box {
      background-color: #f8f8f8;
    border-radius: 4px;
    margin-left: 60px;
    margin-bottom: 15px;
}
.mentions-input-box {
    position: relative;
    background: #fff;
}
.feed-stream-input-box  textarea{
width:100%;
height: 50px;
}
.no-feeds{
margin-bottom:15px;
}
.group-container, .posts-container, .forumposts-container {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 10px 10px 10px 15px;
    box-shadow: 0 0 5px 0 #e2e3e4;
	margin-bottom:15px;
}
.group-container .group-title,.posts-container .group-title{
padding:10px 0;
}
.table-scroll {
	overflow:auto;
	width:100%;
}
#editProfile .table-scroll .apexp .bPageBlock.apexDefaultPageBlock .pbBody{
	margin-left:0px;
	margin-right:0px;
}
.entities .userBlock .pbHeader{
	bottom:18px;
	width:30%;
	z-index:1;
	border:0px !important;	
}
.entities .userBlock .pbHeader table tr:nth-of-type(odd){
	background: none;
}
.mid-inner-sec.entities table td a{
	margin:0px;
	padding-left:0px;
	padding-right:0px;
}
.text-bold{
	font-weight:bold;
}
.team-member img{
	width:100%;
	height:auto;
}
.team-member-name{
	margin-top:5px;
	display:initial;
	width:100%;
	margin-right: 8px;
	position: relative;
    top: 6px;
	font-weight: bold;
    font-size: 15px;
}
.team-member-postion {
	font-size: 12px;
    color: #b0b6b6;
	position: relative;
    top: 4px;
}
.team-member-email {
	font-size: 12px;
    color: #b0b6b6;
	position: relative;
    top: 4px;
	white-space: nowrap; 
    width: 190px; 
    overflow: hidden;
    text-overflow: ellipsis;
}
.gray-block{
	background-color: #f1f1f1;
    border-radius: 4px;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    padding: 15px;
    box-shadow: inset 0px 0px 2px 0px #656565;
}
.input-group-btn>.btn{
	padding: 10px 15px;
	border:0px;
}
.doc-area{
	height:auto;
	overflow:auto;
}
.frame{
	height:auto !important;
}
.calender-link a{
	display:block;
}
#knowval{height:500px !important;}

.navbar-nav ul{
	display:none;
	background-color: #585858;
    z-index: 5;
    text-align: left;
	position:absolute;
	left:0;
	top:49px;
	width:600px;
}
.navbar-nav li:hover ul{
	display:block;
}
.navbar-nav ul li a{
	display:block;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive-item,
  .embed-responsive
  iframe,
  embed,
  object,
  video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
  
}

.embed-responsive-16{
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.white-card button:focus, .white-card .btn:focus{
background: #e8e8e9 url(/img/alohaSkin/btn_sprite.png) repeat-x right top;
border: 1px solid #b5b5b5;
    color: #333;
	    border: 1px solid #b5b5b5;
}

.magentrix-toolbar .dropdown  button.btn-primary:hover{
color: #fff;
    background: #3276b1;
    border-color: #285e8e;
}
.magentrix-toolbar .dropdown  button.btn-primary:focus{
    background: #e8e8e9;
	color: #333;
}
/*26.06.18*/
/* .slds-scope body, .slds-scope:not(html){
	font-size:14px;
} */
.slds-scope{
	   font-family: 'Open Sans', sans-serif;
}
.navbar-inverse{
	border-color: transparent;
}

#result{
width:100%;
float:left;
margin:0 0 10px 0;
}

/*26.06.18*/


/*=====*/
.detailBlock {
    background-color: white;
    border: 1px solid #e8e8e8;
	padding:10px 15px;
}
.blockHeader {
    padding-top: 3px;
	    margin-bottom: 10px;
}
.blockHeader  input[type="button"]{
    margin-right: 3px;
}
.panelBodyDetail .form-group {
    border-top: 1px solid #eee;
	margin-left:-15px;
	margin-right:-15px;
}
.panelBodyDetail .form-group:first-child {
    border-top: 0;
}
.panelBodyDetail .form-group .control-label{
padding-top: 7px;
    color: #797979;
}
.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
	 color: #797979;
}
.detailBlock .sectionHeader {
    color: #27282E;
    margin-top: 8px;;
    background:#e8eaf6;
    border-style: solid;
    padding: 4px 8px;
}
.newpanel{
	padding:15px;
}
.sectionBody .form-group {
border-top: 1px solid #eee;
}
.login-history-table-grid{
    background-color: #ffffff;
    border: 1px solid #e8e5e5;
}
.login-history-table-grid  table thead {
    background:#fff;
}
.login-history-table-grid  table thead tr th {
    color: #000;
	background:#fff;
	
}
.login-history-table-grid  table  tr:nth-of-type(odd){
background-color: #f5f5f5;
}
.login-history-table-grid  .success{
background:#1AB81F;
color:#fff;
padding:3px;
border-radius:3px;
}

.andrson_heading h1{font-size: 17px;font-weight: 600; margin-bottom:20px;}
.anderson_tab .nav-tabs {
       width: 90%;
    margin: 0 auto;
    text-align: center;
    border-bottom: none;
}
.anderson_tab .nav-tabs>li {
	float:left;
    text-align: center;
	    width: 16%;
}
.anderson_tab .nav-tabs>li>a {
    margin-right: 0;
    line-height: 20px;
    border: 1px solid #ddd;
    height: 77px;
    border-radius: 0px;
	padding: 19px 13px;
    color: #454545;
    font-weight: 600;
	    background: #f1f1f1;
}

.anderson_tab  .nav-tabs>li.active>a, .anderson_tab  .nav-tabs>li.active>a:focus, .anderson_tab  .nav-tabs>li.active>a:hover {
    color: #fff;
    background-color: #454545;
    border: 1px solid #606060;
    border-bottom-color: #606060;
    cursor: default;
}
.anderson_tab .tab-content {
	border: 1px solid #ddd; background: #f1f1f1;
    padding: 20px; margin-bottom:30px;  margin-top:20px; min-height: 290px;
}
h3.heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.video-content{
	background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-style: italic;
}
.user_pic .sfdc_richtext img{
	border-radius:0;	
	width: auto !important;
	max-height:140px;   
}
.top-img-left.left-full-block{
	height:400px
}
.activity-mail .apexp .bPageBlock.apexDefaultPageBlock .pbBody{
	margin:0px;
}
.iframe-full-width{
	position:relative;
	height:300px;
	width:100%;
	min-width:500px;
}
.m-b-0{
	margin-bottom:0px;
}
.m-b-5{
	margin-bottom:5px;
}
.p-t-b-5{
	padding-top:5px;
	padding-bottom:5px;
}

.calendar-area{
	padding:0px;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	padding-top:5px;
	overflow:auto;
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.forget{
	width:100%; text-align:center;
	 margin: 11px 0px 0 0;
    float: left;
}
.forget a{
	text-decoration:none;
	color: white;
   font-size: 12px;
}
.forget a:hover{
	color:#fff;
}
.table-scroll .loader{
	width:auto !important;
}

.detailList .first{
	width:50%;
}

 #changepassword .modal-dialog .modal-header, #forgotpassword .modal-dialog .modal-header{
	background:#151515;
}
#changepassword .modal-body{
	background:#fff;
	float: left;
    width: 100%;
}
#changepassword .pbBody{
	margin:0;
}
#changepassword table tr td{ width:50% !important;}
#changepassword .bPageBlock .detailList tr td{ border:none !important;}
#changepassword #oldVal, #changepassword #currentVal, #changepassword #confirmVal {
	width: 100%;
    border: none;
    background: #efeeee;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #c7c7c7
}
#changepassword .text-right input, #forgotpassword .text-right input{
	background: #151515;
}
#forgotpassword table th{ width:30%;}
.top-head-sec #menu1 {
width:auto;
	max-width: 80%;
    float: right;
    overflow: hidden;
	width:58%;
	font-weight: 600;
}
#forgotpassword table td input{
		width: 100%;
    border: none;
    background: #efeeee;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #c7c7c7
}




@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 100%;
    height: auto;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: auto;
    height: 100%;
  }
}

.pbBody .input-group-btn{
	vertical-align:top;
}
.pbBody .input-group-btn .btn{
	float:left;
}
.full-page{
	width:100%;
}
.cover_wrapper .sfdc_richtext img{
	width:100% !important;
	height: auto !important;
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th{
	background-color: #f5f5f5;
}
#knowval body{
	width:100%;
	border:solid 1px red
}
.page-inner-sec{
	background-color: #ffffff;
    border: 1px solid #e8e5e5;
	padding:15px;
	width:100%;
	display:inline-block;
	margin:15px;
}
.page-inner-sec h2 {
    font-size: 25px;
    font-weight: 600;
	margin:15px 0px;
}
.btn-block{
	display:block;
}
.btn-simple{
	border:solid 1px #ccc;
	background-image:none;
}
.btn-simple:hover, .btn-simple:focus {
    background-color: #e0e0e0;
	background-image:none;
	border-color: #adadad;
}
.btn-simple.disabled, .btn-simple:disabled, .btn-simple[disabled] {
    background-color: #e0e0e0;
    background-image: none;	
}
.static-links a{
	padding:10px;
	display: block;
}
.edit-profile-btn img {
    width: 100%;
    max-width: 100%;
}

#my-tab .nav-pills>li>a{
	border-radius:0px;
}

#my-tab .tab-content {
  padding : 5px 15px;
  border:solid 1px #ddd;
}
.pos-relative{
	position:relative;
}
.userBlock .editPage .pbSubsection{
	padding: 0 0px;
}
.gray-bg{
	background-color:#f1f1f1;
	padding:10px;
}
#My-Invoices table thead,
#Billing-History table thead{
	background-color: #eee;
}
#My-Invoices table thead th,
#Billing-History table thead th{
	font-weight:bold;
}
.card-info input[type=checkbox], .card-info input[type=radio] {
    margin: 4px 0 0 !important;
    float: inherit !important;
}
#Payment-Summary h3{
	font-size: 20px;
    font-weight: 600;
    margin: 15px 0px;
}

 
#Billing-History  .pbHeader{
    bottom: 0;
    border: none;
    left: 30px;
}

 div#editProfile td{
    vertical-align: middle;
 }
 .personal-info .padding-top{
 padding-top:0px;
 color:#000;
 }
 .color{
  color:#000;
 }
 .apexDefaultPageBlock .pbHeader{
 width:100%;
 float:left;
 left:0px;
 }
 .user{ width:30% !important; float:left;}
 .name{ width:65% !important; float:left;
    overflow: hidden;
    margin-right: 5%;
 }
.list td{width:300px;}

.login-body .main-inner-sec .logo-img {
	margin-top:50px;
}
 /* .profile-img-sec{width:150px; height:150px;}
 .profile-img-sec  img{
 width:150px !important; height:150px !important;
 } */
 #myModal .modal-dialog.entities-section{
 width:70%;
 }
 #myModal .modal-body{
  width:100%;
 float:left;
 }
 #entInfo{
 width:100%;
 float:left;
 }
 .progress
 {
        width: 100%;
        margin: 0px auto 20px auto;
        text-align: center;
        height:60px;
		display:inline-block;
		vertical-align:middle;
  }
     .progress .circle,
        .progress .bar {
        display: inline-block;
        background: #fff;
        width: 40px; height: 40px;
        border-radius: 40px;
        border: 1px solid #d5d5da;
		vertical-align: middle;
        }
        .progress .bar {
        width: 18%;
        height: 6px;
        border-left: none;
        border-right: none;
        border-radius: 0;
        }
        .progress .circle .label {
        display: inline-block;
        width: 32px;
        height: 32px;
        line-height: 25px;
        border-radius: 32px;
        margin-top: 3px;
        color: #b5b5ba;
        font-size: 17px;
        }
        .progress .circle .title {
        color: #b5b5ba;
        font-size: 13px;
        line-height: 20px;
       white-space : nowrap;
        }
		.progress .circle:first-child  .title{
		margin-left: -18px;
		}
		.progress .circle:nth-of-type(2) .title{
		margin-left: -36px;
		}
		.progress .circle:nth-of-type(3)  .title{
		margin-left: -19px;
		}
		.progress .circle:nth-of-type(4) .title{
		margin-left: -44px;
		}
		.progress .circle:nth-of-type(5)  .title{
		margin-left: -6.5px;
		}
        
        /* Done / Active */
        .progress .bar.done,
        .progress .circle.done {
        background: #eee;
        }
        .progress .bar.active {
        background: linear-gradient(to right, #EEE 40%, #FFF 60%);
        }
        .progress .circle.done .label {
        color: #FFF;
        background: #81CE97;
        box-shadow: inset 0 0 2px rgba(0,0,0,.2);
        }
        .progress .circle.done .title {
        color: #444;
        }
        .progress .circle.active .label {
        color: #FFF;
        background: #0c95be;
        box-shadow: inset 0 0 2px rgba(0,0,0,.2);
        }
        .progress .circle.active .title {
        color: #0c95be;
        }
 
 #collapsetwo.collapse{
	display:block;
	height:1px;
	overflow:hidden;
	opacity:0;
 }
 #collapsetwo.collapse.in {
    display: block;
    opacity: 1;
    height: auto;
}
.slds-scope #quesMsg{
	margin-top:5px;
}
.slds-scope #quesMsg,
.slds-scope #quesMsg .pdf-header-img,
.slds-scope #quesMsg .pdf-footer-img{
	background-color:#fff;
}

.slds-scope #quesMsg .pdf-header-img img{
	width:100%;
	max-width:100%;
}

.slds-scope #quesMsg .pdf-footer-img img{
	width:200px;
	max-width:100%;
}
.fb_iframe_widget{
	width:100% !important;
}
.fb_iframe_widget > span{
	width:100% !important;
}
.fb_iframe_widget iframe{
	width:100% !important;
}
.cutom-form .bPageBlock {
	border-top: 3px solid #66c;
}
.slds-scope .cutom-form h2{
	width: 100%;
	float: left;
	text-align: left;
	margin: 10px 0;
	padding: 0 15px;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: rgba(0,0,0, 0.8);
}
.cutom-form .paddingtop20{
	padding: 20px;
}
.cutom-form .heading {
	background-image: url(/img/alohaSkin/opacity75.png);
	border-width: 0;
	color: #000;
	padding: 4px 16px; 
	background-color: #9898cd;
	border-color: #9898cd;
	margin-bottom: 15px;
}
.cutom-form .margin-7{
	margin: 10px -12px 0px -12px;
}
.cutom-form .heading .inner-heading {
	font-size: 1.2em;
	font-weight: 600;	
}
.cutom-form .margin10{ margin: 15px 0;     min-height: 40px;}
.custom-label{
	width: 100% !important;
	text-align: right;
	display:inline-block;
	float:none;
	margin: 0 0px;
	vertical-align:middle;
}
.cutom-form .custom-input{
	display:inline-block;
	float:none;
	margin: 0 10px;
	max-width: 100%;
	vertical-align:middle;
}
.cutom-form .custom-btn{
	padding: 5px 30px;
}
.bPageBlock .detailList .labelCol {
	width: 50%;
	text-align:right;
}

.infinity-calculator .labelCol{
	float:right;
	padding-right:0px;
}
.page-print-border{
	display:none;
}
#bpIMG img{
	border:solid 2px #000;
}
.left-search .input-group-btn>.btn{
	height:34px;
	padding: 9px 15px;
}
body .back-btn,
body input.back-btn{
	padding:6px 12px;
}
.pre-text{
	background:#f5f5f5;
	padding:15px;
	white-space: pre-line;
}
.anderson-search .apexp .bPageBlock.apexDefaultPageBlock .pbBody{
	margin:0px;
}
body .anderson-search .bPageBlock .pbBody .dataCol{
	padding:0px;
}
body .anderson-search .bPageBlock{
	margin:0px;
}
body .anderson-search .anderson-search-detail .bPageBlock .pbBody .list{
	margin-top:10px;
}
.anderson-search table.detailList td.empty{
	display:none;
}
.main-block .input-group .anderson-search .detailList .search1 #testinput{
	background:#fff;
}
.btn.blue-btn{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
	border:0px;
	border-radius: 5px;
	background:#243b5b;
	color:#fff;
}
.text-20{
	font-size:20px;
}
#entity-details-popup .modal-body{
	max-height:500px;
	overflow:auto;
}
.knowledge-col .long-data-scroll{
	max-height:500px;
	overflow-y:auto !important;
}
@media screen and (max-width: 1024px) {
	#myModal .modal-dialog.entities-section{
		width:90%;
	}
	.top-head-sec #menu1{
		width:auto;
	}
	.top-head-sec{width:100%;}
	.table-responsive{overflow:auto;}
	ul.nav.navbar-nav li a{padding: 8px 12px;}
	footer.container-fluid.text-center{
		position:fixed !important;
		z-index:999;
	}
.container{
	margin-bottom:0px;
}
.main-container{
	width:100%;
	float:left;
	margin-bottom:92px
}
.main-sec-login .container .inner-login-table{
	width:65%;
}
.fullscreen-bg img{
	display:none !important;
	
}
.fullscreen-bg{
    background: url(/dashboard/resource/1523548272000/images/images/Gears_BG.gif);
    background-size: cover;	
}
/* .input-inner-sec .form-group label{
	font-size:25px;
} */
input[type=checkbox]:checked+label, input[type=checkbox]+label{
	font-size:16px;
}
.forget a{
	font-size:16px;
}

}
/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 991px) {
.col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .form-horizontal-reg .col-sm-1 {float: left;}
.top-head-sec {width: 100%;z-index: 1;}
.navbar-inverse.navi-bg{position:relative;}
header {padding: 0px 0 20px;}
.navbar-inverse .navbar-toggle{float:left;}
#myModal .modal-dialog.entities-section{
	    width: 769px;
	}

}

@media screen and (max-width: 767px) {
	.responsive{
		width:100%;
		float:left;
		overflow-x:auto;
	}
	#myModal .modal-dialog.entities-section{
	    width: 769px;
	}
	.apexp .bPageBlock .pbHeader .btn{
		padding: 4px 4px;
	}
	.forget1 img{display:inline-block; width:auto !important}
	 #changepassword table tr td{
		 width:100% !important;
		 float:left;
	 }
	 .apexp .bPageBlock .detailList{
		  width:100%
	 }
	.invoice_rowCount{text-align:center;}
	.marginB10{width:100%;}
	.page_row_count{position:relative !important; bottom:inherit !important; right:inherit !important;}
	.entities .userBlock .pbHeader, #Billing-History .pbHeader{width:100%; position:relative; bottom:inherit;}
header .container{padding:15px 15px;}
.display-center{ display:inline-block;}
.navbar-inverse.navi-bg {background-attachment: fixed;}
.sidenav {height: auto;padding: 15px;}
.row.content {height:auto;} 
.navbar-collapse{
padding-left:0px;
padding-right:0px;
}

ul.nav.navbar-nav li{width:100%;}
/* .table-responsive{display:-webkit-box;} */
.top-head-sec { width: 100%;z-index: 1;top: 10px;margin: auto; }
.top-head-sec .logo1 img{width:100%;}
.navbar-inverse.navi-bg{position:relative; width:100%;  text-align:center;}
header {padding: 0px 0 20px;}
.navbar-inverse .navbar-toggle{float:none; display:inline-block;}
/* .col-lg-3.col-md-3.col-sm-3.col-xs-12.sidenav.left-side { */
/* display: none; */
/* } */
.fulll-width{width:100% !important;}
#editProfile .detailList{
	width:100%;
}
#editProfile .detailList label{
	float:left;
}

.m-full-width{
	width:100% !important;
}
body .my-case-section .detailList{
	width:100% !important;
}
/* .apexDefaultPageBlock .pbHeader{
	width: 50% !important;
} */
.infinity-calculator .labelCol{
	float:left;
}
	.p-m-l-r-15{
		padding-left:15px;
		padding-right:15px;
	}
		
}

@media only screen and (max-width:1530px)  {
	.gear-right,.gear{
		display:none;
	}
}
@media screen and (max-width: 991px){
	.main-sec-login{
		overflow-y:auto;
		margin-bottom:20px;
	}
	body .main-block .input-group .detailList .search1{
		width:100%;
	}
	.search1 input[type="text"]{
		width:100%;
		margin-bottom:10px;
	}
	.input-group-btn.search2 .btn{
		border-bottom-left-radius: 8px;
		border-top-left-radius: 8px;
	}
	
}
@media screen and (max-width: 768px){
   .modal-dialog.entities-section{
	width:100%;
	margin:10px 0 0 0;
    }	
	.modal-dialog.entities-section table td.dataCol  { 
	width:70%;
	}
	.main-sec-login .container{
		width:100%;
	}
	.cart .discount, tr.last{
		width: auto !important;float: none;
	}
	.top-head-sec #menu1{
		max-width:100%;
	}
	
}
@media screen and (max-width: 991px) and (orientation: portrait) {
    .fullscreen-bg {    
		background-position: 10% 0;
	}
}
.cstm-height{
	
	border: 1px solid #898585;
	height:auto;
	width:355px;
    margin: 0 auto;
    padding: 15px;
    border-radius: 5px;
	margin-bottom:50px;
	background-color:#fff;
	color:#333;
	
}

.cstm-img{
	
	width:190px;
	padding-top:100px;
}
.cstm-pt-10{
	
	padding-top:10px;
}
.cstm-cpd{
	
	padding-top: 4px;
    margin-top: 7px;
	width:100%;
}
.cstm-btn{
	width:100%; 
	background-color:#333;
	margin-top:10px;
	padding:5px; 
    padding: 7px;
    color: #727070;
}
.ft-css{
	
	text-align:center;
	font-size:13px;
	padding:20px;
}
.cstm-radio{
	
	padding-top:15px;
}
.np-css{
	
	padding-top: 4px;
    margin-top: 7px;
	width:100%;
}
.strg{
	font-weight:bold;
}
.cstm-heading{
	
	font-size:25px; 
	color:#fff;
	padding-top:15px;
}
.icn-str{
	
	padding-right: 5px;
    color: #f00;
}
.cst-lgo{
	width:190px;
	padding-top:100px;
}