@import url(////fonts.googleapis.com/css?family=open+sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,cyrillic-ext,greek-ext,vietnamese);
@import "http://basketballgames.io/themes_admin/adminthemegame/resources/css/variables.less";
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial,Helvetica,sans-serif,Open Sans;
    font-size: 14px;
    color: #666666;
    font-weight: 500;
    line-height: 18px;
    text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
}
a:hover, a:focus {
    text-decoration: none;
}
.bold{
    font-weight: bold;
}
.left5{
    margin-left: 5px;
}
.left10{
    margin-left: 10px;
}
.left15{
    margin-left: 15px;
}
.bot5{
    margin-bottom: 5px;
}
.bot10{
    margin-bottom: 10px !important;
}
.bot15{
    margin-bottom: 15px;
}
.minwidth40{
    min-width: 40px;
}
.minwidth50{
    min-width: 50px;
}
.minwidth60{
    min-width: 60px;
}
.minwidth70{
    min-width: 70px;
}
.minwidth80{
    min-width: 80px;
}
.minwidth90{
    min-width: 90px;
}
.minheight200{
    min-height: 200px
}
.page-header {
    vertical-align: middle;
    margin: 15px 0;
    padding: 0;
    border-bottom: none;
    h1 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 30px;
        color: #848484;
        display: inline-block;
        margin-bottom: 15px;
    }
}
.breadcrumb {
    li a {
        font-size: 11px;
        padding: 0px;
        margin: 0px;	
    }
    li a:hover {
        text-decoration: none;
    }
    li + li:before {
        content: "/";
        font-family: FontAwesome;
        color: #BBBBBB;
        padding: 0 5px;	
    }

}


/* fix for bootstrap hidden and visible */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}
#container {
    min-height: 100%;
    width: 100%;
    position: relative;
}
.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}
#content {
    padding-bottom: 40px;
    transition: all 0.3s;
}
#header {
    min-height: 0px;
    background: #FFFFFF;
    border-bottom: 1px solid #777;
    margin: 0;
    padding: 0;
    .nav > li {
        float: left;
    }
    .nav > li li {
        min-width: 200px;
    }
    .navbar-header {
        min-height: 0px;
        padding: 0;
    }
    #button-menu + .navbar-brand {
        padding: 10px 10px 10px 10px;
        margin-right: 10px;
        height: auto;
    }
    .nav > li > a {
        padding: 3px 16px;
        line-height: 38px;
        cursor: pointer;
        color: #000000;
        border-left: 1px solid #E1E1E1;
    }
    .nav > li > a > .label {
        text-shadow: none;
        padding: 1px 4px;
        position: absolute;
        top: 8px;
        left: 6px;
    }
}
/* Mobile */
@media (max-width: 767px) {
    #header .navbar-header {
        margin-right: 0px;
        margin-left: 0px;
        float: left;
    }
}
#button-menu {
    padding: 10px 17px 9px 17px;
    line-height: 25px;
    float: left;
    display: inline-block;
    cursor: pointer;
    color: #000000;
    border-right: 1px solid #E1E1E1;
}

