/* 
    Document   : admin
    Created on : 2014-06-01, 18:28:27
    Author     : Michał Tęczyński <michalv8@gmail.com>
    Description:
        Purpose of the stylesheet follows.
*/


#title-main {
    font-weight: bold;
    color: #F90;
    text-shadow: 1px 1px #B24700;
}

#title-sub {
    font-weight: bold;
    font-size: 12px;
    color: #FFF;
    text-shadow: 1px 1px #666666;
    line-height: 12px;
}

#top-bar {
    min-height: 41px;
    height: 41px;
}

#top-bar {
    border: 0;
    border-radius: 0px;
    margin-bottom: 10px;
    background-image: -moz-linear-gradient(top, #333, #111);
    background-image: -ms-linear-gradient(top, #333, #111);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333), to(#111));
    background-image: -webkit-linear-gradient(top, #333, #111);
    background-image: -o-linear-gradient(top, #333, #111);
    background-image: linear-gradient(top, #333, #111);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#111111', GradientType=0)
}

#top-bar > .container-fluid {
    height: 41px;
}

#top-bar .navbar-brand {
    height: 41px;
    line-height: 12px;
}

#top-bar-divider {
    margin: 0 5px;
}

.navbar-brand > #title-main {
    font-size: 20px;
}

#navbar-menu {
    top: 5px;
}

#navbar-menu button {
    font-size: 12px;
}

#sidebar {
    width: 240px;
    position: fixed;
    bottom: 0;
    top: 41px;
    z-index: 100;
    background: #25292C url("../images/grid.png");
}

.sidebar-shadow {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(left, rgba(44, 44, 44, 0) 97%, rgba(0, 0, 0, 1) 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(97%, rgba(44, 44, 44, 0)), color-stop(100%, rgba(0, 0, 0, 1))); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(left, rgba(44, 44, 44, 0) 97%, rgba(0, 0, 0, 1) 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(left, rgba(44, 44, 44, 0) 97%, rgba(0, 0, 0, 1) 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(left, rgba(44, 44, 44, 0) 97%, rgba(0, 0, 0, 1) 100%); /* IE10+ */
    background-image: linear-gradient(to right, rgba(44, 44, 44, 0) 97%, rgba(0, 0, 0, 1) 100%); /* W3C */
}

#content-container {
    margin-top: 50px;
    margin-right: 10px;
    margin-left: 250px;
}

#content-push-down {
    height: 50px;
}

/** Side Menu **/
nav#sidebar > div > ul {
    padding: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

nav#sidebar a {
    color: #FFF;
    margin-left: -3px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

nav#sidebar a:hover {
    color: #333;
}

nav#sidebar .current > a, nav#sidebar .current > a:hover {
    color: rgb(0, 136, 204);
}

nav#sidebar .current {
    background-color: #FFF;
}

nav#sidebar a {
    margin-right: 0;
    margin-left: 0;
    font-size: 18px;
    line-height: 33px;
    font-weight: bold;
    padding-left: 22px;
}

nav#sidebar li {
    height: 33px;
}

nav#sidebar ul.menu_level_1 li {
    height: 26px;
}

nav#sidebar li:hover {
    background-color: #F1F1F1;
}

nav#sidebar li.current:hover, nav#sidebar li.current_ancestor:hover, nav#sidebar li.current.leaf:hover {
    background-color: #FFF;
}

nav#sidebar li:hover a {
    color: #333;
}

nav#sidebar li.branch > a {
    padding-left: 0px;
}

nav#sidebar li.branch > .glyphicon {
    margin-left: 3px;
    color: #FFF;
}

nav#sidebar li.branch:hover > .glyphicon {
    color: #333;
}

nav#sidebar li.branch.collapsed > .menu_level_1 {
    display: none;
}

nav#sidebar li.branch.current > .glyphicon {
    color: #333;
}

nav#sidebar li.current:not(.branch):hover a, nav#sidebar li.current_ancestor:not(.branch):hover a {
    color: #08c;
}

nav#sidebar ul.menu_level_1 {
    padding-left: 0px;
}

nav#sidebar .menu_level_1 a {
    margin-right: 0;
    margin-left: 0;
    font-size: 12px;
    line-height: 26px;
    font-weight: normal;
    padding-left: 32px;
}

