.page_inner_title{
	padding: 0 0 12px 0;
	margin: 0;
}

.the-legend {
    border-style: none;
    border-width: 0;
    font-size: 14px;
    line-height: 6px;
    margin-bottom: 0px;
    margin-top: 10px;

    
}
.the-fieldset {
    padding: 5px;
    border: 2px groove threedface #444;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

input {
	outline: none;
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; 
}


/*input[type=search] {
	background: #ededed url(http://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
	border: solid 1px #ccc;
	padding: 4px 9px 4px 32px;
	width: 55px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	margin-right:5px;
}*/
input[type=search]:focus {
	/*width: 130px;*/
	background-color: #fff;
	border-color: #388b5f;
	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}


input:-moz-placeholder {
	color: #999;
}
input::-webkit-input-placeholder {
	color: #999;
}


/***********************************Common_class***************************/
.mr_top_5{ margin-top:5px;}
.mr_right_5{ margin-right:5px;}
.mr_bottom_5{ margin-bottom:5px;}
.mr_left_5{ margin-left:5px;}

.mr_top_10{ margin-top:10px;}
.mr_right_10{ margin-right:10px;}
.mr_bottom_10{ margin-bottom:10px !important;}
.mr_left_10{ margin-left:10px;}

.mr_top_15{ margin-top:15px;}
.mr_right_15{ margin-right:15px;}
.mr_bottom_15{ margin-bottom:15px;}
.mr_left_15{ margin-left:15px;}

.mr_top_20{ margin-top:20px;}
.mr_right_20{ margin-right:20px;}
.mr_bottom_20{ margin-bottom:20px;}
.mr_left_20{ margin-left:20px;}




.pd_top_5{ padding-top:5px;}
.pd_right_5{ padding-right:5px;}
.pd_bottom_5{ padding-bottom:5px !important;}
.pd_left_5{ padding-left:5px;}

.pd_top_10{ padding-top:10px;}
.pd_right_10{ padding-right:10px;}
.pd_bottom_10{ padding-bottom:10px;}
.pd_left_10{ padding-left:10px;}

.pd_top_15{ padding-top:15px;}
.pd_right_15{ padding-right:15px;}
.pd_bottom_15{ padding-bottom:15px;}
.pd_left_15{ padding-left:15px;}

.pd_top_20{ padding-top:20px;}
.pd_right_20{ padding-right:20px;}
.pd_bottom_20{ padding-bottom:20px;}
.pd_left_20{ padding-left:20px;}


.color_blue{ color:#009edf;}
.border_1{ border-bottom:solid 1px #ccc;}
	
.title_1{ padding: 0; margin: 0; font-size: 20px; font-weight: bold; color: #388b5f; line-height: 22px; }
.title_1 span{ font-size: 17px; color: #777; font-weight: normal; }
.title_1 .fa-edit{ font-size: 20px; color: #00a65a ; }
.title_1 .fa-trash-o{ font-size: 20px; color: #dd4b39; }


/***********************************END***************************/











/* Demo 2 */
#demo-2 input[type=search] {
	width: 15px;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
}
#demo-2 input[type=search]:hover {
	background-color: #fff;
}
#demo-2 input[type=search]:focus {
	width: 130px;
	padding-left: 32px;
	color: #000;
	background-color: #fff;
	cursor: auto;
}
#demo-2 input:-moz-placeholder {
	color: transparent;
}
#demo-2 input::-webkit-input-placeholder {
	color: transparent;
}


.list-inline li:first-child{ padding-left:0;}


.modal-header-1 { background: #388b5f; color: #fff; font-size:17px; padding:10px 15px; }
.modal-header-1 h4{ font-size:20px;}
.modal-header-1 .close{ color:#fff; opacity:.8;}



#datepicker > span:hover{cursor: pointer;}


.my_nav_tab_1{ background:#009edf; margin-top:30px !important;}
.nav-tabs-custom > .my_nav_tab_1 > li > a{  color:#fff;}
.nav-tabs-custom > .my_nav_tab_1 > li > a:hover{ background:#fff; color:#333;}








/****** Style Star Rating Widget *****/

.rating { 
  border: none;
  float: left;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: #ddd; 
 float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #009edf;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #009edf;  }





.block_1{ background:#f5f5f5; border:solid 1px #d6d6d6; margin: 10px 0; padding: 14px 0 0 0;}
.glyphicon-star{ color:#009edf;}




.filter_wrapper { margin-top:5px; background-color: #fff; border:solid 1px #d1d1d1; padding:15px; width: 70%; position: absolute; display: none; z-index:999; 
-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.25);
box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.25); }
.filter_hitter{ width:500px; height:500px; border:1px solid #ee0000; display:none; }



label.btn span {
  font-size: 1.5em ;
}

label input[type="radio"] ~ i.fa.fa-circle-o{
    color: #c8c8c8;    display: inline;
}
label input[type="radio"] ~ i.fa.fa-dot-circle-o{
    display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-circle-o{
    display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o{
    color: #7AA3CC;    display: inline;
}
label:hover input[type="radio"] ~ i.fa {
color: #7AA3CC;
}

label input[type="checkbox"] ~ i.fa.fa-square-o{
    color: #c8c8c8;    display: inline;
}
label input[type="checkbox"] ~ i.fa.fa-check-square-o{
    display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-square-o{
    display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o{
    color: #7AA3CC;    display: inline;
}
label:hover input[type="checkbox"] ~ i.fa {
color: #7AA3CC;
}

div[data-toggle="buttons"] label.active{
    color: #7AA3CC;
}

div[data-toggle="buttons"] label {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 2em;
text-align: left;
white-space: nowrap;
vertical-align: top;
cursor: pointer;
background-color: none;
border: 0px solid 
#c8c8c8;
border-radius: 3px;
color: #c8c8c8;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

div[data-toggle="buttons"] label:hover {
color: #7AA3CC;
}

div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
-webkit-box-shadow: none;
box-shadow: none;
}

.cllist{
background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 1px;
}

.cllist_hdr{
background-color: #ccc;
padding:2px 0px;    
}

.label2
{
	line-height: 24px;
}


 
.ctext{text-align: center;}
#example1 tbody{ font-size: 12px; }
#example1 thead { font-size: 12px !important; font-weight: bold; background:#ccc; }
#example1 tbody td{ padding:5px 10px; }
#example1_wrapper {width:98%; margin:0 auto; display: block;}

.dt-button{ 
		display: inline-block;
	box-sizing: border-box;
	margin-right: 0.333em;
	margin-bottom: 0.333em;
	padding: 0.5em 1em;
	border: 1px solid #388b5f;
	border-radius: 2px;
	cursor: pointer;
	font-size: 0.88em;
	line-height: 1.6em;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	background-color: #388b5f; 

 }

.dt-button:hover{ 
 border: 1px solid #256543;
	background-color: #256543;
}