#profile {
    display: none;
    div {
        float: left;
        color: #C4C4C4;
    }
    div + div {
        margin-left: 15px;
    }
    h4 {
        margin-top: 6px;
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        font-weight: 400;
        color: #FFF;
        margin-bottom: 0;
    }
}
#column-left {
    width: 50px;
    height: 100%;
    background-color: #515151;
    position: absolute;
    top: 0px;
    padding-top: 50px;
    z-index: 10;
    transition: all 0.3s;
    &.active #profile {
        display: block;
        padding: 10px 15px 10px 15px;
        overflow: auto;
        border-bottom: 1px solid #585858;
    }
    &.active {
        width: 235px;
        display: block;
    }
    + #content {
        margin-left: 50px;
    }
    + #content + #footer {
        margin-left: 50px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    #column-left {
        overflow: hidden;
        display: none;
    }
    #column-left + #content {
        margin-left: 0;
    }
    #column-left + #content + #footer {
        margin-left: 0;
    }
}
/* Menu */
#menu, #menu ul, #menu li {
    padding: 0;
    margin: 0;
    list-style: none;
}
#menu {
    margin-bottom: 25px;
    > li {
        position: relative;
    }
    li a {
        text-decoration: none;
        display: block;
        padding: 10px;
        cursor: pointer;
        border-bottom: 1px solid #515151;
    }
    li a i {
        font-size: 16px;
    }
    > li > a {
        color: #C4C4C4;
        font-size: 14px;	
        padding-left: 13px;
        border-bottom: 1px solid #585858;
    }
    > li > a:hover {
        background-color: #444444;
    }
    > li > a > span {
        display: none;
        margin-left: 8px;
    }
    li li a {
        color: #9d9d9d;
    }
    li li a:hover {
        color: #FFFFFF;
        background-color: #373737;
    }
    li li a:before {
        content: "\f101";
        font-size: 14px;
        font-family: FontAwesome;
        margin-left: 10px;
        margin-right: 10px;
        transition: margin ease 0.5s;	
    }
    li li a:hover:before {
        margin-right: 20px;
    }
    > li.active > a {
        color: #DDDDDD;
        background: #373737;
    }
    li.active li a {
        color: #C4C4C4;
    }
    li li.active > a:last-child {
        color: #FFFFFF;
    }
    li li.active a:last-child:before {
        margin-left: 20px;
        margin-right: 10px;
    }
    > li > ul {
        position: absolute;
        left: 50px;
        top: 0px;
        width: 210px;
        background-color: #444444;
        visibility: hidden;
    }
    li ul {
        overflow: hidden;
    }
    > li:hover > ul {
        visibility: visible;
    }
    li li a.parent:after, #column-left.active #menu > li a.parent:after {
        font-family: FontAwesome;
        content: "\f105";
        float: right;
        margin-right: 8px;
    }
    li li.open > a.parent:after, #column-left.active #menu > li.open > a.parent:after {
        font-family: FontAwesome;
        content: "\f107";
        float: right;
        margin-right: 8px;
    }
    li ul a {
        padding-left: 20px;
    }
    li li ul a {
        padding-left: 40px;
    }
    li li li ul a {
        padding-left: 60px;
    }
    li li li li ul a {
        padding-left: 80px;
    }
}
/* Menu Active */
/* Desktop */
@media (min-width: 768px) {
    #column-left.active {
        overflow: auto;
        + #content {
            margin-left: 235px;
        }
        + #content + #footer {
            margin-left: 235px;
        }
    }
}
/* Mobile */
@media (max-width: 767px) {
    #column-left.active + #content {
        position: relative;
        left: 235px;
    }
    #column-left.active + #content + #footer {
        position: relative;
        left: 235px;
    }
}
#column-left.active {
    width: 235px;
    #menu li i {
        font-size: 14px;
    }
    #menu > li > a > span {
        display: inline;
    }
    #menu > li > ul {
        position: relative;
        left: auto;
        top: auto;
        width: auto;
        visibility: visible;
    }
}
/* footer */
#footer {
    height: 100px;
    text-align: center;
}

/* Navs */
.nav > li.disabled > a {
    color: #999;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #999;
}

