.cib_column {
    width: 36px;
    text-align: center;

}

#datatable tr th {
    background-color: #f9f9f9;
    border-right: 1px solid #DDDDDD
}

#datatable_filter label {
    width: 100%
}

body {
    color: #4d4d4d;
    background: #eee;
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.471;
    /*overflow-x: hidden;*/
}

html { overflow-x: hidden; }

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #363636;
    text-decoration: none;
    background-color: #e2e2e2;
}

.dropdown-menu > li > a {
    padding: 8px 20px;
}

.dropdown-menu {
    border: 0;
    border-radius: 0 0 4px 4px;
    box-shadow: 1px 1px 6px grey;
    margin-top: 0;
    padding:0;
}

.update-header {
    border-bottom: 1px solid #eaeaea;
    margin-top: 20px;
}

.spinner {
    margin: auto;
    width: 50px;
    height: 40px;
    font-size: 10px;
    top: 50%;
    left: 50%;
    z-index: 35;
}

.spinner_text {
    margin: auto;
    top: 50%;
    left: 50%;
    z-index: 35;
}

.spinner > div {
    background-color: white;
    height: 100%;
    width: 6px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    filter: alpha(opacity=60);
    z-index: 30;
    display: none;
}

/*Login Stuff*/

/** login **/
.login {
    background: #F7F7F7;
}

.login .fa-paw {
    font-size: 26px;
}

#select_platform_div {
    position: unset;
    text-align: right;
    z-index: 100;
}

a.hiddenanchor {
    display: none;
}

.login_wrapper {
    right: 0px;
    margin: 0px auto;
    max-width: 420px;
    position: relative;
}

.registration_form, .login_form {
    position: absolute;
    top: 0px;
    width: 100%;
}

.registration_form {
    z-index: 21;
    opacity: 0;
    width: 100%;
}

.login_form {
    z-index: 22;
}

#signup:target ~ .login_wrapper .registration_form, #signin:target ~ .login_wrapper .login_form {
    z-index: 22;
    animation-name: fadeInLeft;
    animation-delay: .1s;
}

#signup:target ~ .login_wrapper .login_form, #signin:target ~ .login_wrapper .registration_form {
    animation-name: fadeOutLeft;
}

.tile_count .tile_stats_count {
    /* border-bottom: 1px solid #ADB2B5; */
    padding: 0 10px 4px 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    background-color: white;
    border: 1px solid #e6e9ed;
    border-top: 0;
    height: 100%;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.animate {
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 0.5s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -o-animation-duration: 0.5s;
    -o-animation-timing-function: ease;
    -o-animation-fill-mode: both;
    -ms-animation-duration: 0.5s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}

/** /login **/
/** signup **/
.login_box {
    padding: 20px;
    margin: auto;
}

.left {
    float: left;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.clearfix:after, form:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.login_content {
    margin: 0 auto;
    padding: 10px 0 0;
    position: relative;
    text-align: center;
    min-width: 280px;
}

.login_content a,
.login_content .btn-default:hover {
    text-decoration: none;
}

.login_content a:hover {
    text-decoration: underline;
}

.login_content h1 {
    font: normal 25px Helvetica, Arial, sans-serif;
    letter-spacing: -0.05em;
    line-height: 20px;
    margin: 10px 0 30px;
}

.login_content h1:before, .login_content h1:after {
    content: "";
    height: 1px;
    position: absolute;
    top: 10px;
    width: 27%;
}

.login_content form {
    margin: 10px 0;
    position: relative;
}

#username {
    background-position: 10px 10px !important;
}

#password {
    background-position: 10px -53px !important;
}

.login_content form div a {
    font-size: 14px;
}

.separator {
    border-top: 1px solid #D8D8D8;
    margin-top: 10px;
    padding-top: 10px;
}

.button {
    background: #f7f9fa;
    background: linear-gradient(top, #f7f9fa 0%, #f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f9fa', endColorstr='#f0f0f0', GradientType=0);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #CFD5D9;
    padding: 15px 0;
}

.button a {
    background: url(http://cssdeck.com/uploads/media/items/8/8bcLQqF.png) 0 -112px no-repeat;
    color: #7E7E7E;
    font-size: 17px;
    padding: 2px 0 2px 40px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.button a:hover {
    background-position: 0 -135px;
    color: #00aeef;
}

header {
    width: 100%;
}

/** signup **/
/** NProgress **/
#nprogress .bar {
    background: #6fa4d3;
}

#nprogress .peg {
    box-shadow: 0 0 10px #6fa4d3, 0 0 5px #6fa4d3;
}

#nprogress .spinner-icon {
    border-top-color: #6fa4d3;
    border-left-color: #6fa4d3;
}

