/*!
 * our style
 */
 .users-list > li {
    width: 14.2% !important;
}
.users-list > li img {
    height: 45px !important;
}
.order-table tr td:last-child{
	text-align: center;
}
table tr td{
	text-transform: capitalize;	
}
.stat-ancher, .stat-ancher:hover, .stat-ancher:focus, .stat-ancher:active{
	color: inherit;
}
.notify-colors span {
    display: inline-block;
    height: 15px;
    margin-left: 2px;
    position: relative;
    top: 3px;
    width: 15px;
}
.sold-content{
	background-color: rgba(60,141,188,0.9);
}
.purchased-content{
	background-color: rgb(210, 214, 222);
	margin-right: 20px;
}
.notify-colors {
    margin: 4px 0 0;
}
.specific-user .select2, .specific-user .select2-search__field {
    width: 100% !important;
}
.method-status, .method-status:hover, .method-status:active, .method-status:focus{
	cursor: pointer;
	color: inherit;	
}
.table-nav a.dropdown-toggle {
    color: inherit;
}
.table-nav ul.dropdown-menu {
    padding: 2px 0;
}
.table-nav .dropdown-menu .divider {
    height: 1px;
    margin: 2px 0;
}
.android-hide{
/*		display: none !important;*/
}
.ionic-hide{
		display: none !important;
}
.login-logo img{	
    width: auto;
    position: relative !important;
    margin-top: 20px;
    margin-bottom: 20px;
}
.navbar-header {
    width: 100%;
    
}
.navbar-default{
    margin-bottom: 10px;
}


.panel-group .panel+.panel {
    margin-top: 13px;
}

#homeworks_counts{
    padding: 2px;
    background: #e69581;
    border-radius: 20px;
    
}



/***********NOTIFICATION **************/
.navbar-nav.navbar-right{
        float: left!important;
    margin-left: -15px;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.navbar-default .dropdown-menu.notify-drop {
  min-width: 270px;
  background-color: #fff;
  position: absolute;left: 0;
  max-height: 360px;
}
.navbar-default .dropdown-menu.notify-drop .notify-drop-title {
  border-bottom: 1px solid #e2e2e2;
  padding: 5px 15px 10px 15px;
}
.navbar-default .dropdown-menu.notify-drop .drop-content {
  min-height: 280px;
  max-height: 280px;
  overflow-y: scroll;
}
.navbar-default .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-track
{
  background-color: #F5F5F5;
}

.navbar-default .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar
{
  width: 8px;
  background-color: #F5F5F5;
}

.navbar-default .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-thumb
{
  background-color: #ccc;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li {
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 0px 5px 0px;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li:nth-child(2n+0) {
  background-color: #fafafa;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li:after {
  content: "";
  clear: both;
  display: block;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li:hover {
  background-color: #fcfcfc;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li:last-child {
  border-bottom: none;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li .notify-img {
  float: left;
  display: inline-block;
  width: 45px;
  height: 45px;
  margin: 0px 0px 8px 0px;
}
.navbar-default .dropdown-menu.notify-drop .allRead {
  margin-right: 7px;
}
.navbar-default .dropdown-menu.notify-drop .rIcon {
  float: right;
  color: #999;
}
.navbar-default .dropdown-menu.notify-drop .rIcon:hover {
  color: #333;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li a {
  font-size: 12px;
  font-weight: normal;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li {
  font-weight: bold;
  font-size: 11px;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li hr {
  margin: 5px 0;
  width: 70%;
  border-color: #e2e2e2;
}
.navbar-default .dropdown-menu.notify-drop .drop-content .pd-l0 {
  padding-left: 0;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li p {
  font-size: 11px;
  color: #666;
  font-weight: normal;
  margin: 3px 0;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li p.time {
  font-size: 10px;
  font-weight: 600;
  top: -6px;
  margin: 8px 0px 0px 0px;
  padding: 0px 3px;
  border: 1px solid #e2e2e2;
  position: relative;
  background-image: linear-gradient(#fff,#f2f2f2);
  display: inline-block;
  border-radius: 2px;
  color: #B97745;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li p.time:hover {
  background-image: linear-gradient(#fff,#fff);
}
.navbar-default .dropdown-menu.notify-drop .notify-drop-footer {
  border-top: 1px solid #e2e2e2;
  bottom: 0;
  position: relative;
  padding: 8px 15px;
}
.navbar-default .dropdown-menu.notify-drop .notify-drop-footer a {
  color: #777;
  text-decoration: none;
}
.navbar-default .dropdown-menu.notify-drop .notify-drop-footer a:hover {
  color: #333;
}



#logo_text{
    display: table;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    color: #ecf0f5;
    font-size: 17px;
    font-weight: bold;
}


.main-footer{
    width:100% ;  bottom: 0;right:0;left: 0;
    position: absolute;  background: #979797!important;
}