.form-control:hover {
    border: 1px solid #b9b9b9;
    border-top-color: #a0a0a0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
div.required .control-label:not(span):before, td.required:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

input[type="radio"], input[type="checkbox"] {
    margin: 2px 0 0;
}
.radio, .checkbox {
    min-height: 18px;
}
input[type="radio"], 
.radio input[type="radio"], 
.radio-inline input[type="radio"], 
input[type="checkbox"], 
.checkbox input[type="checkbox"], 
.checkbox-inline input[type="checkbox"] {
    position: relative;
    width: 13px;
    width: 16px \0;
    height: 13px;
    height: 16px \0;
    -webkit-appearance: none;
    background: white;
    border: 1px solid #dcdcdc;
    border: 1px solid transparent \0;
    border-radius: 1px;
}
input[type="radio"]:focus, 
.radio input[type="radio"]:focus, 
.radio-inline input[type="radio"]:focus, 
input[type="checkbox"]:focus, 
.checkbox input[type="checkbox"]:focus, 
.checkbox-inline input[type="checkbox"]:focus {
    border-color: #4d90fe;
    outline: 0;
}
input[type="radio"]:active, 
.radio input[type="radio"]:active, 
.radio-inline input[type="radio"]:active, 
input[type="checkbox"]:active, 
.checkbox input[type="checkbox"]:active, 
.checkbox-inline input[type="checkbox"]:active {
    background-color: #ebebeb;
    border-color: #c6c6c6;
}
input[type="radio"]:checked, 
.radio input[type="radio"]:checked, 
.radio-inline input[type="radio"]:checked,
input[type="checkbox"]:checked, 
.checkbox input[type="checkbox"]:checked,
.checkbox-inline input[type="checkbox"]:checked {
    background: #fff;
}
input[type="radio"], 
.radio input[type="radio"], 
.radio-inline input[type="radio"] {
    width: 15px;
    width: 18px \0;
    height: 15px;
    height: 18px \0;
    border-radius: 1em;
}
input[type="radio"]:checked::after, 
.radio input[type="radio"]:checked::after, 
.radio-inline input[type="radio"]:checked::after {
    position: relative;
    top: 3px;
    left: 3px;
    display: block;
    width: 7px;
    height: 7px;
    content: '';
    background: #666;
    border-radius: 1em;
}
input[type="checkbox"]:hover,
.checkbox input[type="checkbox"]:hover,
.checkbox-inline input[type="checkbox"]:hover {
    border-color: #c6c6c6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: none \9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: none \9;
}
input[type="checkbox"]:checked::after, 
.checkbox input[type="checkbox"]:checked::after, 
.checkbox-inline input[type="checkbox"]:checked::after {
    position: absolute;
    top: -6px;
    left: -5px;
    display: block;
    content: url('http://basketballgames.io/themes_admin/adminthemegame/resources/img/checkmark.png');
}
/*table */
.table {
    thead td {
        font-weight: bold;
    }
    thead td span[data-toggle="tooltip"]:after, label.control-label span:after {
        font-family: FontAwesome;
        color: #1E91CF;
        content: "\f059";
        margin-left: 4px;
    }
    thead > tr > td, .table tbody > tr > td {
        vertical-align: middle;
    }
    .asc:after {
        content: " \f107";
        font-family: FontAwesome;
        font-size: 14px;
    }
    .desc:after {
        content: " \f106";
        font-family: FontAwesome;
        font-size: 14px;
    }
}

/*thumbnail*/
.img-thumbnail{
    i {
        color: #FFFFFF;
        background-color: #EEEEEE;
        text-align: center;
        vertical-align: middle;
        width: 100px;
        height: 100px;
        padding-top: 20px;
        vertical-align: middle;
        display: inline-block;
    }
    &.list i {
        width: 40px;
        height: 40px;
        padding-top: 10px;
    }
}
/* Tiles */
.tile {
    margin-bottom: 15px;
    border-radius: 3px;
    background-color: #279FE0;
    color: #FFFFFF;
    transition: all 1s;
}
.tile:hover {
    opacity: 0.95;
}

.tile a {
    color: #FFFFFF;
}
.tile-heading {
    padding: 5px 8px;
    text-transform: uppercase;
    background-color: #1E91CF;
    color: #FFF;
}
.tile .tile-heading .pull-right {
    transition: all 1s;	
    opacity: 0.7;
}
.tile:hover .tile-heading .pull-right {
    opacity: 1;
}
.tile-body {
    padding: 15px;
    color: #FFFFFF;
    line-height: 48px;	
}
.tile .tile-body i {
    font-size: 50px;
    opacity: 0.3;
    transition: all 1s;
}
.tile:hover .tile-body i {
    color: #FFFFFF;
    opacity: 1;
}
.tile .tile-body h2 {
    font-size: 42px;
}
.tile-footer {
    padding: 5px 8px;
    background-color: #3DA9E3;
}
.pi-form-inline-toolbox{
    .pi-search-input{
        width: 300px;
        margin-right: 0px;
    }
}

@media (max-width: @screen-sm-min) {
    .pi-form-inline-toolbox{
        .pull-right{
            margin-bottom: 10px;
        }

    }
}
.header-text-primary thead td{
    color: @brand-primary;
}
table tr .row-actions {
    color: #ddd;
    font-size: 13px;
    visibility: hidden;
    padding: 2px 0 0;
}

table tr.row_edit:hover .row-actions {
    visibility: visible;
}
table tr .row-actions {
    color: #ddd;
    font-size: 13px;
    visibility: hidden;
    padding: 2px 0 0;
}
table tr .row-actions .delete-tag {
    color: #C9302C;
}
table tr .row-actions .publish-tag {
    color: #008000;
    font-weight: bold;
}
table tr a:hover {
    text-decoration: none;
}

/*.modal-open {
  overflow: hidden;
}*/
.model-mark-loading {
    display: none;
}
.loading {
    overflow: hidden;
    position: fixed;
    top: 100px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
}
.loading-content {
    /*position: relative;*/
    display: block;
    width: 400px;
    height: 100px;
    padding: 30px 30px 30px 30px;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}
.loading-mark {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.accordion-toggle.collapsed:after{
    content: " \f101";
    font-family: FontAwesome;
    font-size: 14px;
}
.accordion-toggle:after{
    content: " \f107";
    font-family: FontAwesome;
    font-size: 14px;
}
.error{
    color: red;
}
/* Category Post CSS */
#category_list {
  list-style: none;
  margin: 0;
  padding: 10px 0 0 0;
}
#category_list li {
  margin: 0;
  padding: 0;
  line-height: 22px;
  word-wrap: break-word;
  list-style: none;
}
#most_used_category {
  list-style: none;
  margin: 0;
  padding: 10px 0 0 0;
}
#most_used_category li {
  margin: 0;
  padding: 0;
  line-height: 22px;
  word-wrap: break-word;
  list-style: none;
}