.login-options {
    margin: 10px 0;
    display: inline-block;
    width: 420px
}

.sidetip {
    display: table;
    position: absolute;
    max-width: 390px;
    padding-right: 10px;
    text-align: right;
    top: 68px;
    right: 0;
    font-size: 12px;
    padding: 0 10px 0 5px;
}

.prompt {
    margin-bottom: 26px;
    padding: 0;
}

.field {
    position: relative;

}

.form-control {
    border: 1px solid #e1e8ed;
    border-radius: 3px;
    display: inline-block;
    margin: 0 0 20px 0;
    outline: 0 none;
    width: 100%;
    line-height: 20px;
    font-size: 16px;
    line-height: 20px;
    height: 32px;

}

.validation_marker {
    display: table;
    right: -20px;
    margin-top: 32px;
    position: absolute;
    top: 8px;
}



.help-block > ul > li {
    color: #d76667;
}

#pswd_info {
    position: absolute;
    bottom: -184px;
    right: 55px;
    width: 250px;
    padding: 15px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
    z-index: 100;
    margin-top: -11px;
    text-align: left;
    display: none;
}

#pswd_info h4 {
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: normal;
}

#pswd_info::before {
    content: "\25B2";
    position: absolute;
    top: -12px;
    left: 45%;
    font-size: 14px;
    line-height: 14px;
    color: #ddd;
    text-shadow: none;
    display: block;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.invalid_x {
    background: url(../images/invalid.png) no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #ec3f41;
}

.valid_check {
    background: url(../images/valid.png) no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #3a7d34;
}

.red {
    color: #d74e4f;
}

.green {
    color: #598d55;
}

#datatable tbody tr td a.collection-affiliate {
    display: inline-block;
}


.circle_base {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    line-height: 44px;
    text-align: center;
    width: 50px;
    height: 50px;
    border: 2px solid #337ab7;
    margin: 6px 0 6px 4px;
}

.tile_count .tile_stats_count span {
    font-size: 12px;
}

.dataTables_paginate, .dataTables_info {
    padding: 0 5px;
}


.system_link_image {
    max-height: 30px;
    max-width: 34px;
}

.profile_info span {
    font-size: 16px;
    line-height: 30px;
    color: #363636;
    font-weight: bold;
}

.profile_info h2 {
    font-size: 16px;
    color: #363636;
    margin: 0;
    font-weight: 500;
}

.profile_info {
    padding: 25px 0 0 6px;
    width: 65%;
    float: left;
}

.tile_count .tile_stats_count .count {
    font-size: 22px;
    line-height: 40px;
    font-weight: 600;
}

.add-game-filter {
    width: inherit;
}

.nav-md ul.nav.child_menu li:before {
    background: #363636;
    bottom: auto;
    content: "";
    height: 8px;
    left: 23px;
    margin-top: 20px;
    position: absolute;
    right: auto;
    width: 8px;
    border-radius: 50%;
}

.nav-md ul.nav.child_menu li:after {
    border-left: none;
    bottom: 0;
    content: "";
    left: 27px;
    position: absolute;
    top: 0;
}

#datatable tbody tr td {
    vertical-align: middle;
}

#datatable tbody tr td a {
    text-decoration: none;
    display: inline-block;
    height: 100%;
}

#datatable tbody tr td a span {
    line-height: 20px;
    display: inline-block;
    vertical-align: middle
}

#datatable tbody tr td a p {
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#multiDatatable tbody tr td {
    vertical-align: middle;
}

#multiDatatable tbody tr td a {
    text-decoration: none;
    display: block;
    height: 100%;
}

#multiDatatable tbody tr td a span {
    line-height: 20px;
    display: inline-block;
    vertical-align: middle
}

#multiDatatable tbody tr td a p {
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#update-message {
    width: 100%;
    text-align: center;
    height: 30px;
    border-bottom: 1px solid #e6e9ed;
}

#update-message p{
    margin-bottom: 0;
    line-height: 30px;
    font-size: 14px;
}

#update-message p span{
    font-weight: 500;
}

.font-13 {
    font-size: 14px;
}

.btn {
    margin: 0;
}

.item_details {
    font-size: 14px;
}

label {
    margin-bottom: 4px;
}

input[type=checkbox], input[type=radio] {
    height: 16px;
    width: 16px;
}

.game_details, .game_details_small {
    margin-bottom: 2px;
}

.modal-body {
    padding: 5px;
}

.btn {
    padding: 6px 8px;
}

#changelog_top h1 {
    display: inline-block;
    font-size: 28px;
}
#changelog_top .panel_toolbox {
    font-size: 12px;
}
.remove-previous {
    position: absolute;
    top: 48px;
    right: 3px;
    font-size: 12px;
    cursor: pointer;
}



