@charset "UTF-8";
/* CSS Document */
.title {
	
	/*color:#DD4B39;*/
	color:#FFF;
}

.text-white {
	color: #ffffff;
	text-align: center;
	font-size: 11px;
}

.easyTitle {
	color:#ffffff;
}

.small-box-footer {
	padding-right: 8px !important;
	text-align: right !important;
}

.text-danger {
	padding-top: 5px !important;
}
.login-page {
	
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   /* background: url('../img/loginBG0.jpg') !important;*/
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: 100%;
    opacity: 0.9;
    filter:alpha(opacity=90);
	margin-top: -10px;

}

.login-box-body {
    background: none !important;
    padding: 0px !important;
}

/* dashboard info start */
/* centered columns styles */
.row-centered {
text-align:center;
}
.col-centered {
display:inline-block;
float:none;
/* reset the text-align */
text-align:left;
/* inline-block space fix */
margin-right:-4px;
}
.huge {
    font-size: 40px;
}	
.panel-primary > .panel-heading {
    color: #fff;
}	
.panel-red {
	background: #d9534f;
}
.panel-red > .panel-heading {
    color: #fff;
}
.panel-red > a {
    color: #d9534f;
}		
.panel-red > a:hover {
    color:#4E1819;
}

	
.panel-green {
	background: #329A6E;
}
.panel-green > .panel-heading {
    color: #fff;
}
.panel-green > a {
    color: #038229;
}		
.panel-green > a:hover {
    color: darkgreen;
}	
	
.panel-yellow {
	background: #f0ad4e;
}
.panel-yellow > .panel-heading {
    color: #fff;
}
.panel-yellow > a {
    color: #f0ad4e;
}		
.panel-yellow > a:hover {
    color: #C1B203;
}

.panel-oren {
	background: #FF931E;
}
.panel-oren > .panel-heading {
    color: #fff;
}
.panel-oren > a {
    color: #FF931E;
}		
.panel-oren > a:hover {
    color: #FF931E;
}

/* dashboard info end  */

/*.skin-red .main-header .logo {
    background-color: #F56B25 !important;
}

.skin-red .sidebar-menu > li.active > a {
    border-left-color: #F56B25 !important;
}

.sidebar-toggle a:hover {
	background-color: #F56B25 !important;
}

.skin-red .main-header .navbar {
    background-color: #E56325 !important;
}
.skin-red .main-header .navbar .sidebar-toggle:hover {
    background-color:rgba(201, 76, 76, 0.3)!important;
}*/



/*.slidewap {
    border: solid #ccc 1px;
	padding-bottom: 10px;
	text-align: center;
    padding: 9px 9px;
    background: #fff;
    width: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
}*/

.sidebar-menu {
     padding: 15px 0 0 0 !important;
}
.content-header {
    padding: 40px 15px 15px 15px !important;
}

.content {
    
    padding-left: 15px !important;
    padding-right: 18px !important;

}

.section_content {
	margin-top: -30px;
}

.box-body {
 
    padding: 10px!important;
}

table {
	text-align: left !important;
}

th {
	border-top : solid 1px #D2D6DD !important;
	border-bottom : solid 1px #D2D6DD !important;
}

td {
	border-top :solid 1px  #EEEEEE !important;
	/*border-bottom : solid 1px  #EEEEEE !important;*/
}

li:hover {
    cursor: pointer !important;
}

.slimScrollBar {
    background: rgb(190, 190, 190) !important;
    width: 7px!important;
}

.error { 
	background: #fff; 
	color: #dd4b39; 
	padding-top:4px; 
}

.password-eye-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
	margin-right: 5px;			   
  position: relative;
  z-index: 2;
}

.summaryBoxLead {
		border-radius: 3px 0px 0px 3px;
		border-left: 5px solid #eee;
		border-color:#174170;
		background-color:#2D89EF;
		padding-bottom: 10px; 
		padding-top: 10px; 
		text-align: center;
		color: #fff;	
}
	
.summaryBoxConver{
		border-radius: 3px 0px 0px 3px;
		border-left: 5px solid #eee;
		border-color:#0A4C16;
		background-color:#17B22B;
		padding-bottom: 10px; 
		padding-top: 10px; 
		text-align: center;
		color: #fff;	
}

.summaryBoxReward{
		border-radius: 3px 0px 0px 3px;
		border-left: 5px solid #eee;
		border-color:#906E05;
		background-color:#FFBF00;
		padding-bottom: 10px; 
		padding-top: 10px; 
		text-align: center;
		color: #fff;	
}
	
.summary-padding {
    padding: 0px 15px;
	border-radius: 12px;
    margin-bottom: 20px;
	margin-top: 20px;
}
	
	
.summary-padding-16 {
    padding-top: 25px;
    padding-bottom:25px;
	background-color:#fff;
    font-size: 18px;
		
}


/*Start my_share_links_form.php*/
.refer-top-img {
    width: 50%;
}
	
.refer-img {
    border-radius: 50%;
    width: 50%;
    margin: 15px 0;
}
	
.refer-p {
    font-size: 16px;
	padding: 0 25px;
}
	
.refer-text-color {
	color: #868695;
 }
/*End my_share_links_form.php*/



/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #555 ; /*#1F2A2F*/
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #888; /*#1F2A2F*/
}


.skin-black .main-header>.logo {
    background-color:transparent !important;
    color: #fff !important;
 
    border-right: 0px solid transparent !important;
	   border-bottom: 0px solid #4b545c !important;
	
}

.skin-black .main-header .navbar>.sidebar-toggle {
    color: #333;
    border-right: 0px solid transparent !important;
	
}

.skin-black .main-header .navbar {
   
    border-bottom: 1px solid #eee !important;
}

.main-header .logo {
	text-align: left !important;
	padding-left: 10px;
}

.main-header .logo .logo-mini {
    display: none;
    padding-left: 10px;
	 padding-right: 10px;
}

.sidebar-menu>li>a>.fa, .sidebar-menu>li>a>.glyphicon, .sidebar-menu>li>a>.ion {
	width: 25px !important;
}

.treeview-menu>li>a>.fa, .treeview-menu>li>a>.glyphicon, .treeview-menu>li>a>.ion {
   width: 25px !important;
}

.modal-content {
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  -webkit-border: 5px !important;
  -moz-border: 5px !important;
  border: 5px !important;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #222D32;
    border-color: #222D32;
}

.btn-success {
    background-color: #EB5202 !important; /*#EB5202*/
    border-color: #EB5202 !important; /*#EB5202*/
}

.btn-primary {
    background-color: #222D32 !important; /*#222D32*/
    border-color: #222D32 !important; /*#222D32*/
}

.login-page, .register-page {
    background: #222D32 !important;
}

.logo-img {
	width: 70% !important;
	text-align: center !important;
}

.logo-lg {
    text-align: center !important;
}