html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.navbar-fixed-top {
	background-color: #f5f5f5; 
}
@media (min-width: 1280px) {
    .wrap > .container {
        padding: 70px 15px 25px;
    }
}
@media (max-width: 1280px) {
    .wrap > .container {
    padding: 110px 15px 25px;
    }
}
.balance-label {
	padding: 15px 15px 15px 0px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}
.btn {
    border-radius: 30px;
}
.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.site-center-panel {
	margin-top: 40px;
}

.site-registration-panel {
	margin-top: 20px;
}

.site-center-panel .site-registration-panel h4 {
	margin: 2px 8px;	
}

.social-buttons text {
	margin-right: 8px;
}

.app-premiun-item-control {
	margin-left: 5px; 
	margin-right: 5px; 
}
.popover {
    max-width: 380px;
    z-index: 2000;
}

.panel-app .alert{
	margin-bottom: 0px;
}

.app-baner, .site-page {
	margin-top: 10px;
}

.app-baner .well {
	margin-bottom: 0px;
}

.fileinput {
    display: block;
}

.actions-two-buttons a{
	margin-left: 7px;
	margin-right: 7px;	
}

.actions-three-buttons a{
	margin-left: 2px;
	margin-right: 2px;
}

.form-horizontal .editableform .control-group.form-group {
	margin: 0;
}

.dropdown-header {
    font-size: 14px;
}

.table {
    font-size: 14px;
}

.table .form-control {
    font-size: 14px;
    height: 36px;
    padding: 4px 4px;
}
.dropdown-menu li a {
    padding: 10px 20px;
}
.daterangepicker {
    font-size: 14px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: #eee;
}
/*
@media (min-width: 1600px) {	
    html {		
        zoom: 110%;		
        -ms-zoom: 1.1;
        -webkit-zoom: 1.1;
        -moz-transform:  scale(1.1,1.1);
        -moz-transform-origin: center top ;
    }

}*/

.datail-table table{
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-word;	
}

.friends .list-group .title, .messages .list-group .title {
    border: 1px solid #DDDDDD;
    font-weight: bold;
    color: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.friend-list .list-group .title, .ban-list .list-group .title, .user-list .list-group .title  {
    background: #337ab7;
}
.break {
    width: 100%;
}
.scroll-messages {
    max-height: 800px;
    overflow:scroll;
    overflow-x:hidden;
}
#messages-list {
    position : relative;
    bottom: 100%;
}
.scroll-none {
    overflow-y: hidden;
    overflow-x: hidden;
}