#quick-setting-row {
    margin-top: 10px;
    text-align: right;
    padding-right: 10px;
    margin-bottom: 5px;
}
#quick-setting-row label{
    margin-right: 5px;
    font-weight: normal;
}

#quick-setting-row a i {
    color: #9a9a9a;
    font-size: 18px;
}

.quick-select {
    margin-right: 5px;
}

#quick-add-bar {
    height: 30px;
    background-color: #eeeeee;
    border-left: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    display:none;


}
#quick-add-bar div p {
    display: inline-block;
    padding: 4px 0 0 10px;
    font-size: 14px;
    color: dimgrey;
}

#quick-main {
    border-top: 1px solid #e6e9ed;
    border-bottom: 1px solid #e6e9ed;
    height: 40px;
    display: none;
    background-color: #e6e9ed;
}

#quick-main div, #quick-add-bar div {
    display: inline-block;
}

#quick-add-bar .selection {
     text-align: right;
     padding: 2px 10px 0 0;
     display: inline-block;
     float: right;
 }

#quick-add-bar .selection label{
    margin-right: 5px;
    font-size: 14px;
}

#quick-main div p {
    display: inline-block;
    padding: 8px 0 0 10px;
}

#quick-main .selection {
    text-align: right;
    padding: 6px 10px 0 0;
    display: inline-block;
    float: right;
}

#quick-main .selection label{
    margin-right: 5px;
}

#sidebar-menu {
    z-index: 1;
    background-color: #eee;
    position: relative;
}

.tab-container {
    margin-top: 17px;
    text-align: center;
    font-size: 14px;
    margin-bottom: -1px;
    z-index: 10;
}

.margin-right-5 {
    margin-right: 5px;
}

td.collection_item_value {
    text-align: right;
    position: relative;

}

th.collection_item_value {
    text-align: left;
}

.collection_notes {
    position: absolute; bottom: 0; right: 0; padding: 0;
}


@media (min-width: 880px) {
    #game_image {
        display: block;
    }

    .modal-dialog {
        width: 84%;
        margin: auto;
    }
}

@media (max-width: 880px) {

    .modal-dialog {
        width: 96%;
        margin: auto;
    }

}

.float_right {
    float: right;
}

.float_left {
    float: left;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }

}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }

    .tile_count .tile_stats_count {
        margin-bottom: 0;
        padding-bottom: 5px;
        background-color: white;
        border: 1px solid #e6e9ed;
        border-top: 0;
        height: 100%;
    }

}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.col-md-55, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 0;
    float: left;
    padding-right: 0;
    padding-left: 0;
}

.right_col .overlay {
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.4;
    z-index: 1000;
    position: fixed;
    display: none;
}

.x_panel {
    padding: 5px;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    transition: all .2s ease;
}

.ownage_button {
    width: 100px;
    float: right;
    position:relative;
}

.nav li.current-page {
    background: #ccc
}

.nav.side-menu > li.current-page, .nav.side-menu > li.active {
    border-right: 0
}

.nav.side-menu > li {
    position: relative;
    display: block;
    cursor: pointer;

}

.nav.side-menu > li.active > a {
    /*text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;*/
    background-color: #ccc;
    box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0; }

.nav.side-menu .top-class {
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    cursor: pointer;
}

.nav.side-menu .top-class:hover {
    background-color: #e2e2e2;
}

.nav.side-menu > li > a:hover {
    color: #282828 !important; }

.nav.side-menu > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    /*background: transparent; */
}


.nav.side-menu > li > a, .nav.child_menu > li > a {
    color: #363636;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 12px;
}

.active a span.fa {
    text-align: right !important;
    margin-right: 4px;
}

.main_menu span.fa {
    float: right;
    text-align: center;
    margin-top: 5px;
    font-size: 10px;
    min-width: inherit;
    color: #363636;
}

