/*----------------------------------------------------*/
/* IMPORT								  			  */
/*----------------------------------------------------*/
@import url("font-awesome.css");
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,900,500,300);
/*----------------------------------------------------*/
/* CUSTOM & RESET						  			  */
/*----------------------------------------------------*/

/******************** Reset ********************/
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, 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;
	overflow-y:visible !important;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}
/******************** Reset ********************/

html, body{
  	font-family: 'Roboto', sans-serif;
    font-size: 100%;
  	overflow-x: hidden;
	overflow-y:visibility !important;
	background-image:url(../img/03-img.jpg);
	background-size:cover;
	width:100%;
	background-attachment:fixed;
}
<!--.bodyimg
{
	background-size:cover;
	width:100%;
	background-attachment:fixed;

}-->
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	text-decoration:none;
	color:#E89712;
}
a:focus, a:active, a:hover {
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #353F4F;
	text-decoration:none;
}

h1
{
	color:#E89712;
}
h2, h3, h4, h5, h6, .button, input[type="button"], input[type="submit"], input[type="text"], input[type="password"], input[type="email"], textarea, select {
    font-family: 'Roboto', sans-serif;
	font-size: 13px;
	line-height: 20px;
	color:#666666;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 400;
}
h1 {
	font-size: 23px;
	line-height: 50px;
}
h2 {
	font-size: 22px;
	line-height: 30px;
}
h3 {
	font-size: 16px;
	line-height: 30px;
}
h4 {
	font-size: 14px;
	line-height: 30px;
}
h5 {
	font-size: 12px;
	line-height: 24px;
}
h6 {
	font-size: 10px;
	line-height: 20px;
}

.form-text, .form-textarea, .form-select  {
    border: 1px solid #d3d3d3;
    background: transparent;
    box-shadow:none !important;
    color: #666666;
	border-radius: 1px !important;
}

.upd-img img {
    border: 2px solid #d3d3d3;
    width: 150px;
    height: 90px;
    margin: 5px 0;
	padding: 3px;
}
.upd-btn .btn-file {
    background: #E89712;
    color: #fff;
    border-radius: 0;
    box-shadow: none;
    margin: 25% 0;	
    position: relative;
	font-size:11px;
}

.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;
    cursor: inherit;
    display: block;	
}


input[type="submit"], input[type="button"], .btn-default {
	font-size: 15px;
    color: #fff;
	background:#E89712;
    border: none;
    padding: 0.7em 1em 0.7em 1em;
	margin-top: 0.5em;
	display: block;
	outline: none;
	border-radius: 5px;
	cursor:pointer;
}
input[type="submit"]:hover, input[type="button"]:hover, .btn-default:hover, .btn-file input[type=file] {
	 background: #DCDCDC;
	 color: #000;
}
.btn-file input[type="file"] {
    width: 100%;
    height: 100%;
}

