@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

.cnfrm_rjctd{
  width:auto;
  float: right;
}
.cnfrm_rjctd select{
  padding:10px 30px;
  height:38px;
}
.cnfrm_rjctd button{
  padding:8px 10px;
  height:38px;
}
/* #DataTables_Table_0_wrapper .col-md-6{width:40%;} */
#DataTables_Table_0_wrapper .dataTables_filter{
	float:right;
}
.dataTables_wrapper select{
  padding:5px 10px;
  height:38px;
}
.dataTables_wrapper input{
  padding:10px;
  height:38px;
}


/*Parw CSS Code Start*/
.navbar-brand{
	padding-top:3px;
}
.navbar-brand img{
	max-width:220px !important;
}
.navbar-inner .btn-group {
    margin: 11px 20px 0 5px !important;
}
.thumbnails.gallery .thumbnail a{
	overflow:hidden;
}
.users_style{
	text-transform: capitalize;
	font-weight: bold;
	letter-spacing:1px;
	font-size:18px;
	text-decoration:none;
}
.users_style p{
	font-size: 34px;
    line-height: 40px;
    font-weight: bold;
	letter-spacing:0px;
}

.half_block{
	width:100%;
	float:left;
	border-top:1px solid #e4e4e4;
	padding-top:40px;
	margin-top:20px;
}
.half_block .users_style{
	width:50%;
	float:left;
}
.content_button{
	margin-bottom:20px;
}
.content_button a.ind_total_btn{
	float:left;	
	width:100%;
	padding:37px 0 25px;
}
.content_button a.ind_total_btn:hover{
	background:#0d6673;
	color:#fff;
}
.custom_selector{
	float:left;	
	width:100%;
    font-size: 15px;
    text-align: center;
    color: #1292a4 !important;
    margin-bottom: 10px;
    font-weight: bold;
    position: relative;
    display: block;
    line-height: 22px;
    text-decoration: none;
    background: #f5f5f5;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
	padding:0px;
	border:1px solid#e3e3e3;
}
.custom_selector .users_style{
	padding:37px 0 25px;
	color: #1292a4 !important;
	font-size:16px;
}
.custom_selector a{
	text-decoration:none !important;
}
.custom_selector .users_style:hover{
	background:#0d6673;
	color:#fff !important;
}
.custom_selector .half_block{
	margin:0px;
	padding:0px;
}
.register_form{
	border:none !important;
}
.register_form .box-content{
	padding: 19px;
    /*margin-bottom: 20px;*/
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	width:650px;
	margin:0 auto;
}
.reg_btn{
	background: #1292a4 !important;
    color: #fff !important;
    padding: 10px 30px !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
}
.map_canvas{
	width:100% !important;
	margin:0px !important;
	margin-top:30px !important; 
}
.login_btn{
	padding-left:0px;
}
.login_btn .btn_sub_form{
	padding:13px;
	width:150px !important;
	text-transform:uppercase;
	font-size:16px;
	margin-top:30px;
	float:left;
}
.signup_btn{
	padding:30px 0;
	text-align:right;
}
.signup_btn a{
	color: #1292a4;
	font-size:14px;
	font-weight:bold;
}
.login-box .red{
	color: #1292a4 !important;
}
.rmber_me{
	padding:20px 0;
	text-align:left;
}
.rmber_me a{
	float:right;
	color :#1292a4 !important;
}
.alldaycaretable .center{
	text-align:center;
}
.alldaycaretable button[type="submit"].del_btn{
	border:none;
	background:transparent;
	float:none;
	display:inline-block;
}
.del_btn {
  position: relative;
  display: inline;
}
.btn-danger .del_btn:hover:after {
  content: '';
  position: absolute;
  top: -18px;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.btn-danger .del_btn:hover:before {
    content: 'Un-verified';
    position: absolute;
    top: -42px;
    left: 50%;
    margin-left: -26px;
    width: auto;
    height: auto;
    background: #000;
    padding: 3px 10px;
    border-radius: 4px;
}
.btn-success .del_btn:hover:after {
  content: '';
  position: absolute;
  top: -18px;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.btn-success .del_btn:hover:before {
    content: 'Verified';
    position: absolute;
    top: -42px;
    left: 50%;
    margin-left: -26px;
    width: auto;
    height: auto;
    background: #000;
    padding: 3px 10px;
    border-radius: 4px;
}
.custom_booking .col-md-4{
	float:right;
}
.custom_booking .col-md-6{
	width:33%;
}
.custom_booking .col-md-4 button[type="submit"] {
    color: #fff !important;
    background: #1292a4 !important;
    border:1px solid #1292a4 !important;
}
.custom_booking .col-md-4 select {
    border:1px solid #1292a4 !important;
}
.view_booking_info{
	width:100%;
	float:left;
	min-height:auto !important;
	height:auto !important;
	padding:8px !important;
	margin-bottom:15px !important;
}
.view_booking_info h4{
	font-size:18px;
	font-weight:bold;
}
.view_booking_info p{
	font-size:16px;
	font-weight:normal;
}
.users_style .fa{
	font-size:40px;
	margin-bottom:20px;
}
.total_daycare_icon{
	height:50px;
	float:none;
	display:inline-block;
	width:100px;
	background:url(../img/daycare.svg) no-repeat;
	background-position:center center;
	background-size:46%;
}
.daily_signup_icon{
	height:50px;
	float:none;
	display:inline-block;
	width:100px;
	background:url(../img/daily_signup.svg) no-repeat;
	background-position:center center;
	background-size:46%;
}
.daily_revenue_icon{
	height:50px;
	float:none;
	display:inline-block;
	width:100px;
	background:url(../img/revenue.svg) no-repeat;
	background-position:center center;
	background-size:46%;
}
.my_hover a:hover .total_daycare_icon{
	background:url(../img/daycare_hover.svg) no-repeat;
	background-position:center center;
	background-size:46%;
}
.custom_selector a:hover .daily_signup_icon{
	background:url(../img/daily_signup_hover.svg) no-repeat;
	background-position:center center;
	background-size:46%;
}
.custom_selector a:hover .daily_revenue_icon{
	background:url(../img/revenue_hover.svg) no-repeat;
	background-position:center center;
	background-size:46%;
}

a.monthly-tab {
    color: #555;
    font-weight: 600;
    padding: 8px 10px;
    border: 1px solid #DEDEDE;
    margin: 0px !important;
    border-bottom: 0px;
}
a.monthly-tab:hover {
    text-decoration: none;
}
.box {
    margin-top: 6px !important;
}
.monthly-tab-wrapper{
    padding: 0px !important;
}
.monthly-tab-wrapper .monthly-tab.active {
    background-color: #DEDEDE;
}

/*Responsive Code Start Here*/
@media only screen and (max-width: 767px){
.register_form .box-content{width:100%;}
}
@media only screen and (max-width: 551px){
.reg_btn{width:100%;}
}
/*Parw CSS Code End*/
/*data table custom sorting icon added start*/
.bootstrap-datatable thead .sorting_desc:after,
.bootstrap-datatable thead .sorting:after {
   font-family: "Glyphicons Halflings";
   content: "\e155";
   right: 5px;
   position: absolute;
}
.bootstrap-datatable thead .sorting_asc:after {
   font-family: "Glyphicons Halflings";
   content: "\e156";
   right: 5px;
   position: absolute;
}
.bootstrap-datatable thead th {
   padding-right: 20px !important;
   position: relative;
}
/*data table custom sorting icon added end*/