.main_menu .fa {
    width: 26px;
    opacity: .99;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.modal-content .modal-header {
    padding: 5px 15px 5px 15px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 8px;
}

.nav.child_menu {
    display: none;
}

.nav.child_menu li {
    padding-left: 36px;
}

.nav-md .container.body .right_col {
    padding: 50px 12px 0;
    margin-left: 260px;
    position: relative;
}

.nav-md .container.body .col-md-3.left_col {
    width: 260px;
    padding: 0;
    position: absolute;
    display: -ms-flexbox;
    display: flex;
}

.modal-content .modal-header .close {
    margin-top: 5px;
}

body .container.body .right_col {
    background: #FAFAFA;
}

.h3, h3 {
    font-size: 16px;
}

.h4, h4 {
    font-size: 14px;
}

.min-width {
    /*min-width: 642px;*/
}

.x_title h2 {
    margin: 8px 0 5px 5px;
    font-size: 20px;
    float: left;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 26px;
}

.panel_toolbox {
    float: right;
    margin: 5px 5px 5px 0;
    display: inline-block;
}

.x_title {
    padding: 5px;
    border-bottom: 2px solid #E6E9ED;
    margin-bottom: 10px;
}

@media (min-width: 992px) {


    .tile_count .tile_stats_count:first-child:before {
        border-left: 0; }
    .tile_count .tile_stats_count {
        margin-bottom: 0;
        padding-bottom: 5px;
        background-color: white;
        border: 1px solid #e6e9ed;
        border-top: 0;}
    footer {
        margin-left: 260px; }
    .col-md-55 {
        width: 20%; }
}

@media (min-width: 992px) and (max-width: 1100px) {


    .tile_count .tile_stats_count .count {
        font-size: 22px; } }

.nav-md .container.body .right_col {
    box-shadow: inset 1px 0 10px 0 lightgrey;
    z-index: 1;
}

.nav-md .container.body .col-md-3.left_col {
    padding: 0 0 0 0;
}

.x_content {
    padding: 0 5px 6px;
    position: relative;
    width: 100%;
    float: left;
    clear: both;
}

.container {
    width: 100%;
    padding: 0;
}

.page-title {
    height: 30px;
}

.edit-link {
    cursor: auto;
}

.shown {
    background-color: #eaeaea;
}

.shown_child tbody tr td .btn-yellow {
    margin-right: 10px;
}

div.slider {
    line-height: 40px;
    border: 1px solid #ddd;
    border-top: 0;
    border-bottom: 0;
    width: 100%;
    background-color: #f3f3f3;
    
}

.item_pos {
    cursor: pointer;
}

.disabled {
    opacity: 0.6;
    cursor: auto;

}

.small_cib {
    min-width: 74px;
}

.img_col {
    padding: 8px;
}

.img_col img {
    max-height: 86px; border: 1px solid #eaeaea; padding: 2px;
}



.child_title {
    width: 260px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#test-affix .fix-head {
    padding-left: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#test-affix .fix-head .count {
    font-size: 22px;
    color: white;
    font-weight: 500;
}

#test-affix .fix-head .count_top {
    font-size: 13px;
    color: #aaaaaa;
}

/*Login Create Account*/

.points {
    padding: 0 20px 20px 20px;
}

.container .row #left-side{
    padding: 10px 20px 0 20px;
}

.container .row #right-side{
    padding: 20px;
}
.white_container {
    background-color: white;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 20px;
}
#login_form {
    display: none;
}

#login_bottom {
    color: #337ab7;
    cursor: pointer;
    display: inline-block;
    padding-left: 10px;
}

#create_account_nav {
    display: none;
}

#create_form h2 {
    font-size: 22px;
    text-align: center;
    padding-top: 0px;
}

#create_form .login_content, #login_form .login_content  {
    padding-top: 20px;
}

#create_form .login_content .error_div {
    position: absolute;
    top: -6px;
    padding: 0 5px;
    font-size: 14px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto
}

#left-side #greeting {
    border: 1px solid #eaeaea;
    padding: 12px;
    margin: 30px 5px 30px 5px;
    text-align: left
}

#left-side #greeting p {
    font-size: 13px;
    color: dimgrey;
    margin-bottom: 0
}

#left-side #greeting p span {
    font-size: 18px;
    font-weight: bold;
    color: #484848;
    line-height: 18px
}

#left-side h3 {
    font-size: 20px;
    margin:0 0 10px 0;
    color: #525252
}

#left-side h1 {
    font-size: 28px;
    margin:10px 0 5px 0;
}

#right-side .login_content #createform h3 {
    font-size: 20px;
    padding-bottom: 20px;
}

#right-side .login_content #loginform h3 {
    font-size: 20px;
    padding-bottom: 20px;
}

.login_content #createform h3:before, .login_content #loginform h3:before {
    background: #7e7e7e;
    background: linear-gradient(left, #7e7e7e 0%, white 100%);
    left: 0;
}

.login_content #createform h3:after, .login_content #loginform h3:after {
    background: #7e7e7e;
    background: linear-gradient(right, #7e7e7e 0%, white 100%);
    right: 0;
}

.login_content h3:before, .login_content h3:after {
    content: "";
    height: 1px;
    position: absolute;
    top: 12px;
    width: 14%;
}