input[type="checkbox"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], input[type="radio"], .radio input[type="radio"], .radio-inline input[type="radio"] {
	border: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer
}
input[type="checkbox"]:focus, .checkbox input[type="checkbox"]:focus, .checkbox-inline input[type="checkbox"]:focus, input[type="radio"]:focus, .radio input[type="radio"]:focus, .radio-inline input[type="radio"]:focus {
	outline: none;
}
input[type="checkbox"]:focus:after, .checkbox input[type="checkbox"]:focus:after, .checkbox-inline input[type="checkbox"]:focus:after {
	border-color: #E89712;
}
input[type="checkbox"]:after, .checkbox input[type="checkbox"]:after, .checkbox-inline input[type="checkbox"]:after {
	content: "";
	display: block;
	width: 17px;
    height: 17px;
	margin-top: -2px;
	margin-right: 5px;
	border: 2px solid #E89712;
	-webkit-transition: 240ms;
	-o-transition: 240ms;
	transition: 240ms
}
input[type="checkbox"]:checked:before, .checkbox input[type="checkbox"]:checked:before, .checkbox-inline input[type="checkbox"]:checked:before {
	content: "";
	position: absolute;
	top: 0;
	left: 6px;
	display: table;
    width: 5px;
    height: 11px;
	border: 2px solid #fff;
	border-top-width: 0;
	border-left-width: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
input[type="checkbox"]:checked:after, .checkbox input[type="checkbox"]:checked:after, .checkbox-inline input[type="checkbox"]:checked:after {
	background-color: #E89712;
	border-color: #E89712;
}
input[type="checkbox"]:disabled:after, .checkbox input[type="checkbox"]:disabled:after, .checkbox-inline input[type="checkbox"]:disabled:after {
	border-color: #bbbbbb
}
input[type="checkbox"]:disabled:checked:after, .checkbox input[type="checkbox"]:disabled:checked:after, .checkbox-inline input[type="checkbox"]:disabled:checked:after {
	background-color: transparent;
	border-color: transparent
}


input[type="radio"]:before, .radio input[type="radio"]:before, .radio-inline input[type="radio"]:before, input[type="radio"]:after, .radio input[type="radio"]:after, .radio-inline input[type="radio"]:after {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	-webkit-transition: 240ms;
	-o-transition: 240ms;
	transition: 240ms
}
input[type="radio"]:before, .radio input[type="radio"]:before, .radio-inline input[type="radio"]:before {
	position: absolute;
	left: 0;
	top: -3px;
	background-color: #E89712;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0)
}

 input[type="radio"]:after, .radio input[type="radio"]:after, .radio-inline input[type="radio"]:after {
	position: relative;
	top: -3px;
	border: 2px solid #E89712
}

input[type="radio"]:checked:before, .radio input[type="radio"]:checked:before, .radio-inline input[type="radio"]:checked:before {
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	-o-transform: scale(.5);
	transform: scale(.5)
}

input[type="radio"]:checked:after, .radio input[type="radio"]:checked:after, .radio-inline input[type="radio"]:checked:after {
	border-color: #E89712
}

.radio-inline, .checkbox-inline {
	padding-left:0;
	padding-top:3px;
}

select, select.form-control {
	border: 1px solid #d3d3d3;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-left: 0;
	padding-right: 0\9;
	background-image: url(../img/chevron-down.png);
	-webkit-background-size: 13px 13px;
	background-size: 13px;
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-box-shadow: inset 0 -1px 0 #ddd;
	box-shadow: inset 0 -1px 0 #ddd;
	font-size: 14px;
	line-height: 1.5
}
select::-ms-expand, select.form-control::-ms-expand {
display:none
}
select.input-sm, select.form-control.input-sm {
	font-size: 12px
}
select.input-lg, select.form-control.input-lg {
	font-size: 17px
}
select:focus, select.form-control:focus {
	-webkit-box-shadow: inset 0 -2px 0 #d3d3d3;
	box-shadow: inset 0 -2px 0 #d3d3d3;
	background-image: url(../img/chevron-down.png);
}
select[multiple], select.form-control[multiple] {
	background: none
}

label {
    display: block;
}
.bixmaninfo label, .locationdetails label, .parkingoptions label, .entertaimentoptions label {
	display:inline-block;
}
/*----------------------------------------------------*/
/* SIGN-IN								  			  */
/*----------------------------------------------------*/
.sign-in-up{
	background:none !important;
}

.sign-in-up  .signin-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: 50% 50%;
}

.sign-in-form{
	margin:2em auto 4em;
	width:35%;
	box-shadow:#dcdcdc;
}
.sign-in-wrapper{
	
}
.new_people{
	padding:3em 0 0;
	text-align:center;
}
.new_people h4{
	font-size:2em;
	color:#00ACED;
	margin:0;
}
.new_people p{
	color:#999;
	margin:1em 0 2em;
	font-size:14px;
	line-height:1.8em;
}
.new_people a{
	padding:12px 30px;
	border:1px solid #00ACED;
	color:#00ACED;
	text-decoration:none;
	font-size:1em;
}
.new_people a:hover{
	color:#F44336;
	border:1px solid #F44336;
}
.sign-in-form-top{
	background:url(../img/Power-of-the-Cross-Church-Website-Banner-.jpg) no-repeat -0px -0px;
	display:block;
	min-height:150px;
	padding:3em 0 0;
	text-align: center;
}
.sign-in-form-top p{
	color:#fff;
	margin:0;
	font-size:2em;
	font-weight:300;
	text-decoration:none;
}
.sign-in-form-top p a{
	color:#fff;
	font-weight:400;
}
.sign-in-form-top p a:hover{
	text-decoration:none;
}
.sign-in-form-top p span{
    color: #E89712;
    font-weight: 300;
}
.signin {
    padding: 2em;
	position:relative;
	background: #fff;
}
.signin-rit {
  padding: 0.3em 0em 0em 0em;
}