.check_box_list {
  list-style: none;
  margin: 0;
  padding: 10px 0 0 0;
}
.check_box_list li {
  margin: 0;
  padding: 0;
  line-height: 22px;
  word-wrap: break-word;
  list-style: none;
}
.tab-panel {
  min-height: 42px;
  max-height: 200px;
  overflow: auto;
  padding: 0 .9em;
  border: 1px solid #dfdfdf;
  background-color: #fdfdfd;
}
.panel-title a {
  text-decoration: none;
  color: #428BCA;
}
.panel-title a:hover {
  opacity: 0.9;
  color: #0074a2;
}

/* Tags css */
.login-panel {
    margin-top: 25%;
}
/* Upload file CSS */
#upload-wrapper {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    background: #3D91A2;
    padding: 50px;
    border-radius: 10px;
}
#upload-wrapper h3 {
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 20px 0px;
    margin-top: -30px;
    border-bottom: 1px dotted #DDD;
}
#upload-wrapper input[type=file] {
    padding: 6px;
    background: #FFF;
    border-radius: 5px;
}
#upload-wrapper #submit-btn {
    border: none;
    padding: 10px;
    background: #61BAE4;
    border-radius: 5px;
    color: #FFF;
}
#output{
    padding: 5px;
    font-size: 12px;
}

/* prograss bar */
#progressbox {
    border: 1px solid #CAF2FF;
    padding: 1px; 
    position:relative;
    width:400px;
    border-radius: 3px;
    margin: 10px;
    display:none;
    text-align:left;
}
#progressbar {
    height:20px;
    border-radius: 3px;
    background-color: #CAF2FF;
    width:1%;
}
#statustxt {
    top:3px;
    left:50%;
    position:absolute;
    display:inline-block;
    color: #FFFFFF;
}
/*tooltip*/
.tooltip-help {
    background: url("http://basketballgames.io/themes_admin/adminthemegame/resources/img/help.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #000000;
    display: inline-block;
    height: 16px;
    position: relative;
    text-shadow: none;
    top: 3px;
    width: 16px;
}
.tooltip-help .tooltipContent {
    background: none repeat scroll 0 0 #FFF9D3;
    border: 1px solid #E2CE49;
    border-radius: 5px;
    display: none;
    font-size: 12px;
    left: 16px;
    padding: 10px;
    position: absolute;
    width: 200px;
    z-index: 2;
}
.tooltip-help:hover .tooltipContent {
    display: block;
}
.tooltip-help .tooltipContent p.tooltiptitle {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0 !important;
}
.tooltip-help .tooltipContent p {
    font-weight: normal;
    margin-bottom: 5px;
}

/** PRICE **/
.price_disc {
  font-size: 12px;
  color: #9ea09d;
  text-decoration: line-through; 
}
.posts-header{
 margin-top: 10px;
}
label p{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.thumbnail{
    width: 100%;
    height: 100px;
}
.thumbnail .checkimg{
    display: none;
}
.thumbnail.checkedthumbnai .checkimg{
    display: block;
    margin-top: -1px;
    margin-right: 0;
    float: right;
}
.checkedthumbnai{
    border-color: #1e91cf;
}
.btn-fa.btn{
    padding: 4px 8px 4px 8px;
}
#thememanager-delete-container .mastertheme{
    display:none;
}
#thumb_image{
    max-width: 100%;        
}
/** fixchromev5 **/
.nav a span,.ul2 li,.icon-detail ,.fon7,.breadcrumb,.fon27,.subnav ul a{ white-space: nowrap; }