.round_checkmark {
    background-color: transparent;
    width: 28px;
    height: 28px;
    border-radius: 20px;
    border: 3px solid #337ab7;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    font-size: 19px;
    text-align: center;
}
.round_checkmark:after {
    /*Add another block-level blank space*/
    content: '';
    display: inline-block;
    /*Make it a small rectangle so the border will create an L-shape*/
    width: 8px;
    height: 16px;
    /*Add a white border on the bottom and left, creating that 'L' */
    border: solid #337ab7;
    border-width: 0 3px 3px 0;
    /*Rotate the L 45 degrees to turn it into a checkmark*/
    transform: rotate(45deg);
    margin-bottom: 2px;
}

.points label {
    padding: 0;

}
.points p {
    margin: 0 0 20px 40px;
    line-height: 30px;
}

.nav_link {
    color: white;
    font-weight: 500;
    float: right;
    margin: 12px 16px 12px 0;
    cursor: pointer;
    text-decoration: none;
}

.nav_link:hover {
    color: rgb(179, 179, 179);
    text-decoration: none;
}

.nav_link_2 {
    color: rgb(179, 179, 179);
    font-weight: 500;
    float: right;
    margin: 12px 24px 12px 0;
    cursor: pointer;
    text-decoration: none;
}

.nav_link_2:hover {
    color: white;
    text-decoration: none;
}


header {
    background-color: #363636;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
    position: absolute;
    width: 100%;
    z-index: 200;
    height: 50px;
}

.profile {
    height: 110px;
    border-bottom: 1px solid #e1e1e1;
}

.profile_pic {
    width: 35%;
    float: left; }

.img-circle.profile_img {
    width: 80%;
    background: #cccccc;
    margin-left: 15%;
    z-index: 1000;
    position: inherit;
    margin-top: 20px;
    padding: 2px; }

a.top-nav-link {
    padding: 13px 20px;
    color: #cecece;
    cursor: pointer;
    text-decoration: none;
    font-weight: normal;
}

a.top-nav-link:hover {
    background-color: #454545;
}

a.user-profile {
    padding: 8px 20px;
}

.user-profile img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin-right: 10px; }

.modal-dialog {
    box-shadow: none;
    background: none;
    border: none;
}

.left_col {
    background: #eee;
    padding-top: 50px;
}

#top-menu li {
    width: 100%;
    color: #b6b6b6;
    padding: 0 16px;
}

#console-topbar {
    background-color: #3b3b3b;
}

#add-game-topbar {
    background-color: #3b3b3b;
}

#caps-alert {
    float: right;
    font-size: 12px;
    padding: 5px 5px 0 0;
    margin: 0;
}

.user_item {
    border: 1px solid #e5e5e5;
    background-color: #eaeaea;
    display: inline-block;
    font-size: 10px;
    padding: 2px 4px;
    font-weight: bold;
}

.beta_tag {
    background-color: #d74e4f;
    color: white;
    font-size: 12px;
    padding: 2px 4px;
    border-radius: 4px;
    font-weight: 400;
    margin-left: 5px;
}

.above-content .add-link {
    font-size: 14px;
    color: #296497;
    margin-right: 20px;
}

.above-content #add-manual-link:hover {
    color: #337ab7;
}

.above-content .btn {
    padding: 6px;
}

.above-content div {
    display: inline-block;
}

.tile_count {
    margin-bottom: 10px;
}

.x_title h3 {
    display: inline-block;
}

.dataTables_length {
    margin:5px 0 5px 5px;
}

/*.dataTables_filter, #select_platform_div {*/
    /*margin: 5px 5px 0 0;*/
/*}*/

#select_category {
    margin-bottom: 5px;
}

#datatable_length select {
    padding: 0;
}

.panel_toolbox p {
    font-size: 14px;
    color: #296497;
    cursor: pointer;
}

#game-toggle {
    display: none;
}

 /*todo: add height back once back*/
.tile_count .tile_stats_count .count_bottom {
    font-size: 12px;
    /*height: 16px;*/
    height: 2px;
    color: #777;

}

@media (min-width: 896px) {


    .header li {
        float: left;
    }

    .header li a {
        padding: 8px 30px;
    }

    .header .menu {
        clear: none;
        float: right;
        display: none;
    }

    .header .menu-icon, .header .menu-btn {
        display: none;
    }

    .right_col .overlay {
        display: none;
    }

    .nav-md .container.body .col-md-3.left_col {

        display: flex;
    }
}

@media (max-width: 1200px) {

    .tab-container {
        margin-top: 0;
    }
}