.log-input input[type="text"],.log-input input[type="password"] {
  font-size:14px;
  padding: 1px 15px 4px 5px;
  width: 98%;
  color: #A8A8A8;
  outline: none;
  border: 1px solid #D3D3D3;
  border-radius: 4px;
  background: #FFFFFF;
  margin: 0em 0em 1.5em 0em;
  border-style: solid;
}
.log-input input.user {
  background: url(../img/user.png)no-repeat 8px 10px #fff;
}
.log-input input.lock {
  background: url(../img/lock.png)no-repeat 8px 10px #fff;
}
.log-input-left {
  float: left;
  width: 90%;
}
span.checkbox1 {
  float: left;
  width: 43%;
}
.signin .checkbox {
	margin-bottom: 4px;
	font-size: 1.2em;
	line-height: 27px;
	cursor: pointer;
}
.signin .checkbox {
	position: relative;
    font-size: 1em;
    font-weight: normal;
    color: #999;
    padding: 0em 0.5em 0em 2em;
}
.signin .checkbox input {
	position: absolute;
    left: 0px;
    margin-left: 0;
    top: 3px;
}

/*----------------------------------------------------*/
/* NAVIGATION							  			  */
/*----------------------------------------------------*/
/*---------------------------------
            LEFT SIDE
----------------------------------*/

.left-side {
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
}

.sticky-left-side {
    position: fixed;
    height: 100%;
    overflow: auto;
    z-index: 100;
	background: #000;
}

.sticky-left-side .custom-nav {
    margin-top: 59px;
	background: #000;
}

.left-side-collapsed .sticky-left-side {
    overflow-y: visible;
}
.logo a {
    font-size: 0.7em;
    color: #fff;
    margin: 0;
    text-decoration: none;
    display: inline-block;
    text-transform: capitalize;
}
.logo a span{
	color:#000;
}
.logo-icon {
    display: none;
}
div#page-wrapper {
    padding: 2em;
}
.left-side-collapsed .logo-icon {
    height: 51px;
    margin-top: 0;
    display: block !important;
	background: #E89712;
}
.logo-icon a{
	display:block;
	text-align:center;
	text-decoration: none;
}
.logo-icon a i{
	line-height: 1.4em;
    font-size: 1.5em;
    color: #fff;
    padding-top: 10px;
    display: block;
}
.logo-icon a:hover{
	color:#b8c9f1;
}
.left-side-inner {
    padding: 0px;
    margin-bottom: 50px;
}

.left-side .searchform {
    display: none;
}

.left-side .searchform::after {
    content: '';
    display: block;
    clear: both;
}

.left-side .searchform input {
    padding: 10px;
    width:83%;
    margin: 0 0 15px 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: none;
}

.left-side .logged-user {
    padding: 0 0 15px 12px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: none;
}

.left-side .logged-user .media-object {
    width: 40px;
    height:40px;
    display:block;
    -moz-border-radius: 3em;
    -webkit-border-radius: 3em;
    border-radius: 3em;
    float: left;
}

.left-side .logged-user .media-body {
    margin-left: 60px;
    color: #d7d7d7;
}

.left-side .logged-user .media-body h4 {
    font-size: 15px;
    margin: 5px 0 0 0;
}

.left-side .logged-user .media-body h4 a {
    color: #fff;
}

.left-side .logged-user .media-body span {
    font-style: italic;
    font-size: 11px;
    opacity: 0.5;
}

.custom-nav {
    margin-bottom: 10px;
}