nav#sidebar .menu_level_1.expanded li.current a {
    font-weight: bold;
}

nav#sidebar .menu_level_1 .current.leaf {
    background-color: #FFF;
}

nav#sidebar .menu_level_1.collapsed {
    display: none;
}

/** breadcrumbs **/
#breadcrumbs {

}

#breadcrumbs > li + li:before {
    /*content: "/\003e" !important; */
}

#breadcrumbs > li {

}

#breadcrumbs > li > a.active, #breadcrumbs > li > span.active {

}

/* panel buttons */
.panel .panel-heading .buttons {
    margin-top: -5px;
}

/* dataTables */
table.table th.centered {
    vertical-align: middle;
    text-align: center;
}

table.table .non-table-filter {
    text-align: center;
    vertical-align: middle;
}

table.table th.table-filter {
    border-right-width: 1px !important;
}

table.table th input, table.table th select {
    width: 100% !important;
}

table.table th.table-filter .form-group {
    padding-left: 0px;
    padding-right: 0px;
}

table.table .clear-datatable-search {
    display: none;
    pointer-events: all;
    cursor: pointer;
}

table.table th.table-filter.table-filter-select .clear-datatable-search {
    margin-right: 10px;
}

.dataTables_processing {
    position: absolute;
    top: 100px;
    left: 50%;
    width: 250px;
    height: 50px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px 0 2px 0;
    border: 1px solid #DDD;
    text-align: center;
    color: #999;
    font-size: 14px;
    background-color: #FFF;
}

.dataTables_wrapper {
    font-size: 12px;
}

td.table-centered-id {
    text-align: center;
}

/** DATATABLES INLINE COMFIRMATION POPOVER **/
.popover {
    white-space: nowrap;
}

.popover-confirm {

}

.popover-confirm .popover-inner {
    padding: 1px;
    width: auto;
}

.popover-confirm .popover-title {
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    padding: 5px;
    text-align: center;
    font-size: 13px;
}

.popover-confirm .popover-content {
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    padding: 4px;
}

/** datatables status colors **/
.dataTables_status {
    margin: 0px;
}

.status-active {
    color: rgb(0, 170, 0);
}

.status-blocked {
    color: red;
}

/* forms */
p.help-block.error-block {
    color: #A94442;
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 16px;
    margin-left: 5px;
}

/** status window **/
.status-window .status-text h3 {
    text-align: center;
    font-weight: bold;
}

.status-window .actions, .status-window .options {
    text-align: center;
}

/** PNotify **/
.ui-pnotify .default-stack {
    width: 300px;
    display: block;
    overflow: visible;
    opacity: 1;
    right: 25px;
    bottom: 25px;
    cursor: auto;
}

/** loading icon **/
span.icon-loading {
    background-image: url("../images/spinner.gif");
    display: inline-block;
    width: 16px;
    height: 16px;
}

.report-alerts {
    margin-top: 2px;
}

.dataTables_wrapper li {
    font-size: 14px;
}

.form-group:last-of-type {
    margin-bottom: 0;
}

.ibox-footer {
    text-align: right;
}

.ibox-footer .btn {
    margin-top: 5px;
}

.selectInpiniaStyle .select2-choice,
.selectInpiniaStyle .select2-arrow {
    background: #fff !important;
}

.selectInpiniaStyle .select2-arrow {
    border-left: none !important;
}

#game-sessions-list .has-feedback .form-control {
    padding-right: 0px;
}

.noCurrencyFound {
    background: #f3f3f4;
    padding: 10px;
    display: none;
}

.noCurrencyFound.show {
    display: block !important;
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

.form-control.select2-container {
    line-height: initial !important;
}

.select2-container-multi .select2-choices {
    background-image: none;
}

.form-control.select2-container.select2-dropdown-open {
    border-color: #1ab394 !important;
}

.select2-drop-active {
    border-color: #1ab394 !important;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding-left: 12px;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin: 0px;
}

.tabs-container .nav-tabs > li > a > .dot {
    height: 8px;
    width: 8px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.tabs-container .nav-tabs > li > a > .active {
    background-color: green;
}