@media (max-width: 896px) {

    .tab-container {
        margin-top: 0;
    }


    .nav-md .container.body .col-md-3.left_col {

        display: none;
    }

    .nav-md .container.body .right_col, .nav-md .container.body .top_nav {
        width: 100%;
        margin: 0; }


    .nav-md .container.body .menu_open {
        transform: translateX(260px);
        transition-duration: .5s;
    }

    .nav-md .container.body .menu_closed{
        transform: translateX(0px);
        transition-duration: .5s;
    }


    /*Hamburger Header*/
    a {
        cursor: pointer;

    }

    a.user-profile {
       display: none;
    }

    .header ul {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        background-color: #363636;
    }

    .header li a {
        display: block;
        padding: 8px 10px;
        text-decoration: none;
    }

    /*.header li a:hover {*/
    /*background-color: #f4f4f4;*/
    /*}*/
    .header .logo {
        display: block;
        float: left;
        font-size: 2em;
        padding: 1px 0px;
        text-decoration: none;
    }

    .header .menu {
        clear: both;
        max-height: 0;
        transition: max-height .2s ease-out;
        border-top: 1px solid grey;

    }
    
    .header .menu-icon {
        cursor: pointer;
        display: inline-block;
        float: right;
        padding: 22px 20px;
        position: relative;
        user-select: none;
    }

    .header .menu-icon .navicon {
        background: #d1d1d1;
        display: block;
        height: 2px;
        position: relative;
        transition: background .2s ease-out;
        width: 18px;
    }

    .header .menu-icon .navicon:before,
    .header .menu-icon .navicon:after {
        background: #d1d1d1;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        transition: all .2s ease-out;
        width: 100%;
    }

    .header .menu-icon .navicon:before {
        top: 5px;
    }

    .header .menu-icon .navicon:after {
        top: -5px;
    }

    .header .menu-btn {
        display: none;
    }

    /*.header .menu-btn:checked ~ .menu-icon .navicon {*/
        /*background: transparent;*/
    /*}*/

    /*.header .menu-btn:checked ~ .menu-icon .navicon:before {*/
        /*transform: rotate(-45deg);*/
    /*}*/

    /*.header .menu-btn:checked ~ .menu-icon .navicon:after {*/
        /*transform: rotate(45deg);*/
    /*}*/

    /*.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,*/
    /*.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {*/
        /*top: 0;*/
    /*}*/
}

@media screen and (max-width: 767px) {

    #select_category_small_label {
        font-size: 14px;
    }

    .panel_toolbox {
        margin-right: 0;
    }
    
    #quick-setting-row {
        padding-right: 5px;
    }

    .panel_toolbox p {
        margin-top: 5px;
    }

    .above-content .add-link {
        font-size: 12px;
    }

    .right_col {
        padding: 50px 0 !important;
    }

    .edit-link {
        cursor: pointer;
    }

    .x_panel {
        padding: 0;
    }

    .x_content {
        padding-left: 0;
        padding-right: 0;
    }

    .table-responsive {
        border: 0;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        display: block;
        width: 100%;
        margin-top: 10px;
        margin-left: 0;

    }

    div.dataTables_wrapper div.dataTables_filter label {
        width: 100%;

    }

    .add-game-filter {
        font-size: 14px;
        width: inherit;
    }



    /*collection table data*/
    .game_details {
        font-size: 12px;
    }

    .game_title {
        font-weight: bold;
        margin-bottom: 0;
    }

    .game_value {
        font-size: 14px;
        font-weight: bold;
        float: right;
    }

    .tile_count .tile_stats_count .count_bottom {
        font-size: 11px;
    }

    .tile_count .tile_stats_count {
        padding: 0 2px 2px 6px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        position: relative;
        height: 100%;
    }

    .tile_count .tile_stats_count .count {
        font-size: 18px;
        line-height: 35px;
    }

    .tile_count .tile_stats_count span {
        font-size: 11px;
    }

    div.dataTables_wrapper div.dataTables_length label {
        font-size: 14px;
    }

    div.dataTables_wrapper div.dataTables_length select {
        font-size: 14px;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        font-size: 14px;
        padding-right: 5px;
        margin-top: 0;
    }

    #datatable tr th {
        font-size: 14px;
    }

    .x_title h2 {
        display: inline-block;
    }




    #collection-id-button {
        display: none;
    }

    #collection-id-button-mobile {
        width: 100%;
        text-align: right;
        float: right;
        margin: 5px 5px 5px 0;
    }

    .panel_toolbox {
        float: right;
        display: inline-block;
    }

    #datatable tbody tr {
        cursor: pointer;
    }

    #edit_game_image {
        /*display: none;*/
    }

    #edit_game_image_mobile {
        /*display: block;*/
    }

    #affiliates {
        display: none
    }

    #affiliates_small {
        display: block;
    }

    #gvn_estimate {
        margin: 0;
    }
    #estimate {
        font-size: 16px;
    }

    .modal-footer #modal_footer_cancel, .modal-header #modal_header_cancel {
        padding: 6px;
        margin-right: 11px;
    }

    .modal-footer .modal_submit, .modal-header .modal_submit {
        padding: 6px;
    }

    .modal-footer #delete_button {
        padding: 6px;
    }

    .x_content #game_image {
        padding: 5px;
    }

    .nav-md .container.body .right_col {
        box-shadow: none;
    }

    .tile_count {
        margin-bottom: 12px;
    }

    .child_title {
        width: 165px;

    }

    #test-affix .fix-head {
        padding-left: 14px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    #test-affix .fix-head .count {
        font-size: 18px;
        color: white;
        font-weight: 500;
    }

    #test-affix .fix-head .count_top {
        font-size: 11px;
        color: #aaaaaa;
    }

    #left-side h3 {
        font-size: 16px;
    }

    #left-side h1 {
        font-size: 22px;
        margin: 10px 0 5px 0
    }

    #left-side #greeting {
        margin: 10px 5px 0 5px;
    }


    select,
    textarea,
    input,
    input:focus,
    input:hover {
        font-size: 16px !important;
    }

    #quick-main div#quick-title {
          display: none;
      }
    .quick-select {
        font-size: 14px;
    }

    #quick-setting-row label, #select_platform_div label {
        font-size: 14px;
    }

    /*#datatable_filter {*/
        /*padding: 0 5px;*/
    /*}*/


    
    .img_col img {
        max-height: 60px; max-width: 60px; border: 1px solid #eaeaea; padding: 2px;
    }

    td.visible-xs.img_col img {
        display: table-cell !important;
    }

    #collection_panel {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 600px) {

    .img_col {
        padding: 8px 2px;
    }

    table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting:after {
        top: 4px;
    }

    .img_col img {
        max-height: 70px; max-width: 50px; border: 1px solid #eaeaea; padding-left: 2px;
    }


    .edit-link {
        padding: 4px !important;
    }

    .collection_item_value {
        width: 74px;
    }



    .tile_count .tile_stats_count .count { font-size: 16px; line-height: 24px;}

    #update-message p {
        font-size: 12px;
    }

    #test-affix .fix-head .count {
        font-size: 16px;
    }


}