.custom-nav > li > a {
    color:#C8C8C8;
    padding: 12px 20px;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.custom-nav > li > a:hover,
.custom-nav > li > a:active {
    background-color:#E89712;
    color:#fff;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.custom-nav > li.menu-list > a {
    background: transparent;
}

.custom-nav > li.menu-list > a:hover {
    background-color: #E89712;
}

.custom-nav > li.nav-active > a {
    background-color:none;
    color:none;
}

.custom-nav > li.nav-active > ul{
    display: block;
}

.custom-nav > li.nav-active > a:hover {
    
}

.custom-nav > li.active > a,
.custom-nav > li.active > a:hover,
.custom-nav > li.active > a:focus {
    background-color: none;
    color:none;
}

ul.dropdown-menu.drp-mnu li {
    width: 100%;
}

.custom-nav > li.menu-list.active > a {
    background-image: url(../img/plus.png);
}

.custom-nav > li.nav-active.active > a {
    background-image: url(../img/minus.png);
}

.custom-nav > li.nav-active.active > a:hover {
    background-image: url(../img/minus.png);
}

.custom-nav li .fa {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 10px;
    width: 16px;
    text-align: center;
}

.custom-nav .sub-menu-list {
    list-style: none;
    display: none;
    margin: 0;
    padding: 0;
    background: #353f4f;
}

.custom-nav .sub-menu-list > li > a {
    color: #fff;
    font-size: 13px;
    display: block;
    padding: 10px 5px 10px 50px;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.custom-nav .sub-menu-list > li > a:hover,
.custom-nav .sub-menu-list > li > a:active,
.custom-nav .sub-menu-list > li > a:focus {
    text-decoration: none;
    color:#fff;
    background:#E89712;
}
.profile_img i {
	float: right;
    margin: .5em 0 0;
    color:#00BCD4;
}
.custom-nav .sub-menu-list > li .fa {
    font-size: 12px;
    opacity: 0.5;
    margin-right: 5px;
    text-align: left;
    width: auto;
    vertical-align: baseline;
}

.custom-nav .sub-menu-list > li.active > a {
    color: #65CEA7;
    background-color: #2A323F;
}

.custom-nav .sub-menu-list ul {
    margin-left: 12px;
    border: 0;
}

.custom-nav .menu-list.active ul {
    display: block;
}
.nav>li>a {
position: relative;
display: block;
padding: 7px 7px;
}
.nav>li {
position: relative;
display: block;
}
.nav-stacked>li+li {
margin-top: 1px;
margin-left: 0;
}
@media (max-width:767px){
	.hidden-xs{display:none!important}
	.visible-xs {
		display: none !important;
	}
}
@media (min-width:768px) and (max-width:991px){
	.hidden-sm{display:none!important}
}
@media (min-width:992px) and (max-width:1199px){
	.hidden-md{display:none!important}
}
@media (min-width:1200px){
	.hidden-lg{display:none!important}
}
/*------------------------------------------
            LEFT SIDE COLLAPSE
-------------------------------------------*/

.left-side-collapsed .logo {
    display: none;
}

.left-side-collapsed .header-section {
    margin-left: 0px;
}

.left-side-collapsed .left-side {
    width: 52px;
    top: 0px;
}

.left-side-collapsed .left-side-inner {
    padding: 0;
}

h5.left-nav-title {
    margin-left: 10px;
    color: #fff;
    margin-bottom:8px;
}

.left-side-collapsed .custom-nav {
    margin: 2px 0 20px 0;
}

.left-side-collapsed .custom-nav li a {
    text-align: center;
    padding: 7px;
    position: relative;
	
}

.left-side-collapsed .custom-nav > li.menu-list > a {
    background-image: none;
}

.left-side-collapsed .custom-nav li a span {
    position: absolute;
    background:#E89712;
    padding: 11.7px;
    left: 52px;
    top: 1px;
    min-width: 160px;
    text-align: left;
    z-index: 100;
    display: none;
	font-size:14px;
}

.left-side-collapsed .custom-nav li a span:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-right-color:#E89712;
    border-width: 6px;
    margin-top: -6px;
}

.left-side-collapsed .custom-nav li.active a span {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.left-side-collapsed .custom-nav ul,
.left-side-collapsed .custom-nav .menu-list.nav-active ul {
    display: none;
}

.left-side-collapsed .custom-nav .menu-list.nav-hover ul {
    display: block;
}

.left-side-collapsed .custom-nav > li.nav-hover > a,
.left-side-collapsed .custom-nav > li.nav-hover.active > a {
    background:#353f4f;
    color:#E89712;
}

.left-side-collapsed .custom-nav li.nav-hover a span {
    display: block;
    color: #fff;
}

.left-side-collapsed .custom-nav li.nav-hover.active a span {
    background:#E89712;
    color: #fff;
}

.left-side-collapsed .custom-nav li.nav-hover ul {
    display: block;
    position: absolute;
    top: 38px;
    left: 52px;
    margin: 0;
    min-width: 160px;
    background:#343E4E;
    z-index: 100;
    -moz-border-radius: 0 0 2px 0;
    -webkit-border-radius: 0 0 2px 0;
    border-radius: 0 0 2px 0;
}

.left-side-collapsed .custom-nav ul a {
    text-align: left;
    padding: 6px 10px;
    padding-left: 10px;
}

.left-side-collapsed .custom-nav ul a:hover {
    background:#E89712;
}

.left-side-collapsed .custom-nav li a i {
    margin-right: 0;
	font-size: 1.2em;
}
ul.nav li a span {
    padding-left: .5em;
}

.left-side-collapsed .main-content {
    margin-left: 52px;
}


.left-side-collapsed .left-side{
    overflow: visible !important;
}

/*.main-content {
    margin-left: 200px;
    background: #F8F8F8;
    min-height: 1500px;
}*/
.main-content {
    margin-left: 200px;
    background:url(../img/mainbg1.jpg);
    min-height: auto;
}
.main-content10 {
	margin-top:40px;
    background: #F8F8F8;
    min-height: 1000px;
}
/*----------------------------
        HEADER SECTION
-----------------------------*/

.header-section {
    background:#FFF;
    box-shadow: 1px 0 3px rgba(0,0,0,.15);
    -webkit-box-shadow: 1px 0 3px rgba(0,0,0,.15);
    -moz-box-shadow: 1px 0 3px rgba(0,0,0,.15);
    -o-box-shadow: 1px 0 3px rgba(0,0,0,.15);
}

.header-section::after {
    clear: both;
    display: block;
    content: '';
}

.searchform input {
    box-shadow: none;
    float: left;
    font-size: 14px;
    margin:8px 0 0 10px;
    padding:7px 10px;
    width: 220px;
    outline:none;
    border:1px solid #eee;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
}
.searchform input:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ddd;
}
.logo-co{
	float:left;
	padding:7px 15px 6px;
}
.logo-co a {
	display:block;
}
/* ------------------------------
        STICKY HEADER
---------------------------------*/
.sticky-header .logo {
    position:fixed;
    top: 0;
    left: 0;
    width: 200px;
    z-index: 100;
    background: #E89712;
    border-bottom: 1px solid #303B4D;
    text-align: center;
    padding:0.55em 0 1em;
}
.logo h1 {
    margin-bottom: 0;
	line-height: 22px;
}
.sticky-header .header-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.sticky-header .main-content {
    padding-top: 50px;
}

.sticky-header .menu-right {
    margin-right: 0;
}
.sticky-header.left-side-collapsed .header-section {
    left: 0px;
}
.sticky-header.left-side-collapsed .menu-right {
    margin-right: 0;
}
.menu-right {
    margin:6px 15px 0px 0;
}
/* -----------------------
        DROPDOWN
--------------------------*/
.dropdown-menu-head {
    background: #fff
}
.dropdown-menu-head .title {
    background: #65cea7;
    color: #fff;
    padding: 15px;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
}
/** User Panel **/
.social_icons{
	float: right;
    width:25%;
	margin-top:0.6em;
}
a.yui {
    padding:.6em 1.7em .5em !important;
}
.social_icons-left {
    padding-right: 0;
}
.social_icons-left a{
	font-size: .8em;
    color: #fff;
    margin: 0;
    padding: .6em 1em .5em;
    text-decoration: none;
    background: #3b5998;
    text-align: center;
}
.twi a{
	background:#55acee;
}
.pinterest a{
	background:#dc4e41;
}
.social_icons-left a span{
	padding-left:.5em;
}
.social_icons-left a i.i1{
	color:#fff;
	font-size:1.2em;
}
.profile_details_left {
    float: left;
	margin: .3em 0 0 1em;
}
.nofitications-dropdown{
	margin-top:2px;
}
ul.nofitications-dropdown li {
    display: inline-block;
}
ul.dropdown-menu li {
    margin-left: 0;
    width: 100%;
    padding: 0;
	background: #fff;
}
.user-panel-top ul{
	padding-left:0;
}
.user-panel-top li{
	float:left;
	margin-left:15px;
	position:relative;
}
/********* profile details **********/
.profile_details{
	float: right;
    margin: 0px 1.5em;
}
.profile_details_drop .lnr.lnr-chevron-up{
	display:none;
}
.profile_details_drop.open .lnr.lnr-chevron-up{
    display:block;
}
.profile_details_drop.open .lnr.lnr-chevron-down{
	display:none;
}
ul.dropdown-menu2.drpdwn-meu2 {
    top: 102%;
}
ul.dropdown-menu{
	-moz-animation: fadeInDown .3s ease-in;
    -webkit-animation: fadeInDown .3s ease-in;
    animation: fadeInDown .3s ease-in;
}
ul.dropdown-menu.drp-mnu {
    left: -60px;
    min-width: 125px;
    top: 100%;
}
ul.dropdown-menu.drp-mnu li a {
    display: inline-flex;
    width: 100%;
    text-align: center;
    padding:.5em 0 0.5em 1.5em;
}
ul.dropdown-menu.drp-mnu li a i {
    width: 24px;
    line-height: 17px;
    height: 20px;
}
.profile_img span{
	float:left;
	display:block;
	width:40px;
	height:40px;
	border-radius:3em;
	-webkit-border-radius:3em;
	-moz-border-radius:3em;
	-o-border-radius:3em;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}
.span_4 {
    padding: 0;
}
.user-name{
	 float:left;
	 margin-top:8px;
	 margin-left:5px;
	 height:35px;
	 width:45%;
}
.profile_details ul li{
	list-style-type:none;
	width:100%;
}
.user-name p{
	font-size:14px;
	color:#E89712;
	line-height:1em;
	font-weight:700;
}
.user-name p span{
	font-size:10px;
	font-style:italic;
	color:#424f63;
	font-weight:normal;
}

.page-header {
    padding-bottom: 9px;
    margin: 0px;
    border-bottom:none;
}

/*----------------------------------------------------*/
/* form						  			  */
/*----------------------------------------------------*/
.viewdetails
{
	padding-left:15px;
}
.adddetails
{
	background-color:#fff;
	padding:3%;
	border-radius:8px;
}
.modal-header hr
{
	margin-bottom:0px;
	margin-top:0px;
	border-color:#CB171E;
	border-width:2px;
	text-align:center;
	width:100px;
	
} 
.panel-default {
    border-radius: 8px;
}
tbody
{
	vertical-align:middle;
	
}
.table > tbody > tr > td, .table > tfoot > tr > td
{
	vertical-align:middle;
}
th {
	text-align: Left;
	font-weight:700;
	font-style: italic;
}

td {
	font-size:17px;
	font-weight:400;
	color:#696969;	
}
td img {
    height: 60px;
    width: 80px;
}
.profile img
{
	width:100px;
	height:80px;
}

.viewdetails {
	color:#38B2CA;
}
.addpressdetails
{
	background-color:#fff;
	margin:0% auto;
	padding:3%;
	border-radius:8px;
}
.adddetails textarea, textarea {
    height:100px;
}
/*----------------------------------------------------*/
/* fa-icons						  			  */
/*----------------------------------------------------*/
td .fa-eye
{
	color:#fff;
	font-size:15px;
}
td .fa-pencil
{
	color:#fff;
	font-size:15px;
}
td .fa-remove
{
	color:#fff;
	font-size:15px;
}
td .fa-toggle-on {
    color: #31B0D5;
    font-size: 30px;
	
}
td .fa-toggle-off {
    color:#A9A9A9;
    font-size: 30px;
	
}
/*----------------------------------------------------*/
/* Savebutton					  			  */
/*----------------------------------------------------*/
.savebutton .btn-default {
    background: #E89712 none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: none;
    color: #fff;
    font-size: 12px;
    padding: 8px;
}
.savebutton .btn-default:hover {
  box-shadow:none;
  -webkit-box-shadow:none;
  webkit-transition:none;
  transition:none;
  background-color:#DCDCDC;
  color:#000;
}
/*----------------------------------------------------*/
/* addnewbutton					  			  */
/*----------------------------------------------------*/
.addnewbutton .btn-default {
    background: #E89712 none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: none;
    color: #fff;
    font-size: 12px;
    padding: 8px;
	float:right;
}
.addnewbutton .btn-default:hover {
  box-shadow:none;
  -webkit-box-shadow:none;
  webkit-transition:none;
  transition:none;
  background-color:#DCDCDC;
  color:#000;
}
.addnewbutton {
    padding-bottom: 10px;
}
/*----------------------------------------------------*/
/* popup						  			  */
/*----------------------------------------------------*/
.modal-content {
    border-radius: 5px;
	border:1px solid #ccc;
}
.modal-header {
    border-bottom: 1px solid transparent;
    padding: 5px;
	background-color: transparent;
	border-radius: 5px 5px 0px 0px;
	border:1px solid #ccc;
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;
}
.modal-title {
	color:#E89712;
	font-size: 20px;
	text-align:center;
}
.modal-header .close
{
	margin-top:8px;
	margin-right:5px;
}
.popupname {
    color:#E89712;
	font-size: 14px;
}
.modal-footer {
    padding: 35px;
}
.popupfname
{
	color:#696969;
	font-size: 14px;
}
.hrborder
{
	border:1px solid #C5DADD;
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;	
	
}
.viewdetalils .form-group {
	margin-bottom:0px;
	color:#104B79;
	text-align:left;
}


/*----------------------------------------------------*/
/* Star rating		  */
/*----------------------------------------------------*/
.row.lead {
    margin-left: -4px;
    margin-top: 5px;
}
.rating-container .rating-stars {
    color: #E89712;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: all 0.25s ease-out 0s;
    white-space: nowrap;
}
/*----------------------------------------------------*/
/* Signup			  			  */
/*----------------------------------------------------*/
.logo.logomodifi
{
    background: #E89712 none repeat scroll 0 0;
    border-bottom: 1px solid #303b4d;
    left: 0;
    padding: 0.55em 0 1em;
    position: absolute;
    text-align: center;
    top: 0;
    width: 200px;
    z-index: 100;
}

.sticky-header .main-content5 {
    background: #f8f8f8 none repeat scroll 0 0;
    min-height: 1000px;
	padding:40px;
}
.addsignupdetails
{
	background-color:#fff;
	padding:4%;
	border-radius:8px;
}
.addrestaurantname .modal-title {
    float: none;
    text-align: center;
}
/*----------------------------------------------------*/
/* Header Section loin and logout			  */
/*----------------------------------------------------*/
.main-content.main-content2.main-content2copy > div {
    z-index: 1;
}
.main-content10.main-content2copy > div {
    z-index: 1;
}
/*----------------------------------------------------*/
/* search button-font icons 			  */
/*----------------------------------------------------*/
/*.btn-sm.btn-success:before{
    font-family: FontAwesome;
    content: "\f002";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
	color:#fff;
}*/
/*----------------------------------------------------*/
/* change password			  */
/*----------------------------------------------------*/
.profile_details ul li {
    list-style-type: none;
    width: 100%;
}
ul.dropdown-menu.drp-mnu {
    left: -60px;
    min-width: 125px;
    top: 100%;
}
/*----------------------------------------------------*/
/* Header super admin		  */
/*----------------------------------------------------*/
.logo.logo1
{
	position:relative;
}
/*----------------------------------------------------*/
/* left-side-inner active 	  */
/*----------------------------------------------------*/
.left-side-inner .active
{
	background-color: #353f4f;
    color:#E89712;	
}



/* Karthick */
.error_input {
	box-shadow: none !important;
	border-width:0 0 2px 0 !important;
	border-style:solid !important;
	border-color: red !important;
}

.danger-color
{
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color:#C30;
}

/*----------------------------------------------------*/
/* NEW CHANGES */
/*----------------------------------------------------*/
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td
{
	padding:2px;
}
td {
    color: #696969;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}
.panel-body {
    padding: 10px;
}
.panel-heading {
    padding: 5px 10px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
div#page-wrapper {
    padding: 1em 2em 1em 1em;
}
.btn-sm, .btn-group-sm > .btn {
    border-radius: 4px;
    margin: 0;
    padding: 3px 8px;
}
th {
    color: #E89712;
    font-size: 14px;
    font-style:normal;
    font-weight: 600;
    text-align: left;
}
td
{
	text-align:left;
}
.table
{
	margin-bottom:5px;
}
.btn-success {
    color: #ffffff;
    background-color: #E89712;
    border-color: transparent;
}
.control-label {
    font-size: 14px;
	padding-bottom:5px;
}
.form-control
{
	height:30px;
}
.table.search th {
    padding-bottom: 10px;
}
.form-group
{
	padding-bottom:5px;
}
.backbutton.pull-right {
    margin-bottom: 5px;
}





/*----------------------------------------------------*/
/* @media quries		  */
/*----------------------------------------------------*/
@media only screen and (min-width: 1921px) and (max-width:2920px){
/*----------------------------------------------------*/
/* singnin	  */
/*----------------------------------------------------*/
.sign-in-form {
    width: 40%;
}
.signin {
    width: 69%;
}
.log-input-left {
    width: 60%;
	margin-left:20%;
}
.sign-in-form-top {
    width: 69%;
}
.logo-submit
{
	margin-left: 20%;
}
}
@media only screen and (min-width: 1361px) and (max-width: 1920px){
/*----------------------------------------------------*/
/* singnin	  */
/*----------------------------------------------------*/
.sign-in-form {
    width: 40%;
}
.signin {
    width: 86%;
}
.log-input-left {
    width: 60%;
	margin-left:20%;
}
.sign-in-form-top {
    width: 86%;
}
.logo-submit
{
	margin-left: 20%;
}
}
@media only screen and (min-width: 981px) and (max-width: 1440px)
{
/*----------------------------------------------------*/
/* singnin	  */
/*----------------------------------------------------*/
.sign-in-form {
    width: 40%;
}
.signin {
    width: 100%;
}
.log-input-left {
    width: 70%;
	margin-left:20%;
}
.sign-in-form-top {
    width: 100%;
}
.logo-submit
{
	margin-left: 20%;
}
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
	.addnewbutton
	{
		margin-top:-60px;
	}
	.backbutton.pull-right
{
    margin-top:-60px;
} 
/*----------------------------------------------------*/
/* singnin	  */
/*----------------------------------------------------*/
.sign-in-form {
    width: 60%;
}
.log-input-left {
    width: 100%;
}	
}
@media only screen and (min-width: 641px) and (max-width: 767px) {
	.addnewbutton
	{
		margin-top:-60px;
	}
	.backbutton.pull-right
{
    margin-top:-60px;
} 
/*----------------------------------------------------*/
/* singnin	  */
/*----------------------------------------------------*/
.sign-in-form {
    width: 80%;
}
.log-input-left {
    width: 100%;
}
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
	.left-side-collapsed .custom-nav li a {
    padding: 2px;
    position: relative;
    text-align: center;
}
	.addnewbutton
	{
		margin-top:-60px;
	}
	.backbutton.pull-right
{
    margin-top:-60px;
} 
/*----------------------------------------------------*/
/* singnin	  */
/*----------------------------------------------------*/
.sign-in-form {
    width: 80%;
} 
.log-input-left {
    width: 100%;
}

	
}
@media only screen and (min-width: 360px) and (max-width: 479px) {
	.left-side-collapsed .custom-nav li a {
    padding: 5px;
    position: relative;
    text-align: center;
}
/*----------------------------------------------------*/
/*team */
/*----------------------------------------------------*/	
.pull-right.upd-btn {
    margin-right: 125px;
}

/*----------------------------------------------------*/
/* singnin	  */
/*----------------------------------------------------*/
.sign-in-form {
    width: 100%;
}
.log-input-left {
    width: 100%;
}
.backbutton.pull-right
{
    margin-top:-60px;
} 


}
@media only screen and (min-width: 320px) and (max-width: 359px) {
	.left-side-collapsed .custom-nav li a {
    padding: 5px;
    position: relative;
    text-align: center;
}
.backbutton.pull-right
{
    margin-top:-60px;
} 

.savebutton .btn-default
	{
		font-size:12px;
		padding:5px;
	}
/*----------------------------------------------------*/
/* signin */
/*----------------------------------------------------*/
.sign-in-form {
    width: 100%;
}
.log-input input[type="text"], .log-input input[type="password"] {
    width: 110%;
}
}
textarea, textarea.form-control, input.form-control, input[type="text"], input[type="password"], input[type="email"], input[type="number"], .form-control[type="text"], .form-control[type="password"], .form-control[type="email"], .form-control[type="tel"], .form-control[contenteditable]
{
	font-size:13px;
	border: 1px solid #D3D3D3;
   
}
.hr_sma {
    margin: 0;
    padding: 0;
}
.newpopupname {
    padding-bottom: 5px;
    padding-top: 5px;
}