.logo {
    background-image: url('../../images/logo.png');
    background-size: 120px;
	background-repeat: no-repeat;
}

.logo-area-cust {
	width: 100px !important;
}

.widget-custom {
	margin-top: 0px;
}

.widget-collapse-cust {
	padding-top: 38px !important;
}

.widget-sidebar-custom {
	position: absolute;
	background: red;
}

.body-top {
	margin-top: 20px;
}

.page-content-body{
	/* background: #FFFFFF; */
	margin-top: 20px; 
	margin-left: 10px;
}

.page-content-body-color {
	background: #600061 !important;
}

.page-content-body-color a {
	color: #FFFFFF !important;
}

#page-content-body-color {
	background: #FFFFFF !important;
}

#page-content-side-color {
	background: #DCA36A;
}

.text-header {
  color: #FFFFFF;
  font-weight: none;
  font-size: 15pt;
  line-height: 55px;
}

.hidden-small {
	margin-left: 100px;
}

body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#nav-search-box-width {
	 width: 100%; 
}

#nav-search-hover {
	color: #C4AC5F !important;
}

#nav-margin {
	margin-top: 0px !important;
}


.img-user {
	margin-top: 40px !important;
}

.search-color {
	background: #0031C5 !important;
}

/* do not group these rules */
*::-webkit-input-placeholder {
    color: #F68223 !important;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #F68223 !important;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #F68223 !important;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #F68223 !important;
}

.page-content-top {
	margin-top: 40px !important;
}

.text-td, h3 {
	width: 100%;
	color: #600061 !important;
	text-align: center;
}


.recaptcha-style {
	height: 60px;
}


.acc-menu-top {
	margin-top: 0px !important;
}

h4 {
	
}

.recieved_msg_true {
	font-size: 12pt !important;
	color: green !important;
}

.submit-btn{
	background-color: #C4AC5F !important;
	color: #fff!important;
}

.role-tr:hover
{
	background-color: #f6f6f6;
	cursor: pointer; 
	cursor: hand;
}

.role-a, .role-a:hover, .role-a:active, .role-a:visited
{
	text-decoration: none;
	color: inherit;
}

.nav-tabs > li > a.active{
  background-color: none !important;

}

.btn-circle {
  width: 49px;
  height: 49px;
  text-align: center;
  padding: 5px 0;
  font-size: 20px;
  line-height: 2.00;
  border-radius: 30px!important;
	transform: scale(1);
	box-shadow: none;
	transform: rotate(-90deg);
	transition: color 0.2s ease, background-color 0.2s ease, transform 0.4s ease;
	opacity: 0.9;

}

.btn-circle:hover{
		transform: scale(1);
		box-shadow: 3px 1px 4px rgba(0, 0, 0, 0.19), 2px 1px 1px rgba(0, 0, 0, 0.23);
				background-color: transparent;
		transform: rotate(90deg);
		cursor: pointer;
		transition: color 0.2s ease, background-color 0.2s ease, transform 0.4s ease;
		z-index: 20px
}

#onlineofflinecss {
	color: red !important;
}

.right-txt {
	text-align: right;
}

div.pagination {
	background: #FFFFFF;
}

.breadcrumb{
	border: none !important;
}

.modal-dialog {
    background: #FFFFFF !important;
}
@media (min-width: 768px){
	.modal-dialog {
	    width: 500px !important;
	    margin: 30px auto !important;
	}
	.modal-dialog {
	    position: relative !important;
	}	
}