@media screen and (max-width: 400px) {
    #datatable tbody tr td a.collection-affiliate {
        display: none;
    }
}


@media screen and (min-width: 767px) {

    #datatable_filter, #datatable_filter input{
        width: 100%;
        float: right;
    }

    .tile_count .tile_stats_count span {
        font-size: 13px;
    }

    .tile_count .tile_stats_count .count {
        font-size: 22px;
    }

    /*collection table data*/
    .game_details {
        font-size: 14px;
    }

    .game_title {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 0;
    }

    .game_value {
        font-size: 16px;
        font-weight: bold;
        float: right;
    }

    .add-game-filter {
        z-index: 100;
        margin: auto;
        font-size: 16px;
    }




    #collection-id-button {
        display: block;
        margin-right: 20px;
        float: right;
    }

    #collection-id-button-mobile {
        display: none;
    }

    .collection_value {
        font-weight: bold;
    }

    #edit_game_image {
        /*display: block;*/
    }

    #edit_game_image_mobile {
        /*display: none;*/
    }

    #affiliates {
        display: block
    }

    #affiliates_small {
        display: none
    }

    #gvn_estimate {
        margin: 15px 0;
    }
    #estimate {
        font-size: 18px;
    }

    .x_content #game_image {
        padding: 10px;
    }

    .modal-footer #modal_footer_cancel, .modal-header #modal_header_cancel {
        margin-right: 25px;
    }

    .x_content #game_details {
        padding-left: 10px;
    }

}

.dataTables_info {
    font-size: 14px;
}

.ninety-width {
    width: 90px;
}

.form-control:focus {
    border-color: #7095b5;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(112, 149, 181) !important;
}

#success_panel, #process_panel {
    height: 200px;
    display: none;

}

#success_panel div, #process_panel div {
    margin: 30px auto;
    text-align: center;

}

#success_panel div p {
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
}

#success_panel div h2, #process_panel div h2 {
    font-weight: 500;
}

#process_panel div {
    margin: 50px auto;
}

#add_game_panel .x_title div p {
    margin: 0 0 0 5px;
    font-size: 12px;
    color: grey;
}

.above-content {
    margin-bottom: 7px;
    line-height: 30px;
    display: inline-block;
    float: right;
    padding-right: 5px;
}


.no-padding {
    padding: 0 !important; }


.btn-yellow {
    color: #363636;
    background-color: #FAC54D;
    border-color: #E3B342;
    font-weight: 600;
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
    color: #363636;
    background-color: #ebb946;
    border-color: #E3B342;
}

.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
    background-image: none;
}

.btn-yellow.disabled,
.btn-yellow[disabled],
fieldset[disabled] .btn-yellow,
.btn-yellow.disabled:hover,
.btn-yellow[disabled]:hover,
fieldset[disabled] .btn-yellow:hover,
.btn-yellow.disabled:focus,
.btn-yellow[disabled]:focus,
fieldset[disabled] .btn-yellow:focus,
.btn-yellow.disabled:active,
.btn-yellow[disabled]:active,
fieldset[disabled] .btn-yellow:active,
.btn-yellow.disabled.active,
.btn-yellow[disabled].active,
fieldset[disabled] .btn-yellow.active {
    background-color: #FAC54D;
    border-color: #E3B342;
}

.btn-yellow .badge {
    color: #FAC54D;
    background-color: #363636;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

.nav>li.side-header>ul {
    margin-bottom: 14px;
}

.nav>li.side-header>ul>li>a {
    color: #363636;
    font-weight: 500;
    font-size: 14px;
    padding: 14px 12px 0 5px;
    display: inline-block;
}

.nav>li.side-header {
    color: #363636;
    font-weight: 500;
    font-size: 14px;
    padding: 12px 12px 0 12px;
    display: inline-block;
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    cursor: pointer;
}

.nav li.current-page {
    background: #eee;
}

.datagrid table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}

.datagrid {
    font: normal 12px/150% Arial, Helvetica, sans-serif;
    background: #fff;
    overflow: hidden;
    border: 1px solid #484848;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.datagrid table td, .datagrid table th {
    padding: 3px 10px;
}

.datagrid table thead th {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #337AB7), color-stop(1, #337AB7));
    background: -moz-linear-gradient(center top, #337AB7 5%, #337AB7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#337AB7', endColorstr='#337AB7');
    background-color: #337AB7;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    border-left: 1px solid #484848;
}

.datagrid table thead th:first-child {
    border: none;
}

.datagrid table tbody td {
    color: #484848;
    border-left: 1px solid #484848;
    font-size: 12px;
    font-weight: normal;
}

.datagrid table tbody .alt td {
    background: #EAEAEA;
    color: #484848;
}

.datagrid table tbody td:first-child {
    border-left: none;
}

.datagrid table tbody tr:last-child td {
    border-bottom: none;
}

#file-sample-instructions {
    margin-bottom: 10px;
}

#file-sample-instructions ul li {
    padding: 5px 0;
}

#file-sample-instructions hr {
    margin: 10px 0;
}

/*slider*/
.slider table {
    padding-left: 50px;
    width: 100%;
    margin-bottom: 0;
}

#datatable .slider div {
    padding: 0;
}

.slider button {
    margin-right: 6px;
    padding: 4px 6px;
}

.slider a {
    padding: 5px 8px
}

.slider .child_edit {
    width: 60px; margin-left: 6px; padding: 4px 6px; margin-right: 0;
}

.slider div p {
    display: inline-block; margin-right: 10px;
    margin-bottom: 0;
    font-weight: 500;
}

.slider div button.confirm_delete, .slider div button.cancel_delete {
    padding: 5px 20px;
}

.open_circle {
    width: 28px;
    height: 28px;
    border-radius: 4px;
    border: 2px solid #282828;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.open_circle_small {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 1px solid #282828;
    display: block;
    margin-right: auto;
    margin-left: auto;
}


.checkmark {
    background-color: #558c5f;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    border: 2px solid #558c5f;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    font-size: 19px;
    text-align: center;
}
.checkmark:after {
    /*Add another block-level blank space*/
    content: '';
    display: inline-block;
    /*Make it a small rectangle so the border will create an L-shape*/
    width: 8px;
    height: 16px;
    /*Add a white border on the bottom and left, creating that 'L' */
    border: solid white;
    border-width: 0 3px 3px 0;
    /*Rotate the L 45 degrees to turn it into a checkmark*/
    transform: rotate(45deg);
    margin-bottom: 2px;
}

.checkmark_small {
    background-color: #558c5f;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 1px solid #558c5f;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.checkmark_small:after {
    /*Add another block-level blank space*/
    content: '';
    display: inline-block;
    /*Make it a small rectangle so the border will create an L-shape*/
    width: 4px;
    height: 12px;
    /*Add a white border on the bottom and left, creating that 'L' */
    border: solid white;
    border-width: 0 2px 2px 0;
    /*Rotate the L 45 degrees to turn it into a checkmark*/
    transform: rotate(45deg);
    margin-bottom: 5px;
}

#share-url {
    padding-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.below-content-note {
    float: left; margin-left: 5px; font-size: 14px; color: #999999;
}

div[class="tab"]:hover {
    background-color: #e2e2e2;
}





