/*



  *  MINIPLAY THEME
  |
  |-- Bootstrap override
  |-- Scaffolding

  ie: Scaffolding, nav, grid, buttons, typography


*/

/*----------------------------------------------------------*\
    BOOTSTRAP OVERRIDE: MINIPLAY LOOK & FEEL CUSTOMISATION
\*----------------------------------------------------------*/

body {
    background-color: #f8f8f8;
    padding-top: 70px;
}

body.user-register,
body.page-login,
body.user-password-reset{
    background: url(../img/register-bg.png) repeat center top #f8f8f8;
}

body.user-register {
    padding-top: 70px;
}

body.page-login,
body.user-password-reset{
    padding-top: 100px;
}

body,html {
    height: 100%;
}

#header {
    background-color: #3a3d41;
    height: 70px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

#header .container {
    background: transparent;
}

.navbar-inverse {
    background-color: #393e43;
    border: none;
}

a:hover, a:focus {
    color: auto;
    opacity: 0.7;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-text,
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > span,
.navbar-inverse .navbar-form .dropdown-toggle{
    color: #89949b;
    display: block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    transition: color .3s;
    -webkit-transition: color .3s;
    vertical-align: top;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #fff;
}

/*.caret {
    background: url(../img/sprite.png) no-repeat -416px -256px;
    height: 4px;
    width: 7px;
    display: inline-block;
    vertical-align: middle;
    opacity: .4;
    -ms-filter: "alpha(opacity=40)";
    filter: alpha(opacity=40);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: none;
}*/

a,
.btn {
    transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
}

.btn-info {
    background: #69cce7;
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    box-shadow: 0 0 0 2px rgba(0,0,0,0.05);
    display: none;
    float: left;
    list-style: none;
    margin-top: 0;
    min-width: 180px;
    padding: 4px 0;
    transition: all .15s ease;
    -webkit-transition: all .15s ease;
    z-index: 1031;
}

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

.dropdown-menu:after,
.dropdown-menu:before {
    border: solid 5px transparent;
    border-bottom-color: #fff;
    content: " ";
    height: 0;
    margin-left: 20px;
    position: absolute;
    /*left: 50%;
    margin-left: -5px;*/
    top: -10px;
    width: 0;
}
.dropdown-menu:before {
    border-bottom-color: #DCDCDC;
    top: -11px;
}

.dropdown-edit a {
    color: #fff;
}

.dropdown-edit ul li a {
    text-transform: none;
}

/* Datepicker Style fixes */

.dropdown-menu.datepicker {
    transition: none;
    -webkit-transition: none;
}

.btn {
    border-radius: 4px;
    text-transform: uppercase;
}

.btn-small {
    padding: 3px 9px;
}

.btn-custom {
    padding: 20px 40px 19px;
}

.btn-md {
    padding: 10px 30px;
}

.btn-black {
    background-color: rgba(0,0,0,0.8);
    border-color: transparent;
    color: #fff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active,
.open > .dropdown-toggle.btn-black {
    background-color: rgba(0,0,0,0.8);
    border-color: transparent;
    color: #fff;
}
.btn-black:active,
.btn-black.active,
.open > .dropdown-toggle.btn-black {
    background-image: none;
}
.btn-black.disabled,
.btn-black[disabled],
fieldset[disabled] .btn-black,
.btn-black.disabled:hover,
.btn-black[disabled]:hover,
fieldset[disabled] .btn-black:hover,
.btn-black.disabled:focus,
.btn-black[disabled]:focus,
fieldset[disabled] .btn-black:focus,
.btn-black.disabled:active,
.btn-black[disabled]:active,
fieldset[disabled] .btn-black:active,
.btn-black.disabled.active,
.btn-black[disabled].active,
fieldset[disabled] .btn-black.active {
    background-color: rgba(0,0,0,0.8);
    border-color: transparent;
}
.btn-black .badge {
    background-color: #fff;
    color: rgba(0,0,0,0.8);
}

/* ALERTS */

.alert {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.alert span {
    float: left;
}

.alert .ic {
    border-radius: 50px;
    font-size: 24px;
    height: 36px;
    line-height: 24px;
    margin: 6px 0 0 6px;
    padding: 6px;
    text-align: center;
    width: 36px;
}

.alert .close {
    opacity: .5;
}

.alert-large {
    padding: 30px 15px;
}

.alert-large .ic {
    font-size: 60px;
    margin-right: 10px;
    width: 60px;
}

.alert div {
    margin-left: 20px;
}

.alert div p {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.alert div span {
    font-size: 15px;
    font-weight: 300;
}

.alert-success {
    background: #EBF0DE;
    border-color: #B8D06E;
    color: #85B200;
}

.alert-info {
    background: #E9F2F5;
    border-color: #A9DEEE;
    color: #69CCE7;
}

.alert-warning {
    background: #F8F2E3;
    border-color: #FFC834;
    color: #FFB400;
}

.alert-danger {
    background: #F7E9EA;
    border-color: #FAACAE;
    color: #FD7073;
}

.alert-welcome {
    background: #69CCE7;
    color: #fff;
    margin-bottom: 36px;
    margin-top: -6px;
    padding: 24px;
}

.alert-welcome h3 {
    font-weight: 300;
    margin: 0 0 12px;
}

.alert-welcome-text {
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
    margin-bottom: 12px;
}

.alert-welcome .close {
    right: -7px;
    top: -8px;
}

.alert .ic-check,
.alert .ic-success{
    background: #85B200;
    color: #EBF0DE;
}

.alert .ic-info {
    background: #69CCE7;
    color: #E9F2F5;
}

.alert .ic-close,
.alert .ic-danger {
    background: #FD7073;
    color: #F7E9EA;;
}

.alert .ic-alert {
    color: #FFB400;
    font-size: 36px;
    line-height: 36px;
    margin: 0 0 0 6px;
    padding: 6px 0;
}

.btn-alert {
    background: #43464B;
    color: #fff;
    margin-top: 6px;
}

.btn-alert:hover {
    color: #fff;
}

.datepicker td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active:focus, .datepicker td.active:hover:focus,
.datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active,
.datepicker td.active.disabled, .datepicker td.active:hover.disabled, .datepicker td.active[disabled],
.datepicker td.active:hover[disabled], .chosen-container .chosen-results li.highlighted {
    background: #69cce7 !important;
}

/* --------- Modals ---------- */

.modal .alert .ic {
    font-size: 18px;
    height: 30px;
    line-height: 18px;
    margin: -4px 0;
    width: 30px;
}

.modal-header {
    border: none;
}

.modal-body {
    float: left;
    width: 100%;
}

/* FORMS */

form[role="form"] {
    margin-bottom: 15px;
}

.form-control {
    border-color: #e0e0e1;
    color: #76797C;
    font-size: 18px;
    height: 42px;
}

.container-chunk .form-control,
.modal-body .form-control {
    background: #f8f8f8;
}

.form-control::-webkit-input-placeholder { color: #ccc; }
.form-control:-moz-placeholder { color: #ccc; }
.form-control::-moz-placeholder { color: #ccc; }
.form-control:-ms-input-placeholder { color: #ccc; }

/*.form-control {
    height: 42px;
}

.form-control-feedback {
    width: 42px;
    height: 42px;
    line-height: 42px;
}*/

nav .form-control {
    height: 34px;
}

nav .form-control-feedback {
    height: 34px;
    line-height: 34px;
    width: 34px;
}

.page-header {
    border: none;
    margin: 60px 0;
    padding-bottom: 0;
    text-align: center;
}
/*
.page-header:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    height: 80px;
    width: 80px;
    background: url(http://s3.minijuegosgratis.com/media/landings/common/80x80-exclusive.png) no-repeat center;
    background-size: auto 100%;
    overflow: hidden;
}*/

/*
.page-header h1,
.page-header h2,
.page-header h3,
.page-header h4,
.page-header h5,
.page-header h6{
    font-weight: 400;
    color: #23282c;
}
*/

.page-header h1 > small,
.page-header h2 > small,
.page-header h3 > small,
.page-header h4 > small,
.page-header h5 > small,
.page-header h6 > small {
    clear: both;
    color: #969798;
    display:block;
    font-size: 50%;
    font-weight: 300;
    line-height: 150%;
    margin-top: 10px;
}

/*
.page-header h2 {
    font-size: 36px;
}
*/

.title-m {
    color: #23282c;
    font-size: 22px;
    font-weight: 400;
}
.description-l {
    clear: both;
    color: #969798;
    display:block;
    font-size: 18px;
    font-weight: 300;
    line-height: 150%;
    margin-top: 10px;
}
.description-m {
    clear: both;
    color: #969798;
    display:block;
    font-size: 14px;
    font-weight: 300;
    line-height: 150%;
    margin-top: 10px;
}

hr {
    border-top: 4px solid #F5F5F5;
    clear: both;
    float: left;
    position: relative;
    width: 100%;
}

/*---------------------*\
    SPECIFIC STYLES
\*---------------------*/



/* -----------------------------------------------------------------------------
   HEADER NAV
-----------------------------------------------------------------------------*/



header .navbar {
    border: 1px solid transparent;
    min-height: 70px;
}

header .navbar-brand {
    height: 70px;
    line-height: 24px;
    margin-left: -2px;
    padding: 19px 0;
}

@media (min-width: 768px) {
    header .navbar-nav > li > a {
        padding-bottom: 25px;
        padding-top: 25px;
    }
}

header .navbar-nav > li > .dropdown-menu {
    margin-top: -15px;
}

header .navbar-nav > li > span {
    color: #a9b6bf;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}
header .navbar-nav .btn { margin-top: 18px; }

@media (min-width: 768px) {
    .navbar-nav > li > span {
        padding-bottom: 25px;
        padding-top: 25px;
    }

    .modal-sm {
        width: 600px;
    }
}

/*---------------------*\
    HELPERS
\*---------------------*/

.m-top15 {
    margin-top: 15px !important;
}

.m-top30 {
    margin-top: 30px !important;
}

.m-bottom15 {
    margin-bottom: 15px !important;
}

.m-bottom30 {
    margin-bottom: 30px !important;
}


.mrg-10 { margin-bottom: 10px !important; margin-top: 10px !important; }
.mrg-20 { margin-bottom: 20px !important; margin-top: 20px !important; }
.mrg-40 { margin-bottom: 40px !important; margin-top: 40px !important; }
.mrg-60 { margin-bottom: 60px !important; margin-top: 60px !important; }
.mrg-top10 { margin-top: 10px !important; }
.mrg-top20 { margin-top: 20px !important; }
.mrg-top40 { margin-top: 40px !important; }
.mrg-top60 { margin-top: 60px !important; }
.mrg-bottom10 { margin-bottom: 10px !important; }
.mrg-bottom20 { margin-bottom: 20px !important; }
.mrg-bottom40 { margin-bottom: 40px !important; }
.mrg-bottom60 { margin-bottom: 60px !important; }
.pdd-10 { padding-bottom: 10px !important; padding-top: 10px !important; }
.pdd-20 { padding-bottom: 20px !important; padding-top: 20px !important; }
.pdd-40 { padding-bottom: 40px !important; padding-top: 40px !important; }
.pdd-60 { padding-bottom: 60px !important; padding-top: 60px !important; }
.pdd-top10 { padding-top: 10px !important; }
.pdd-top20 { padding-top: 20px !important; }
.pdd-top40 { padding-top: 40px !important; }
.pdd-top60 { padding-top: 60px !important; }
.pdd-bottom10 { padding-bottom: 10px !important; }
.pdd-bottom20 { padding-bottom: 20px !important; }
.pdd-bottom40 { padding-bottom: 40px !important; }
.pdd-bottom60 { padding-bottom: 60px !important; }
.mrg-right10 { margin-right: 10px !important; }
.mrg-right20 { margin-right: 20px !important; }
.mrg-left10 { margin-left: 10px !important; }
.mrg-left20 { margin-left: 20px !important; }
.pdd-sides10 { padding-left: 10px !important; padding-right: 10px !important; }
.pdd-sides20 { padding-left: 20px !important; padding-right: 20px !important; }
.pdd-sides40 { padding-left: 40px !important; padding-right: 40px !important; }
.pdd-sides60 { padding-left: 60px !important; padding-right: 60px !important; }


/* custom options */
.t-s11 {
    font-size: 11px !important; }

.t-s12 {
    font-size: 12px !important; }

.t-s13 {
    font-size: 13px !important; }

.t-s14 {
    font-size: 14px !important; }

.t-s15 {
    font-size: 15px !important; }

.t-s18 {
    font-size: 18px !important; }

.t-s24 {
    font-size: 24px !important; }

.t-c1 {
    color: white !important; }

.t-c2 {
    color: #c9cacb !important;}

.t-c3 {
    color: #969798 !important;}

.t-c4 {
    color: #5d6162 !important; }

.t-c5 {
    color: #272c2e !important; }

.t-cr {
    color: #fd7073 !important; }

.t-cg {
    color: #85b200 !important; }

/* Link alike */
.point {
    cursor: pointer;
}

.bg-light {
    background-color: white;
}
.bg-dark {
    background-color: #43464b;
}

/*---------------------*\
    SPECIFIC COMPONENTS
\*---------------------*/

/* -----------------------------------------------------------------------------
   TABLES
-----------------------------------------------------------------------------*/

.table.mp {
    border-radius: 4px;
    overflow: hidden;
}

.table.mp thead {
    background-color: #686a70;
    overflow: hidden;
    position: relative;
}

.table.mp td {
    background-color: #fbfbfb;
    border: 1px solid #f3f3f3;
    color: #636669;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #fff;
}

.table-striped > tbody > tr:nth-child(odd):hover > td,
.table-striped > tbody > tr:nth-child(odd):hover > th {
    background-color: #edf8fc;
}

.table.mp > thead > tr > th {
    background-color: #69cce7;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 300;
    text-align: left !important;
}

.table.mp > thead > tr > th.sub-head {
    background: #D2EFF7;
    color: #636669;
    font-size: 13px;
    text-align: center !important;
}

.table.mp > thead > tr > th .ic {
    float: right;
    padding: 3px;
}

.date {
    color: #97989B;
    font-size: 15px;
    font-weight: 300;
}

.big {
    color: #636669;
    font-size: 18px;
}

.new {
    color: #85B200;
}

.ret {
    color: #33A0D6;
}

.light {
    color: #C0C1C3;
    font-size: 13px;
}

.red {
    color: #FD7073;
}

.yel {
    color: #FFC834;
}

/* -----------------------------------------------------------------------------
   BORDERS
-----------------------------------------------------------------------------*/
.border-top     { border-top: 1px solid #eee;}
.border-bottom  { border-bottom: 1px solid #eee;}


/* -----------------------------------------------------------------------------
   CONTAINER MAIN
-----------------------------------------------------------------------------*/

.container-main {
    margin-left: auto;
    margin-right: auto;
    max-width: 1800px;
    padding-left: 20px;
    padding-right: 20px;
}

/* -----------------------------------------------------------------------------
   CONTAINER CHUNK
-----------------------------------------------------------------------------*/

.container-chunk {
    background: white;
    border: 1px solid #f3f3f3;
    border-radius: 4px;
    float: left;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    position: relative;
    width: 100%;
}

/* -----------------------------------------------------------------------------
   ICONS
-----------------------------------------------------------------------------*/

.icon {
    background: url(../img/sprite.png) no-repeat 0 0;
    display: inline-block;
    *display: inline;
    float: left;
    height: 22px;
    overflow: hidden;
    text-indent: -9999px;
    vertical-align: middle;
    width: 22px;
    *zoom: 1\9; }

.i-soft {
    filter: alpha(opacity=15);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
    opacity: 0.15; }

a.i-soft:hover,
a .i-soft:hover {
    opacity: 0.4;
    transition: all 0.16s;
    -webkit-transition: all 0.16s; }

/* regular icons
-----------------------------------------------------------------------------*/
.icon-fav {
    background-position: -29px -92px; }

.icon-fav-w {
    background-position: -29px -124px; }

.icon-send {
    background-position: -61px -92px; }

.icon-send-w {
    background-position: -61px -124px; }

.icon-pencil {
    background-position: -94px -94px; }

.icon-pencil-w {
    background-position: -94px -126px; }

.icon-like {
    background-position: -124px -94px; }

.icon-like-w {
    background-position: -124px -126px; }

.icon-like-c {
    background-position: -124px -158px; }

.icon-dislike {
    background-position: -156px -94px; }

.icon-dislike-w {
    background-position: -156px -124px; }

.icon-share {
    background-position: -189px -93px; }

.icon-share-w {
    background-position: -189px -125px; }

.icon-gear {
    background-position: -221px -93px; }

.icon-gear-w {
    background-position: -221px -125px; }

.icon-expand {
    background-position: -253px -93px; }

.icon-expand-w {
    background-position: -253px -125px; }

.icon-trophy {
    background-position: -285px -93px; }

.icon-trophy-w {
    background-position: -285px -125px; }

.icon-trophy-c {
    background-position: -285px -157px; }

.icon-activity {
    background-position: -318px -95px; }

.icon-activity-w {
    background-position: -318px -127px; }

.icon-stats {
    background-position: -351px -92px; }

.icon-stats-w {
    background-position: -351px -124px; }

.icon-shield {
    background-position: -381px -93px; }

.icon-shield-w {
    background-position: -381px -125px; }

.icon-user {
    background-position: -1086px -93px; }

.icon-user-w {
    background-position: -1086px -125px; }

.icon-user-c {
    background-position: -1086px -157px; }

.icon-users {
    background-position: -448px -92px; }

.icon-users-w {
    background-position: -448px -124px; }

.icon-users-c {
    background-position: -448px -156px; }

.icon-users-c2 {
    background-position: -448px -188px; }

.icon-mouse {
    background-position: -475px -94px; }

.icon-mouse-w {
    background-position: -475px -126px; }

.icon-play {
    background-position: -510px -94px; }

.icon-play-w {
    background-position: -510px -126px; }

.icon-play-c {
    background-position: -510px -158px; }

.icon-badge {
    background-position: -541px -93px; }

.icon-badge-w {
    background-position: -541px -127px; }

.icon-badge-c {
    background-position: -541px -157px; }

.icon-trend {
    background-position: -573px -94px; }

.icon-trend-w {
    background-position: -573px -126px; }

.icon-trend-c {
    background-position: -573px -158px; }

.icon-envelope {
    background-position: -604px -91px; }

.icon-envelope-w {
    background-position: -604px -123px; }

.icon-envelope-c {
    background-position: -604px -187px; }

.icon-trash {
    background-position: -634px -94px; }

.icon-trash-w {
    background-position: -634px -126px; }

.icon-clock {
    background-position: -670px -95px; }

.icon-clock-w {
    background-position: -670px -126px; }

.icon-packman {
    background-position: -701px -94px; }

.icon-packman-w {
    background-position: -701px -126px; }

.icon-more {
    background-position: -733px -93px; }

.icon-more-w {
    background-position: -733px -125px; }

.icon-file {
    background-position: -766px -93px; }

.icon-file-w {
    background-position: -766px -125px; }

.icon-lense {
    background-position: -797px -93px; }

.icon-lense-w {
    background-position: -797px -125px; }

.icon-bell {
    background-position: -828px -93px; }

.icon-bell-w {
    background-position: -828px -125px; }

.icon-bell-c {
    background-position: -828px -189px; }

.icon-money {
    background-position: -861px -93px; }

.icon-money-w {
    background-position: -861px -125px; }

.icon-money-c {
    background-position: -861px -189px; }

.icon-star {
    background-position: -894px -95px; }

.icon-star-w {
    background-position: -894px -127px; }

.icon-star-c {
    background-position: -894px -159px; }

.icon-joystick {
    background-position: -927px -93px; }

.icon-joystick-w {
    background-position: -927px -125px; }

.icon-follow {
    background-position: -959px -93px; }

.icon-follow-w {
    background-position: -959px -125px; }

.icon-fire {
    background-position: -988px -96px; }

.icon-fire-w {
    background-position: -988px -128px; }

.icon-fire-c {
    background-position: -988px -160px; }

.icon-ray {
    background-position: -1019px -96px; }

.icon-ray-w {
    background-position: -1019px -128px; }

.icon-comments {
    background-position: -1054px -93px; }

.icon-comments-w {
    background-position: -1054px -125px; }

.icon-comments-c {
    background-position: -1054px -157px; }

.icon-padlock {
    background-position: -1115px -93px; }

.icon-padlock-w {
    background-position: -1115px -125px; }

.icon-shirt {
    background-position: -1150px -93px; }

.icon-shirt-w {
    background-position: -1150px -125px; }

.icon-shirt-c {
    background-position: -1150px -157px; }

.icon-shirt-2-w {
    background-position: -1182px -125px; }

.icon-cross {
    background-position: -825px -249px; }

.icon-cross-w {
    background-position: -857px -249px; }

.icon-stats-2 {
    background-position: -1212px -91px; }

.icon-stats-2-w {
    background-position: -1212px -123px; }

.icon-stats-2-c {
    background-position: -1212px -155px; }

.icon-coins {
    background-position: -1246px -91px; }

.icon-coins-w {
    background-position: -1246px -123px; }

.icon-comment {
    background-position: -1276px -91px; }

.icon-comment-w {
    background-position: -1276px -123px; }

.icon-comment-c {
    background-position: -1276px -155px; }

.icon-fb {
    background-position: -1376px -96px; }

.icon-fb-w {
    background-position: -1376px -128px; }

.icon-fb-2 {
    background-position: -1403px -96px; }

.icon-fb-2-w {
    background-position: -1407px -128px;
    height: 26px; }

.icon-timer {
    background-position: -1440px -96px; }

.icon-twitter {
    background-position: -2270px -94px; }

.icon-twitter-w {
    background-position: -2270px -126px; }

.icon-timer-w {
    background-position: -1440px -128px; }

.icon-diana {
    background-position: -1472px -96px; }

.icon-diana-w {
    background-position: -1472px -128px; }

.icon-board {
    background-position: -1504px -96px; }

.icon-board-w {
    background-position: -1504px -128px; }

.icon-box {
    background-position: -1536px -96px; }

.icon-box-w {
    background-position: -1536px -128px; }

.icon-tank {
    background-position: -1568px -96px; }

.icon-tank-w {
    background-position: -1568px -128px; }

.icon-speed {
    background-position: -1600px -96px; }

.icon-speed-w {
    background-position: -1600px -128px; }

.icon-flag {
    background-position: -1660px -96px; }

.icon-flag-w {
    background-position: -1660px -128px; }

.icon-tennis {
    background-position: -1664px -96px; }

.icon-tennis-w {
    background-position: -1664px -128px; }

.icon-chess {
    background-position: -1696px -96px; }

.icon-chess-w {
    background-position: -1696px -128px; }

.icon-tag {
    background-position: -1728px -96px; }

.icon-tag-w {
    background-position: -1728px -128px; }

.icon-ruby {
    background-position: -1788px -92px; }

.icon-ruby-w {
    background-position: -1788px -124px; }

.icon-info {
    background-position: -1820px -93px; }

.icon-info-w {
    background-position: -1820px -124px; }

.icon-info-c {
    background-position: -1820px -156px; }

.icon-bullhorn {
    background-position: -1852px -94px; }

.icon-bullhorn-w {
    background-position: -1852px -126px; }

.icon-bullhorn-c {
    background-position: -1852px -158px; }

.icon-cart {
    background-position: -2142px -92px; }

.icon-cart-w {
    background-position: -2142px -124px; }

.icon-gift-c {
    background-position: -2174px -158px; }

.icon-trend-2-c {
    background-position: -2013px -155px; }

.icon-stars-c {
    background-position: -2049px -158px;
    width: 28px; }

.icon-gems-c {
    background-position: -2079px -157px; }

.icon-promoted-c {
    background-position: -2112px -156px; }

.icon-crono-c {
    background-position: -2299px -156px; }

.icon-tick {
    background-position: -2238px -94px; }

.icon-tick-w {
    background-position: -2238px -126px; }

.icon-refresh {
    background-position: -2332px -95px; }

.icon-refresh-w {
    background-position: -2332px -127px; }

.icon-hot-c {
    background-position: -2332px -160px; }

.icon-heart-c {
    background-position: -2235px -154px; }

.icon-wc214 {
    background-position: -2364px -160px; }

.icon-halloween-w {
    background-position: -2208px -126px; }

.icon-halloween-c {
    background-position: -2398px -158px; }

.icon-social-w {
    background-position: -2144px -157px;
    width: 30px; }

.icon-dartboard-w {
    background-position: -2208px -158px; }

.icon-heart-w {
    background-position: -2235px -155px; }

.icon-chart-w {
    background-position: -2268px -155px; }

.icon-time-w {
    background-position: -2298px -157px; }

/* pay methods
-----------------------------------------------------------------------------*/
.icon-mobile {
    background-position: -1884px -94px; }

.icon-mobile-w {
    background-position: -1884px -126px; }

.icon-mobile-c {
    background-position: -1884px -159px; }

.icon-todito {
    background-position: -1919px -91px; }

.icon-todito-w {
    background-position: -1919px -123px; }

.icon-todito-c {
    background-position: -1919px -155px; }

.icon-ccard {
    background-position: -1951px -91px; }

.icon-ccard-w {
    background-position: -1951px -123px; }

.icon-ccard-c {
    background-position: -1951px -155px; }

.icon-paypal {
    background-position: -1983px -91px; }

.icon-paypal-w {
    background-position: -1983px -123px; }

.icon-paypal-c {
    background-position: -1983px -155px; }

/* currency icons
-----------------------------------------------------------------------------*/
.icon-minicoin {
    background-position: -29px -61px; }

.icon-gem,
a:hover .icon-gem-soft {
    background-position: -60px -61px; }

.icon-xp {
    background-position: -220px -61px; }

.icon-minicoin-txt {
    background-position: -32px -64px;
    height: 16px;
    margin-top: -2px;
    width: 16px; }

.icon-gem-txt {
    background-position: -64px -64px;
    height: 15px;
    margin-top: -2px;
    width: 13px; }

.icon-xp-txt {
    background-position: -224px -64px;
    height: 16px;
    margin-top: -2px;
    width: 16px; }

.icon-gem-soft {
    background-position: -92px -61px; }

.icon-best-txt {
    background-position: -160px -65px;
    height: 15px;
    margin-top: -3px;
    width: 13px; }

.icon-walkthrough {
    background-position: -192px -64px;
    height: 15px;
    margin: -2px 3px 0 -2px;
    width: 15px; }

/* arrow icons
-----------------------------------------------------------------------------*/
.icon-arrow-top {
    background-position: -667px -248px; }

.icon-arrow-top-w {
    background-position: -603px -248px; }

.icon-arrow-btm {
    background-position: -635px -248px; }

.icon-arrow-btm-w {
    background-position: -571px -248px; }

.icon-arrow2-top {
    background-position: -794px -248px; }

.icon-arrow2-top-w {
    background-position: -730px -248px; }

.icon-arrow2-btm {
    background-position: -762px -248px; }

.icon-arrow2-btm-w {
    background-position: -698px -248px; }

.icon-arrow2-left-b {
    background-position: -344px -251px; }

.icon-arrow2-right-b {
    background-position: -376px -251px; }

.icon-arrow3-l {
    background-position: -1307px -91px; }

.icon-arrow3-l-w {
    background-position: -1307px -123px; }

.icon-arrow3-r {
    background-position: -1339px -91px; }

.icon-arrow3-r-w {
    background-position: -1302px -123px; }

.icon-arrow4-l {
    background-position: -1399px -250px; }

.icon-arrow4-l-w {
    background-position: -1272px -250px; }

.icon-arrow4-r {
    background-position: -1431px -250px; }

.icon-arrow4-r-w {
    background-position: -1303px -250px; }

.icon-arrow4-t {
    background-position: -1497px -247px; }

.icon-arrow4-t-w {
    background-position: -1370px -247px; }

.icon-arrow4-b {
    background-position: -1465px -247px; }

.icon-arrow4-b-w {
    background-position: -1338px -247px; }

.icon-arrow5 {
    background-position: -1916px -249px; }

.icon-arrow5-w {
    background-position: -1884px -249px; }

.icon-arrow-nav {
    background-position: -1885px -249px; }

/* Mini icons
-----------------------------------------------------------------------------*/
.iconmin {
    background: url(../img/sprite.png) no-repeat 0 0;
    display: inline-block;
    *display: inline;
    float: left;
    height: 18px;
    margin: 0 2px 0 0;
    overflow: hidden\9;
    text-indent: -9999px;
    vertical-align: middle;
    width: 18px;
    *zoom: 1; }

.iconmin-common {
    background-position: -29px -286px; }

.iconmin-tags {
    background-position: -61px -286px; }

.iconmin-coins {
    background-position: -96px -286px; }

.iconmin-gems {
    background-position: -126px -286px; }

.iconmin-highscore {
    background-position: -156px -286px; }

.iconmin-trophies {
    background-position: -189px -286px; }

.iconmin-achievements {
    background-position: -220px -286px; }

.iconmin-goals {
    background-position: -252px -286px; }

.iconmin-level {
    background-position: -157px -286px; }

.iconmin-followers {
    background-position: -287px -286px; }

/* Brand icons
-----------------------------------------------------------------------------*/
.icon-facebook-m {
    background-position: -96px -512px;
    height: 29px;
    width: 29px; }

.icon-twitter-m {
    background-position: -32px -512px;
    height: 29px;
    width: 36px; }

.icon-facebook-s {
    background-position: -447px -512px;
    width: 24px; }

.icon-hotmail-s {
    background-position: -256px -509px;
    width: 24px; }

.icon-gmail-s {
    background-position: -384px -510px;
    width: 24px; }

.icon-email-s {
    background-position: -512px -510px;
    width: 24px; }

.icon-yahoo-s {
    background-position: -320px -509px;
    width: 24px; }

.icon-3djuegos-s {
    background-position: -576px -509px; }

.icon-cat-king {
    background: url(../../media/icons/king_logo.jpg) no-repeat 0 0;
    height: 80px;
    width: 115px; }

/* Special icons & cases
-----------------------------------------------------------------------------*/
.icon-iu-activity {
    background-position: -32px -384px;
    height: 60px;
    width: 32px; }

.icon-large-users {
    background-position: -96px -385px;
    height: 67px;
    width: 140px; }

.icon-owl {
    background-position: -256px -384px;
    height: 67px;
    width: 93px; }

.icon-rnd-st-ko {
    background-position: -416px -384px;
    height: 30px;
    width: 30px; }

.icon-rnd-st-ok {
    background-position: -480px -384px;
    height: 30px;
    width: 30px; }

.icon-rnd-info {
    background-position: -544px -384px;
    height: 30px;
    width: 30px; }

.icon-activity-menu {
    background-position: -352px -416px;
    height: 27px;
    width: 20px; }

.active .icon-activity-menu {
    background-position: -64px -416px;
    height: 27px;
    width: 20px; }

.icon-cat {
    background: url(../img/icons-cat.png) -332px -1332px;
    height: 32px;
    width: 32px; }

/* size 32x32 */
.icon-cat.icon-cat-action {
    background-position: -332px 0px; }

.icon-cat.icon-cat-adventures {
    background-position: -332px -148px; }

.icon-cat.icon-cat-races {
    background-position: -332px -296px; }

.icon-cat.icon-cat-classics {
    background-position: -332px -444px; }

.icon-cat.icon-cat-sport {
    background-position: -332px -592px; }

.icon-cat.icon-cat-strategy {
    background-position: -332px -740px; }

.icon-cat.icon-cat-management {
    background-position: -332px -888px; }

.icon-cat.icon-cat-skill {
    background-position: -332px -1036px; }

.icon-cat.icon-cat-board {
    background-position: -332px -1184px; }

.icon-cat.icon-cat-collections {
    background-position: -332px -1332px; }

.icon-cat.icon-cat-social {
    background-position: -332px -1480px; }

.icon-cat.icon-cat-mmo {
    background-position: -332px -1628px; }

.icon-cat.icon-cat-multiplayer {
    background-position: -332px -1776px; }

.icon-cat.icon-cat-twoplayers {
    background-position: -332px -1924px; }

.icon-cat.icon-cat-minicoins {
    background-position: -332px -2072px; }

.icon-cat.icon-cat-achievements {
    background-position: -332px -2220px; }

.icon-cat.icon-cat-superheroes {
    background-position: -332px -2368px; }

.icon-cat.icon-cat-minecraft {
    background-position: -332px -2516px; }

.icon-cat.icon-cat-mario {
    background-position: -332px -2664px; }

.icon-cat.icon-cat-sonic {
    background-position: -332px -2812px; }

.icon-cat.icon-cat-angrybirds {
    background-position: -332px -2960px; }

.icon-cat.icon-cat-bob {
    background-position: -332px -3108px; }

.icon-cat.icon-cat-thesimpsons {
    background-position: -332px -3256px; }

.icon-cat.icon-cat-zombies {
    background-position: -332px -3404px; }

.icon-cat.icon-cat-3d {
    background-position: -332px -3552px; }

.icon-cat.icon-cat-counter {
    background-position: -332px -3700px; }

.icon-cat.icon-cat-football {
    background-position: -332px -3996px; }

.icon-cat.icon-cat-soccerplayer {
    background-position: -332px -4144px; }

.icon-cat.icon-cat-nfl {
    background-position: -332px -4292px; }

.icon-cat.icon-cat-messi {
    background-position: -332px -4440px; }

.icon-cat.icon-cat-cristiano {
    background-position: -332px -4588px; }

/* size 64x64 */
.icon-cat-m {
    height: 64px;
    width: 64px; }

.icon-cat-hot {
    background-position: -248px -3847px; }

/* size 80x80 */
.icon-cat.large {
    background-position: -148px -1332px;
    border-radius: 40px;
    height: 80px;
    width: 80px; }

.icon-cat.icon-cat-action.large {
    background-position: -148px 0px; }

.icon-cat.icon-cat-adventures.large {
    background-position: -148px -148px; }

.icon-cat.icon-cat-races.large {
    background-position: -148px -296px; }

.icon-cat.icon-cat-classics.large {
    background-position: -148px -444px; }

.icon-cat.icon-cat-sport.large {
    background-position: -148px -592px; }

.icon-cat.icon-cat-strategy.large {
    background-position: -148px -740px; }

.icon-cat.icon-cat-management.large {
    background-position: -148px -888px; }

.icon-cat.icon-cat-skill.large {
    background-position: -148px -1036px; }

.icon-cat.icon-cat-board.large {
    background-position: -148px -1184px; }

.icon-cat.icon-cat-collections.large {
    background-position: -148px -1332px; }

.icon-cat.icon-cat-social.large {
    background-position: -148px -1480px; }

.icon-cat.icon-cat-mmo.large {
    background-position: -148px -1628px; }

.icon-cat.icon-cat-multiplayer.large {
    background-position: -148px -1776px; }

.icon-cat.icon-cat-twoplayers.large {
    background-position: -148px -1924px; }

.icon-cat.icon-cat-minicoins.large {
    background-position: -148px -2072px; }

.icon-cat.icon-cat-achievements.large {
    background-position: -148px -2220px; }

.icon-cat.icon-cat-superheroes.large {
    background-position: -148px -2368px; }

.icon-cat.icon-cat-minecraft.large {
    background-position: -148px -2516px; }

.icon-cat.icon-cat-mario.large {
    background-position: -148px -2664px; }

.icon-cat.icon-cat-sonic.large {
    background-position: -148px -2812px; }

.icon-cat.icon-cat-angrybirds.large {
    background-position: -148px -2960px; }

.icon-cat.icon-cat-bob.large {
    background-position: -148px -3108px; }

.icon-cat.icon-cat-thesimpsons.large {
    background-position: -148px -3256px; }

.icon-cat.icon-cat-zombies.large {
    background-position: -148px -3404px; }

.icon-cat.icon-cat-3d.large {
    background-position: -148px -3552px; }

.icon-cat.icon-cat-counter.large {
    background-position: -148px -3700px; }

.icon-cat.icon-cat-football.large {
    background-position: -148px -3996px; }

.icon-cat.icon-cat-soccerplayer.large {
    background-position: -148px -4144px; }

.icon-cat.icon-cat-nfl.large {
    background-position: -148px -4292px; }

.icon-cat.icon-cat-messi.large {
    background-position: -148px -4440px; }

.icon-cat.icon-cat-cristiano.large {
    background-position: -148px -4588px; }

.icon-cat.icon-cat-walkthrough.large {
    background-position: -148px -4736px; }

/* icons for main categories */
.category span.icon-cat {
    background: url(../img/icons-cat.png) no-repeat -148px -1332px;
    display: block;
    height: 80px;
    margin-top: 20px;
    width: 80px; }

.page-tag span.icon-cat {
    margin-top: 0; }

.icon-cat-action .category span.icon-cat {
    background-position: -148px 0px;
    display: block; }

.icon-cat-adventures .category span.icon-cat {
    background-position: -148px -148px;
    display: block; }

.icon-cat-races .category span.icon-cat {
    background-position: -148px -296px;
    display: block; }

.icon-cat-classics .category span.icon-cat {
    background-position: -148px -444px;
    display: block; }

.icon-cat-sport .category span.icon-cat {
    background-position: -148px -592px;
    display: block; }

.icon-cat-strategy .category span.icon-cat {
    background-position: -148px -740px;
    display: block; }

.icon-cat-management .category span.icon-cat {
    background-position: -148px -888px;
    display: block; }

.icon-cat-skill .category span.icon-cat {
    background-position: -148px -1036px;
    display: block; }

.icon-cat-board .category span.icon-cat {
    background-position: -148px -1184px;
    display: block; }

.icon-cat-collections .category span.icon-cat {
    background-position: -148px -1332px;
    display: block; }

.icon-cat-social .category span.icon-cat {
    background-position: -148px -1480px;
    display: block; }

.icon-cat-mmo .category span.icon-cat {
    background-position: -148px -1628px;
    display: block; }

.icon-cat-multiplayer .category span.icon-cat {
    background-position: -148px -1776px;
    display: block; }

.icon-cat-twoplayers .category span.icon-cat {
    background-position: -148px -1924px;
    display: block; }

.icon-cat-minicoins .category span.icon-cat {
    background-position: -148px -2072px;
    display: block; }

.icon-cat-achievements .category span.icon-cat {
    background-position: -148px -2220px;
    display: block; }

.icon-cat-superheroes .category span.icon-cat {
    background-position: -148px -2368px;
    display: block; }

.icon-cat-minecraft .category span.icon-cat {
    background-position: -148px -2516px;
    display: block; }

.icon-cat-mario .category span.icon-cat {
    background-position: -148px -2664px;
    display: block; }

.icon-cat-sonic .category span.icon-cat {
    background-position: -148px -2812px;
    display: block; }

.icon-cat-angrybirds .category span.icon-cat {
    background-position: -148px -2960px;
    display: block; }

.icon-cat-bob .category span.icon-cat {
    background-position: -148px -3108px;
    display: block; }

.icon-cat-thesimpsons .category span.icon-cat {
    background-position: -148px -3256px;
    display: block; }

.icon-cat-zombies .category span.icon-cat {
    background-position: -148px -3404px;
    display: block; }

.icon-cat-3d .category span.icon-cat {
    background-position: -148px -3552px;
    display: block; }

.icon-cat-counter .category span.icon-cat {
    background-position: -148px -3700px;
    display: block; }

.icon-cat-football .category span.icon-cat {
    background-position: -148px -3996px;
    display: block; }

.icon-cat-soccerplayer .category span.icon-cat {
    background-position: -148px -4144px;
    display: block; }

.icon-cat-nfl .category span.icon-cat {
    background-position: -148px -4292px;
    display: block; }

.icon-cat-messi .category span.icon-cat {
    background-position: -148px -4440px;
    display: block; }

.icon-cat-cristiano .category span.icon-cat {
    background-position: -148px -4588px;
    display: block; }

.icon-gem-navbar {
    background-position: -800px -384px;
    height: 43px;
    margin-bottom: -40px;
    margin-left: -40px;
    margin-top: -33px;
    width: 65px; }

.icon-smiley-ok {
    background-position: -704px -308px;
    height: 38px;
    width: 38px; }

.icon-smiley-ko {
    background-position: -576px -308px;
    height: 38px;
    width: 38px; }

.icon-smiley-meh {
    background-position: -640px -308px;
    height: 38px;
    width: 38px; }

.icon-smiley-ok-s {
    background-position: -830px -317px; }

.icon-smiley-ko-s {
    background-position: -766px -317px; }

.icon-smiley-meh-s {
    background-position: -798px -317px; }

.icon.tooltip {
    overflow: visible; }

.icon .tooltip-inner {
    text-indent: initial; }

/** ICON Header Specific **/

header .icon {
    opacity: 0.3;
    transition: color .3s;
    -webkit-transition: color .3s;
}

header a:hover .icon {
    opacity: 1;
}

/* -----------------------------------------------------------------------------
   FORMS
-----------------------------------------------------------------------------*/

.has-feedback div.error {
    color: #FD7073;
    margin-left: 10px;
    margin-top: 10px;
}
.has-feedback input.error,
.has-feedback select.error {
    border-color: #FD7073;
}
.td-total {
    background-color: #46b8dd;
    color: white!important;
    font-size:16px !important;
}

/* -----------------------------------------------------------------------------
   REGISTER
-----------------------------------------------------------------------------*/

body.user-register .progress {
    box-shadow: none;
    margin-top: 10px;
}

/* -----------------------------------------------------------------------------
   LOGIN
-----------------------------------------------------------------------------*/
/*
.page-login .container-chunk {
    width: 440px;
}
*/

.page-login .container-chunk .main-icon {
    margin-bottom: 60px;
}

.form-login {

}

.glyphicon.form-control-feedback {
    opacity: .2;
}

.form-login [type="submit"] {
    vertical-align: top;
}

.form-login .recover-options p {
    margin: 0;
}

.form-login .recover-options p:first-of-type {
    margin-bottom: 5px;
}

/* -----------------------------------------------------------------------------
   SPECIFIC PAGE HEADER IMAGES
-----------------------------------------------------------------------------*/

    body.account-report-page .page-header:before {
        background-image: url(http://s3.minijuegosgratis.com/media/landings/common/80x80-exclusive.png);
    }

    body.user-preferences .page-header:before {
        background-image: url(http://s3.minijuegosgratis.com/media/landings/common/80x80-exclusive.png);
    }

    body.page-home .page-header:before {
        background-image: url(http://s3.minijuegosgratis.com/media/landings/common/80x80-exclusive.png);
    }

/* ---------------------------------------------------------------------------
   SPECIFIC PAGE HEADER IMAGES
-----------------------------------------------------------------------------*/

body.account-report-page .multiselect.dropdown-toggle {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #777777;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
}
body.account-report-page .multiselect.dropdown-toggle:hover {
    color: #555;
}
body.account-report-page .multiselect.dropdown-toggle:focus,
body.account-report-page .open .multiselect.dropdown-toggle {
    background-color: #f1f1f1;
    color: #555;
}

body.account-report-page .js-cpa-website-s-select {
    display: none;
}

/*body.account-report-page .js-cpa-website-select + div.btn-group {
    min-width: 300px;
}*/

body.account-report-page .js-cpa-website-select + div.btn-group.open:before {
    border: solid 5px transparent;
    border-bottom-color: #fff;
    bottom: -1px;
    content: " ";
    height: 0;
    left: 25px;
    margin-left: -5px;
    position: absolute;
    width: 0;
    z-index: 1032;
}

body.account-report-page .multiselect-container {
    max-height: 300px;
    max-width: 280px;
    overflow-x: hidden;
}

body.account-report-page .multiselect-container > li:not(:first-of-type) {
    height:25px;
    line-height: 25px;
}

body.account-report-page .multiselect-container > li:first-of-type {
    margin-bottom: 10px;
    margin-left: 5px;
}

body.account-report-page .multiselect-container > li label{
    font-weight: normal;
    margin: 0;
}

body.account-report-page .multiselect-container > li a{
    font-weight: normal;
    padding-left: 40px;
}

body.account-report-page .multiselect-container:before,
body.account-report-page .multiselect-container:after{
    left: 25px;
}


/* ----------------------------------------------------------------------------
   LANDING
-----------------------------------------------------------------------------*/
.bg-cover { 
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-home #header {
    background: transparent;
}

.page-home .navbar-fixed-top {
    position: relative;
}

.page-home #header.stick {
    background: #3a3d41;
    position: fixed;
    top: 0;
}

body.page-home {
    padding-top: 0;
}

.mod-main {
    background: url(../img/landing/main-bg.png) repeat center top #2e3136;
    height: 100%;
    margin-top: -70px;
    max-height: 540px;
    padding-top: 70px;
    position:relative;
}
.mod-main h2, 
.mod-main small {
    color: #FFF !important;
}
/*
.mod-main h2 {
    font-size: 70px;
    font-weight: 500;
} 
.mod-main p {
    font-size: 18px;
}
*/
.mod-main .devices {
    bottom:0;
    left: 45%;
    position:absolute;
}
.mod-main .devices img {
    max-height: 500px;
    max-width: 800px;
    width: 100%;
}
.advantage-list > div { min-height: 320px; }
.advantage-list > div h2,
.advantage-list > div p { margin-left: 40px; margin-right: 40px; }
.logo-showcase img { margin-left: 20px; margin-right: 20px; opacity: 0.8; }

.af-header-tit {
    color: #fff;
    font-size: 48px;
    font-weight: 300;
    line-height: 54px;
    margin-bottom: 12px;
}

.af-header-subtit {
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    margin: 0 0 24px;
}

.af-header-text {
    color: #97989B;
    font-size: 16px;
    line-height: 36px;
}

.mod-nav {
    background: #fff;
    border-bottom: 1px solid #e0e0e1;
    display: none;
}

.mod-nav ul {
    display: block;
    list-style: none;
    margin: 0;
    text-align: center;
}

.mod-nav ul li {
    cursor: pointer;
    display: inline-block;
    margin: 0 24px;
    position: relative;
    vertical-align: middle;
}

.mod-nav ul li a {
    color: #a7a9ab;
    float: left;
    font-size: 12px;
    line-height: 16px;
    padding: 20px 0;
    text-transform: uppercase;
    transition: color .3s ease;
    vertical-align: middle;
}

.mod-nav ul li a:hover {
    color: #636669;
}

.text {
    color: #97989b;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

/* Sections */

.mod-features {
    text-align: center;
}

.af-sec-tit {
    font-size: 26px;
    font-weight: 300;
    line-height: 30px;
    margin: 0 0 72px;
    text-align: center;
}

.mod-features h3 {
    color: #636669;
    font-size: 21px;
    font-weight: 300;
    line-height: 24px;
    margin: 24px 0 12px;
}

.mod-features p {
    padding: 0 20px 24px;
}

.how-start {
    color: #c0c1c3;
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
    text-transform: uppercase;
}

.how-timeline {
    list-style: none;
    margin-bottom: -60px;
    padding-bottom: 120px;
    padding-left: 0;
    text-align: center;
}

.how-timeline li {
    margin: 0;
    padding-top: 100px;
    width: 100%;
}

.how-num {
    background: #fff;
    border: 1px solid;
    border-radius: 60px;
    display: block;
    font-size: 30px;
    height: 60px;
    line-height: 30px;
    margin: 24px auto 0;
    padding: 15px;
    text-align: center;
    width: 60px;
}

.how-block {
    float: left;
    width: 100%;
}

.how-tit {
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
    text-transform: uppercase;
}

.how-num-1,
.how-tit-1 {
    border-color: #85b200;
    color: #85b200;
}

.how-num-2,
.how-tit-2 {
    border-color: #69cce7;
    color: #69cce7;
}

.how-num-3,
.how-tit-3 {
    border-color: #b96fde;
    color: #b96fde;
}

.how-num-4,
.how-tit-4 {
    border-color: #fda874;
    color: #fda874;
}

.mod-games {
    background: url(../../media/landing/games_bg.jpg) no-repeat center top #0e0e0e;
    background-size: cover;
}

.mod-games .af-sec-tit {
    color: #fff;
    font-weight: 300;
}

.mod-games .af-sec-subtit {
    color: #ffc834;
    font-weight: 300;
    margin-bottom: 12px;
}

.games-text {
    color: #fff;
    margin-bottom: 42px;
}

.games-list {
    list-style: none;
    padding: 0;
}

.games-list li {
    float: left;
    height: 100px;
    text-align: center;
    width: 50%;
}

.mod-feat-row {
    text-align: center;
}

.mod-feat-row .text {
    margin-bottom: 60px;
}

.pretit {
    color: #c0c1c3;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    margin: 12px 0 6px;
    text-transform: uppercase;
}

.feat-tit {
    color: #76797c;
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 12px;
}

.mod-cta {
    text-align: center;
}

.mod-cta .text-right {
    text-align: center;
}

.mod-cta .af-sec-tit {
    color: #fff;
    margin-bottom: 12px;
}

.mod-cta .text {
    color: #89949b;
    font-size: 18px;
    margin: 0 0 24px;
}

.mod-footer {
    background: #2e3136;
    color: #fff;
    padding-bottom: 42px;
    padding-top: 24px;
}

.footer-nav ul {
    list-style: none;
    padding-left: 20px;
}

.footer-nav li {
    color: #89949b;
    font-size: 13px;
    line-height: 21px;
}

.footer-nav ul li h4 {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    margin: 0;
}

.footer-nav ul li a {
    color: #89949b;
    transition: color .3s ease;
}

.footer-nav ul li a:hover {
    color: #fff;
}

.mod-feat {
    background: #f3f3f3;
}

.rslides_box {
    position: relative;
}

/*
.rslides1 {
    left: 276px;
    position: absolute;
    top: 110px;
    width: 620px;
}

.rslides1 img {
    width: auto;
}
*/

.rslides_nav {
    font-size: 36px;
    line-height: 36px;
    position: absolute;
    top: 320px;
}

.rslides_nav .ic {
    background: #c9cacb;
    border-radius: 50px;
    color: #fff;
    display: block;
    height: 42px;
    padding: 2px 0;
    text-align: center;
    width: 42px;
}

.rslides_nav.next {
    right: -60px;
}

.rslides_nav.prev {
    left: -60px;
}

.rslides_nav.next .ic {
    padding-left: 2px;
}

.rslides_nav.prev .ic {
    padding-right: 4px;
}

/* Landing media queries */

@media (max-width: 991px) {
    .rslides1 {
        left: 0;
        position: relative;
        top: 0;
        width: 100%;
    }

    .rslides1 img {
        width: 100%;
    }
}

@media (min-width: 768px) {

    .mod-nav {
        display: block;
    }

    .games-list li {
        width: 33.3333335%;
    }

    .af-header-text {
        font-size: 18px;
    }

    .mod-footer {
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {

    .how-timeline {
        background: url(../../media/landing/line-3.png) repeat-y center top;
        text-align: left;
    }

    .how-num {
        float: left;
        margin-left: 36px;
    }

    .how-block {
        margin-left: 24px;
        width: 70%;
    }

    .games-list {
        margin-bottom: 60px;
    }

    .games-list li {
        width: 16.66666667%;
    }

    .mod-feat-row {
        margin-bottom: 48px;
        text-align: left;
    }

    .mod-feat-row .text {
        margin-bottom: 10px;
    }

    .mod-cta,
    .mod-cta .af-sec-tit {
        text-align: left;
    }

    .mod-cta .text {
        margin-bottom: 0;
    }

    .mod-cta .text-right {
        text-align: right;
    }
}

@media (min-width: 1200px) {

    .how-num {
        margin-left: 52px;
    }
}

/* -----------------------------------------------------------------------------
   DASHBOARD
-----------------------------------------------------------------------------*/

/* ---------- Header ---------- */

.header-main,
.sticky-nav {
    background: #43464b;
}

.header-main h1 {
    color: #fff;
    float: left;
    font-size: 42px;
    font-weight: 100;
    line-height: 42px;
    margin: 42px 0 6px;
}

.header-main h1 a {
    color: #fff;
}

.header-main-nav-but {
    display: none;
}

.sticky-nav {
    margin-bottom: 36px;
}

.stick {
    position: fixed;
    top: 70px;
    width: 100%;
    z-index: 20;
}

.stick-pad {
    padding-top: 94px;
}

.mod-features.stick-pad {
    padding-top: 127px;
}

.navbar-nav .dropdown-toggle {
    color: #97989b !important;
}

.header-main-nav {
    float: left;
    list-style: none;
    margin: 0;
    padding: 18px 0 0;
}

.header-main-nav li {
    float: left;
    margin-right: 42px;
}

.header-main-nav li a {
    color: #b7b8b9;
    float: left;
    font-size: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.header-main-nav li a.selected {
    border-bottom: 4px solid #69cce7;
    color: #fff;
}

.btn-newid {
    float: right;
    margin: 8px 0 0;
}

@media (min-width: 768px) {
    .navbar-nav.navbar-right:last-child {
        margin-right: 0 !important;
    }
}

.dropdown-user {
    position: relative;
}

.dropdown-user:hover,
.navbar-inverse .dropdown-user.navbar-nav > .open > a.dropdown-toggle {
    background-color: #2f3237;
}

.dropdown-user .dropdown-menu {
    background-color: #2f3237;
    border: none;
    border-radius: 5px 0 5px 5px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 85px;
}

.dropdown-user .dropdown-menu:after,
.dropdown-user .dropdown-menu:before {
    display: none;
}

.dropdown-user .dropdown-menu > li > a {
    color: #97989b;
    padding: 9px 20px;
    width: 210px;
}

.dropdown-user .dropdown-menu > li > a .glyphicon {
    margin-right: 10px;
}

.dropdown-user .dropdown-menu > li > a:hover,
.dropdown-user .dropdown-menu > li > a:focus {
    background: #3a3d41;
    color: #fff;
}

.dropdown-user .dropdown-toggle span:first-child {
    margin-right: 12px;
}

/* ---------- Dashboard ---------- */

.stats-tit {
    color: #636669;
    font-size: 21px;
    font-weight: 300;
    margin-top: 6px;
}

.stats-head {
    color: #c0c1c3;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
}

.stats-num,
.stats-num-sm {
    color: #636669;
    float: left;
    font-weight: 300;
    margin-bottom: 12px;
    width: 100%;
}

.stats-num {
    font-size: 24px;
    line-height: 24px;
}

.dash-stats .stats-num {
    font-size: 36px;
    line-height: 36px;
}

.stats-num-sm {
    font-size: 21px;
    line-height: 24px;
}

.dates-sel {
    height: 32px;
    margin-bottom: 18px;
}

.dates-sel .dropdown-toggle {
    color: #97989b;
    cursor: pointer;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 24px;
}

.dates-sel.open .dropdown-toggle {
    background: #fff;
    border: 1px solid #f3f3f3;
    border-bottom: none;
    left: -2px;
    padding: 16px;
    position: absolute;
    top: -17px;
    width: 210px;
    z-index: 3;
}

.dates-sel.open .dropdown-track-list {
    left: -2px;
    width: 210px;
}

.dash-tit {
    border-bottom: 1px solid #f3f3f3;
    color: #636669;
    font-size: 21px;
    font-weight: 300;
    line-height: 18px;
    margin: 0;
    padding: 15px 0 30px 24px;
}

.dash-tit.no-border {
    border: none;
}

.container-full {
    padding: 15px 0 0;
}

.container-chart {
    padding: 0 24px 15px 12px;
}

.dash-main .btn-info,
.dash-stats .btn-info {
    float: right;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 13px;
    margin: -56px 18px 0 0;
    padding: 9px 12px 8px;
}

.dash-stats .btn-info {
    float: left;
    margin: 0;
    padding: 7px 10px 6px;
}

.dash-main .table {
    margin-bottom: 0;
    min-height: 285px;
}

.dash-main .table.mp th {
    display: none;
}

.dash-main .table.mp td {
    border: none;
    border-bottom: 1px solid #f3f3f3;
    line-height: 35px;
    text-align: left;
}

.dash-stats .label,
.col-stats .label {
    float: left;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 15px;
}

.label-danger,
.btn-danger,
.btn-danger:hover {
    background: #fd7073;
}

.btn-danger,
.btn-danger:hover {
    border: 1px solid #fd7073;
}

.label-success
.btn-success {
    background: #85b200;
}

.label-trans {
    background: transparent;
    color: #c0c1c3;
    float: left;
    font-size: 13px;
    font-weight: 300;
    padding: 6px 0;
}

.label-success.label-trans .caret {
    color: #85b200;
}

.label-danger.label-trans .caret {
    color: #fd7073;
}

.td-website {
    float: left;
    line-height: 18px;
    margin: 6px 0;
}

.td-main {
    width: 350px;
}

.td-main .ic {
    float: left;
    font-size: 24px;
    margin: 5px 12px 0 6px;
    text-align: center;
    width: 26px;
}

.td-main .ic-laptop {
    color: #ffc834;
}

.td-main .ic-mobile.and {
    color: #85b200;
}

.td-main .ic-mobile.ios {
    color: #b96fde;
}

.td-main .ic-laptop.unk {
    color: #c0c1c3;
}

.td-main .ic-bookmark {
    color: #69cce7;
    font-size: 15px;
    margin-top: 10px;
}

.td-amount,
.dash-main .table.mp td.td-amount {
    text-align: right;
}

.td-perc {
    width: 90px;
}

.td-perc-text {
    color: #c0c1c3;
    font-size: 13px;
}

.td-perc .caret,
.td-perc .dropup .caret {
    border-width: 6px;
    float: left;
    margin: 15px 6px 0;
}

.td-perc .caret {
    color: #fd7073;
}

.td-perc .same {
    margin: 0px 6px;
    width: 12px;
}

.td-perc .dropup .caret {
    color: #85b200;
}

/* ---------- Report ---------- */

.group-sel {
    float: left;
    list-style: none;
    margin-top: 18px;
}

.group-sel li a.selected {
    color: #43464b;
}

.group-name {
    color: #636669;
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
}

.group-name-big {
    color: #43464B;
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
}

.group-subname {
    color: #C0C1C3;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 12px;
}

.group-sel li {
    float: left;
    margin-right: 24px;
}

.group-sel li a {
    color: #c0c1c3;
    cursor: pointer;
    font-size: 13px;
    text-transform: uppercase;
}

.group-sel-big li a {
    font-size: 15px;
}

.dropdown-track,
.inv-id {
    color: #636669 !important;
    cursor: pointer;
    float: left;
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 21px;
}

.inv-id {
    cursor: text;
    margin: 0;
}

.dropdown-track .ic,
.inv-head .ic-angle-left,
.header-main .ic-angle-left{
    border: 2px solid #0088cc;
    border-radius: 50px;
    color: #0088cc;
    display: block;
    float: left;
    height: 30px;
    line-height: 27px;
    margin-left: 12px;
    padding: 0 0 0 1px;
    text-align: center;
    width: 30px;
}

.inv-head .ic-angle-left,
.header-main .ic-angle-left {
    cursor: pointer;
    font-size: 30px;
    line-height: 25px;
    margin: 0 12px 24px -42px;
    padding: 0;
}

.header-main .ic-angle-left {
    border-color: #fff;
    color: #fff;
    margin: 5px 12px 0 -42px;
}

.dropdown-track:hover,
.dropdown-toggle:hover,
.date-sel-text:hover {
    opacity: 0.7;
}

/*
.open .dropdown-track {
    background: #fff;
    border: 1px solid #f3f3f3;
    border-bottom: none;
    left: -13px;
    padding: 12px;
    position: absolute;
    top: -13px;
    width: 230px;
    z-index: 3;
}
*/

.dropdown-track-list.dropdown-custom {
    max-height: 316px;
    overflow: scroll;
    padding: 6px 0;
}

.open .dropdown-track-list {
    border-radius: 0 3px 3px 3px;
    left: -13px;
    position: absolute;
    top: 41px;
}

.dropdown-track-list.dropdown-custom > li > a {
    color: #636669;
    font-size: 15px;
    font-weight: 300;
    padding: 4px 20px;
}

.dropdown-income.dropdown-custom {
    left: 230px;
    padding: 12px 6px;
    top: 30px;
    width: 240px;
}

.dropdown-income.dropdown-custom > li {
    padding: 6px 0;
    width: 100%;
}

.btn-export {
    margin-top: 9px;
}

.track-sel,
.website-sel {
    float: left;
    min-height: 51px;
    /* min-width: 203px; */
    position: relative;
}

.website-sel.open {
    left: 150px;
    position: absolute;
    top: 3px;
}

.website-sel-text {
    color: #97989b !important;
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
    margin: 10px 0 0px 24px;
}

.website-sel-text p {
    float: left;
    margin-right: 6px;
}

.open .dropdown-toggle:hover {
    opacity: 1;
}

.dropdown-custom {
    background: #fff;
    border: 1px solid #f3f3f3;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    padding: 24px;
    position: absolute;
    z-index: 2;
}

.dropdown-custom.dropdown-menu:after,
.dropdown-custom.dropdown-menu:before {
    display: none;
}

.website-sel .dropdown-menu {
    left: 18px;
    top: 36px;
    width: 460px;
}

.website-sel-box label {
    color: #636669;
    font-size: 13px;
    line-height: 18px;
    width: 100%;
}

.website-sel-box .btn,
.website-sel-box .chosen-container {
    float: left;
}

.website-sel-box .btn {
    padding: 9px 12px;
}

.website-sel-box .chosen-container {
    margin-right: 10px;
    width: 318px !important;
}

.website-sel-box .chosen-container-multi .chosen-choices {
    background: #f8f8f8;
    border: 1px solid #e0e0e1;
}

.website-sel-box .chosen-container-multi .chosen-choices li.search-choice {
    background: #69cce7;
    border: none;
    color: #fff;
    margin: 3px 6px 3px 0;
    padding: 9px 24px 9px 9px;
}

.website-sel-box .chosen-container-multi .chosen-choices li.search-choice .search-choice-close,
.website-sel-box .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: 1px -27px;
    right: 6px;
    top: 10px;
}

.website-sel-box .chosen-container-multi .chosen-choices li.search-field input[type=text] {
    height: 36px;
}

.website-sel.open .website-sel-text {
    background: #fff;
    border: 1px solid #f3f3f3;
    border-bottom: none;
    display: block;
    left: -6px;
    margin-top: -6px;
    padding: 12px 12px 2px;
    position: absolute;
    z-index: 3;
}

.website-sel-all {
    color: #C0C1C3;
    font-size: 13px;
    letter-spacing: 0.25px;
    position: absolute;
    right: 116px;
    top: 26px;
}

.date-sel {
    margin-top: -9px;
    position: relative;
}

.date-sel.open {
    position: absolute;
    right: -2px;
    top: -17px;
}

.date-sel-head {
    cursor: pointer;
}

.date-sel.open .date-sel-head {
    background: #fff;
    border: 1px solid #f3f3f3;
    border-bottom: none;
    padding: 16px;
    position: absolute;
    right: 0;
    width: 210px;
    z-index: 3;
}

.date-sel.open .date-sel-dates {
    display: none;
}

.date-sel.open .dropdown-custom {
    top: 56px;
}

.date-sel-text {
    color: #43464b !important;
    display: block;
    font-size: 24px;
    line-height: 24px;
    text-align: right;
}

.date-sel-dates {
    color: #c0c1c3;
    font-size: 15px;
    margin: 6px 18px 0;
}

.date-sel .dropdown-custom {
    width: 550px;
}

.date-sel-box-text {
    color: #97989b;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
    width: 100%;
}

.date-sel-box .pull-left {
    width: 320px;
}

.date-sel-box ul {
    float: left;
    list-style: none;
    padding: 0;
}

.date-sel-box ul li {
    float: left;
    width: 150px;
}

.date-sel-box ul li:first-child {
    margin-right: 18px;
}

.date-sel-box ul li label {
    color: #C0C1C3;
    float: left;
    font-size: 11px;
    line-height: 12px;
    margin: 14px 0 6px;
    text-transform: uppercase;
    width: 100%;
}

.date-sel-box ul li input {
    background: #f8f8f8;
    border: 1px solid #f3f3f3;
    color: #c0c1c3;
    font-size: 15px;
    line-height: 18px;
    padding: 9px;
    width: 100%;
}

.date-sel-box .btn {
    float: right;
    margin-top: 48px;
    padding: 12px 30px;
}

.date-sel-box .pull-right {
    border-left: 1px solid #f3f3f3;
    padding-left: 24px;
    width: 150px;
}

.date-sel-list li {
    color: #97989b;
    cursor: pointer;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
}

.date-sel-list li.selected {
    color: #77bfe6;
    font-weight: 500;
}

/* ---------- Footer ---------- */

.foot-nav li {
    float: left;
    list-style: none;
    margin-right: 24px;
}

.foot-nav a {
    color: #97989b;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
}

.foot-nav .text-right {
    float: right;
    font-weight: 300;
}

.foot-nav li,
.foot-nav .text-right {
    margin-bottom: 18px;
    margin-top: 18px;
}

/* ---------- Graphic Custom Styles ---------- */

.c3-circle,
.c3-circle._expanded_ {
    fill: #fff !important;
    stroke-width: 3px !important;
}

.c3-circles-playsnew .c3-circle,
.c3-circles-playsnew .c3-circle._expanded_ {
    stroke: rgb(133, 178, 0);
}

.dash-main .c3-circle,
.dash-main .c3-circle._expanded_ {
    stroke: #CEE099;
}

.c3-circles-playtime .c3-circle,
.c3-circles-playtime .c3-circle._expanded_ {
    stroke: #77bfe6;
}

.c3-circles-playsret .c3-circle,
.c3-circles-playsret .c3-circle._expanded_ {
    stroke: #fdb990;
}

.c3-circles-achievements .c3-circle,
.c3-circles-achievements .c3-circle._expanded_ {
    stroke: #77bfe6;
}

.c3-circles-shared .c3-circle,
.c3-circles-shared .c3-circle._expanded_{
    stroke: rgb(133, 178, 0);
}

.c3-circles-comments .c3-circle,
.c3-circles-comments .c3-circle._expanded_ {
    stroke: #fdb990;
}

.c3-circles-favorite .c3-circle,
.c3-circles-favorite .c3-circle._expanded_ {
    stroke: #77bfe6;
}

.c3-circles-like .c3-circle,
.c3-circles-like .c3-circle._expanded_{
    stroke: rgb(133, 178, 0);
}

.c3-circles-dislike .c3-circle,
.c3-circles-dislike .c3-circle._expanded_ {
    stroke: #fdb990;
}

.c3-circles-minicoins .c3-circle,
.c3-circles-minicoins .c3-circle._expanded_ {
    stroke: rgb(133, 178, 0);
}

.c3-circles-income .c3-circle,
.c3-circles-income .c3-circle._expanded_ {
    stroke: rgb(133, 178, 0);
}

.c3-circles-other .c3-circle,
.c3-circles-other .c3-circle._expanded_ {
    stroke: #77bfe6;
}

.c3-circles-operations .c3-circle,
.c3-circles-operations .c3-circle._expanded_ {
    stroke: #fda874;
}

.c3-circles-ads .c3-circle,
.c3-circles-ads .c3-circle._expanded_ {
    stroke: #fda874;
}

.c3-lines {
    fill: transparent !important;
}

.c3-line {
    stroke-width: 3px;
}

.c3 path.domain {
    fill: none;
    stroke-width: 1px;
}

.c3-line.c3-line-profit {
    stroke: #cee099 !important;
    stroke-width: 3px;
}

.c3-line.c3-line-income {
    stroke: #cee099 !important;
    stroke-width: 3px;
}

.c3-line.c3-line-leads {
    stroke: #77bfe6 !important;
    stroke-width: 3px;
}

.c3-line.c3-line-impressions {
    stroke: #fda874 !important;
    stroke-width: 3px;
}

.c3-line.c3-line-operations {
    stroke: #fda874 !important;
    stroke-width: 3px;
}

.c3 path,
.tick line {
    stroke: #c0c1c3;
}

.c3-axis {
    font-weight: 300;
    fill: #c0c1c3 !important;
}

.c3-grid line {
    stroke: #eee !important;
}

.c3-xgrid-focus {
    stroke: #c0c1c3;
    stroke-width: 2px;
    stroke-dasharray: 5;
}

.c3-chart-arc path {
    stroke: #fff !important;
    stroke-width: 3px;
}

.c3-tooltip {
    background-color: #636669 !important;
    border-radius: 5px;
}

.c3-tooltip th {
    background-color: transparent !important;
    border: none;
    color: #f8f8f8 !important;
    font-size: 13px !important;
    font-weight: 300;
    line-height: 18px;
    padding: 6px 12px !important;
}

.c3-tooltip tr {
    border: none !important;
}

.c3-tooltip td {
    background-color: transparent !important;
    border: none !important;
    color: #e0e0e1 !important;
    font-size: 13px !important;
    font-weight: 300;
    line-height: 21px;
    padding: 0px 12px 6px !important;
}

.c3-tooltip-name-impressions td {
    padding-bottom: 12px !important;
}

.c3-tooltip td>span {
    border-radius: 10px;
    margin-right: 12px;
}
.chart-browser-2,
.gauge-chart {
    margin-top: 54px;
}

.chart-browser-2 p,
.gauge-chart p {
    color: #636669;
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 24px;
    text-align: center;
}

.chart-browser-2 .d3 .radial-svg,
.gauge-chart .d3 .radial-svg {
    display: block;
    margin: 0 auto;
    max-height: 150px;
    max-width: 150px;
}

.chart-browser-2 .d3 .label,
.gauge-chart .d3 .label {
    color: #636669;
    font-size: 30px;
    font-weight: 300;
}

.c3 .c3-legend-item text {
    font-size: 13px;
    line-height: 21px;
    fill: #636669;
}

/* --------- Tracking IDs ---------- */

.track-sec h2 {
    color: #636669;
    font-size: 30px;
    font-weight: 300;
    margin: 0 0 30px;
}

.track-table .btn {
    float: left;
    font-size: 15px;
    height: 30px;
    line-height: 13px;
    margin: 0;
    padding: 8px 4px 8px;
    text-align: center;
    width: 30px;
}

.table.mp td.track-table-ref {
    color: #97989b;
    font-size: 15px;
    padding: 15px 9px;
    text-align: center;
    /* width: 100px; */
}

.table.mp td.track-table-btns {
    /* width: 286px; */
    min-width: 134px;
}

.table.mp td.track-table-id {
    color: #636669;
    font-size: 15px;
    font-weight: 300;
    padding: 15px 9px;
    /* width: 220px; */
}

.track-table-desc {
    float: left;
    margin: 0;
    padding: 5px 0;
    width: 100%;
}

.track-table-desc .ic {
    float: right;
    margin-top: -6px;
}

/* ---------- Billing ---------- */

.bill-progress {
    background: #efeff0;
    border-radius: 20px;
    float: left;
    height: 12px;
    width: 300px;
}

.bill-progress div {
    background-color: #69cce7;
    border-radius: 20px;
    height: 12px;
    left: 0;
    top: 0;
}

.bill-progress.full div {
    background-color: #85B200;
}

.bill-left {
    color: #c0c1c3;
    float: left;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.3px;
    margin-top: 13px;
    width: 100%;
}

.bill-left span {
    font-size: 18px;
}

.bill-big-text {
    color: #43464b;
    font-size: 21px;
    font-weight: 300;
    line-height: 24px;
}

.bill-list .group-name {
    margin: 16px 0 18px;
}

.bill-id {
    color: #636669;
    font-size: 15px;
    font-weight: 500;
}

.bill-dates {
    color: #97989b;
    font-size: 15px;
    font-weight: 300;
}

.bill-dates-paid {
    color: #85b200;
}

.bill-amount {
    color: #636669;
    font-size: 18px;
    font-weight: 300;
}

.bill-status {
    border-radius: 5px;
    display: block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 12px;
    padding: 8px 18px;
    text-transform: uppercase;
}

.bill-status-pend {
    border: 2px solid #69cce7;
    color: #69cce7;
}

.bill-status-rev {
    border: 2px solid #FFC834;
    color: #FFC834;
}

.bill-status-rej {
    border: 2px solid #FD7073;
    color: #FD7073;
}

.bill-status-paid {
    border: 2px solid #85B200;
    color: #85B200;
}

.bill-labels .bill-status {
    float: left;
    font-size: 11px;
    margin-right: 12px;
    padding: 4px 9px;
}

.bill-list .btn {
    padding: 4px 12px;
}

.bill-list .table.mp td {
    line-height: 30px;
    padding: 12px;
}

.bill-list-pend {
    margin-top: 30px;
}

.table.mp .bill-totals td {
    background: #f0f1f3;
    border-right: 1px solid #ddd;
    border-top: 2px solid #ddd;
    color: #636669;
    font-weight: 700;
}

.table.mp .bill-totals td .bill-dates,
.table.mp .bill-totals td .bill-amount {
    font-weight: 700;
}

.inv-head .btn-xs {
    float: left;
    font-size: 18px;
    height: 36px;
    margin: -4px 10px 0;
    padding: 8px;
    width: 36px;
}

.inv-head .btn-info {
    font-size: 15px;
    margin: -4px 0 0;
    padding: 7px 18px 6px;
}

.inv-head .bill-status {
    float: left;
    font-size: 15px;
    margin-top: -4px;
    padding: 10px 18px;
}

.inv-head-list {
    float: left;
    list-style: none;
    padding: 0;
    width: 100%;
}

.inv-head-list li {
    float: left;
    margin-right: 50px;
}

.inv-head-list li .stats-num-sm {
    font-size: 30px;
}

.inv-head-list li .stats-num-pro {
    color: #85b200;
}

.stats-num-lt {
    font-size: 21px;
    font-weight: 300;
}

.inv-head-list-b {
    margin-top: 12px;
}

.inv-head-list-b li {
    margin-right: 40px;
}

.inv-comm textarea {
    height: 90px;
}

.inv-comments {
    list-style: none;
    padding: 0;
}

.inv-comment {
    background: #fff;
    border: 1px solid #e0e0e1;
    border-radius: 5px;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.inv-comment div {
    float: left;
    width: 100%;
}

.inv-comment-head {
    border-bottom: 1px solid #e0e0e1;
    letter-spacing: 0.25px;
    padding: 15px;
}

.inv-comment-head .bill-status {
    font-size: 11px;
    padding: 4px 9px;
}

.inv-comment-user {
    color: #636669;
    font-size: 15px;
    font-weight: 500;
}

.inv-comment-date {
    color: #C0C1C3;
    font-size: 13px;
    font-weight: 300;
}

.inv-comment-box {
    padding: 15px 15px 5px;
}

.hidden-row {
    display: none;
}

.table.mp tr.show-hidden-rows td {
    background: #ddd;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
}

.table.mp tr.show-hidden-rows td:hover {
    background: #eee;
    color: #c0c1c3;
}

/* ---------- Integration ---------- */

.integ-nav {
    border-bottom: 1px solid #E0E0E1;
    float: left;
    list-style: none;
    margin: 20px 0 30px;
    padding: 0;
    width: 100%;
}

.integ-nav li {
    float: left;
    margin-right: 30px;
}

.integ-nav li a {
    color: #97989B;
    float: left;
    font-size: 15px;
    font-weight: 300;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.integ-nav li a.integ-sel {
    border-bottom: 4px solid #69CCE7;
    color: #43464B;
    font-weight: 700;
    padding-bottom: 16px;
}

.integ-form-box .group-name {
    margin: 15px 0 6px 12px;
}

.integ-form {
    float: left;
    list-style: none;
    margin-top: 20px;
    padding: 0;
    width: 100%;
}

.integ-form li {
    margin-bottom: 12px;
}

.integ-form li label,
.modal-body .control-label {
    color: #97989b;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 6px;
    width: 100%;
}

.integ-form li label span {
    color: #C0C1C3;
    font-size: 13px;
}

.integ-form li p {
    color: #97989b;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    margin: 0;
}

.integ-form li p span {
    color: #686B71;
}

.integ-adv,
.integ-adv:focus,
.integ-adv:active {
    color: #77BFE6;
    float: left;
    font-size: 15px;
    font-weight: 300;
}

.integ-adv:hover {
    color: #77BFE6;
}

.integ-form-box .group-sel {
    padding: 0 0 0 12px;
}

.wid-sel-cont {
    float: left;
    position: relative;
}

.wid-dropdown {
    background: #f8f8f8;
    border: 1px solid #e0e0e1;
    border-radius: 5px;
    cursor: pointer;
    float: left;
    margin-bottom: 20px;
    margin-left: 12px;
    padding: 12px;
}

.wid-name {
    color: #43464b;
    float: left;
    font-weight: 300;
    padding-right: 10px;
    width: 230px;
}

.wid-size {
    color: #97989b;
    font-size: 13px;
    font-weight: 300;
}

.wid-dropdown-list {
    left: 12px;
    width: 324px;
}

.wid-dropdown-list li {
    cursor: pointer;
    padding: 12px;
}

.wid-dropdown-list li:hover {
    background-color: #f2fafd;
}

.wid {
    background-image: url(../img/widgets_sprite.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
}

.wid-img_land {
    background-position: -10px -10px;
    height: 40px;
    left: -2px;
    top: 30px;
    width: 128px;
}

.wid-img_link_land {
    background-position: -158px -10px;
    height: 54px;
    top: 25px;
    width: 128px;
}

.wid-img_link_vert {
    background-position: -306px -10px;
    height: 100px;
    left: 34px;
    width: 60px;
}

.wid-img_sq {
    background-position: -10px -84px;
    height: 88px;
    top: 10px;
    width: 128px;
}

.wid-img_tit_land {
    background-position: -158px -84px;
    height: 50px;
    left: -1px;
    top: 30px;
    width: 128px;
}

.wid-img_tit_link_land {
    background-position: -158px -154px;
    height: 54px;
    top: 30px;
    width: 128px;
}

.wid-img_tit_link_sq {
    background-position: -10px -228px;
    height: 102px;
    width: 128px;
}

.wid-img_tit_link_vert {
    background-position: -306px -130px;
    height: 100px;
    left: 34px;
    width: 60px;
}

.wid-img_tit_sq {
    background-position: -158px -228px;
    height: 88px;
    top: 10px;
    width: 128px;
}

.wid-img_tit_vert {
    background-position: -306px -250px;
    height: 86px;
    left: 34px;
    width: 60px;
}

.wid-img_vert {
    background-position: -386px -10px;
    height: 86px;
    left: 34px;
    width: 60px;
}

.wid-list {
    background-position: -10px -356px;
    height: 100px;
    width: 148px;
}

.wid-img_banner {
    background-position: -306px -10px;
    height: 40px;
    left: 31px;
    top: 22px;
    width: 60px;
}

.wid-type {
    list-style: none;
    padding: 0;
}

.wid-type li {
    cursor: pointer;
    float: left;
    height: 125px;
    position: relative;
    text-align: center;
    width: 125px;
}

.wid-type li:hover {
    opacity: 0.7;
}

.wid-selected {
    background: #F2F7E5;
    border: 1px solid #BBD472;
    border-radius: 5px;
}

.wid-type li span {
    bottom: 18px;
    color: #97989B;
    font-size: 11px;
    left: 0;
    position: absolute;
    width: 100%;
}

.wid-type li .wid-img_banner + span {
    bottom: 26px;
}

.wid-type li span.name-hint {
    bottom: -14px;
    font-size: 10px;
}

.wid-type li span.wid-style {
    border: 1px solid #E0E0E1;
    border-radius: 2px;
    color: #636669;
    font-size: 15px;
    height: 30px;
    left: 48px;
    line-height: 12px;
    padding: 9px;
    top: 40px;
    width: 30px;
}

.wid-type li span.wid-style-dark {
    background: #43464B;
    border: none;
    color: #fff;
}

.wid-type li span.wid-style-light {
    background: #F8F8F8;
}

.wid-type li span.wid-style-trans {
    background: #fff;
}

.wid-preview {
    background: #f3f3f3;
    border-radius: 4px 0 0 4px;
    border-right: 1px solid #e0e0e1;
    min-height: 540px;
    overflow: auto;
    padding: 15px;
}

.wid-no-pad {
    border: 1px solid #e0e0e1;
    padding: 0;
}

.wid-preview .group-name {
    margin-bottom: 30px;
}

.wid-sel-box {
    margin: 72px 0 0 48px;
    width: 450px;
}

.wid-sel-box .pull-left {
    width: 300px;
}

.wid-sel-name {
    color: #636669;
    font-size: 21px;
    font-weight: 300;
    line-height: 24px;
    margin: 0;
}

.wid-sel-name-info,
.wid-sel-data {
    color: #cbccce;
    font-size: 15px;
    font-weight: 300;
}

.wid-sel-box pre {
    width: 450px;
}

.wid-sel-box .text {
    font-size: 13px;
}

.int-doc .group-name {
    margin: 30px 0 18px;
}

.int-doc .prettyprint,
.wid-sel-box pre xmp {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 10pt;
    line-height: 24px;
    word-break: break-word;
}

.int-doc .str {
    color: #85B200;
}

.int-doc .pln {
    color: #636669;
}

.int-doc .kwd {
    color: #3AB2D3;
}

.int-doc .typ {
    color: #AC5DD4;
}

.int-doc .pun,
.int-doc .opn,
.int-doc .clo {
    color: #C0C1C3;
}

.int-doc .com {
    color: #BD1D1D;
}

.int-doc .tag {
    color: #6993E7;
}

.int-list-group .list-group-item {
    float: left;
    width: 100%;
}

.int-list-group .list-group-item a {
    color: #69CCE7;
    font-size: 21px;
    margin: 14px 24px;
}

.int-list-group .bill-status {
    margin: 6px;
    padding: 12px;
    text-align: center;
    width: 150px;
}

.int-list-apps li {
    text-align: center;
}

.int-list-apps li .col-md-3 {
    padding: 30px;
}

.int-list-apps li span {
    font-size: 30px;
}

.int-list-apps li .ic-apple {
    color: #b96fde;
}

.int-list-apps li .ic-android {
    color: #85b200;
}

.int-list-apps li p {
    font-size: 15px;
    margin: 0;
}

.int-list-apps li textarea {
    margin-top: 15px;
}

/* ---------- Settings ---------- */

.btn-cent {
    display: block;
    margin: 18px auto 0;
}

.set-pre-name {
    color: #C0C1C3;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0;
}

.set-name {
    color: #76797C;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 24px;
}

/* ---------- Empty States ---------- */

.empty-table {
    background: #fff;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    color: #97989b;
    font-size: 18px;
    font-weight: 300;
    padding: 72px;
    text-align: center;
    width: 100%;
}

.dash-empty {
    color: #97989b;
    height: 285px;
}

.dash-empty .ic {
    color: #c0c1c3;
    float: left;
    font-size: 72px;
    margin: 72px 235px 18px;
}

.chart-empty .ic {
    font-size: 120px;
    line-height: 90px;
    margin: 72px 484px 18px;
}

.dash-empty p {
    float: left;
    font-size: 18px;
    font-weight: 300;
    margin: 30px 0 0;
    text-align: center;
    width: 100%;
}

.chart-empty p {
    margin: 30px 0;
}

/* --------- Register ---------- */

.register-box,
.login-box {
    border-color: #E0E0E1;
    margin-top: 30px;
}

.register-box .group-name,
.login-box .group-name {
    color: #43464B;
    font-size: 21px;
    text-align: center;
}

.login-box .group-name {
    margin-bottom: 30px;
}

.register-box .text,
.login-box .text {
    text-align: center;
}

.user-register footer,
.page-login footer,
.user-password-reset footer {
    display: none;
}

.register-box .btn {
    margin: 6px auto 12px;
    width: 210px;
}

.register-box .integ-form li p {
    text-align: center;
}

.integ-form .col-md-12 .col-md-6:first-child {
    padding-left: 0;
}

.error {
    border-color: #FD7073;
    color: #FD7073;
}

div.error {
    font-size: 13px;
    margin-top: 6px;
}

.register-wait {
    display: block;
    margin: 30px auto;
    text-align: center;
}

@media (min-width: 992px) {
    .register-wait {
        margin: 30px 120px;
    }
}

@media (min-width: 1200px) {
    .register-wait {
        margin: 90px 171px 30px;
    }
}

.register-wait-text {
    color: #C0C1C3;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 75px;
    text-align: center;
}

.register-box .alert,
.login-box .alert {
    margin-bottom: 60px;
}

.register-box .alert .ic,
.login-box .alert .ic {
    margin: 0;
}

.register-box .alert div span,
.login-box .alert div span {
    margin-top: 7px;
}

.login-logo {
    display: block;
    margin: 36px auto 30px;
    width: 46px;
}

.login-logo * {
    height: 76px;
    margin: 0 auto;
    width: 40px;
}

/* ---------- New game ---------- */

.new-game-box {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.new-game {
    padding: 36px 0 48px;
    text-align: center;
}

.new-game-box h2 {
    letter-spacing: -1px;
}

.new-game .ic {
    font-size: 60px;
}

.new-game p {
    font-size: 24px;
    font-weight: 500;
    margin-top: 20px;
}

.new-game-html5 .ic,
.new-game-html5 p {
    color: #FC9300;
}

.new-game-flash .ic,
.new-game-flash p {
    color: #DC4C15;
}

.new-game-unity .ic,
.new-game-unity p {
    color: #000;
}

/* ---------- Support ---------- */

.support-box.jumbotron {
    background-color: #69CCE7;
    padding: 40px;
}

.support-box .ic {
    border: 5px solid #fff;
    border-radius: 100px;
    color: #fff;
    display: block;
    font-size: 72px;
    height: 130px;
    line-height: 120px;
    margin: 0 auto;
    text-align: center;
    width: 130px;
}

.support-box .ic-invoice {
    padding-left: 10px;
}

.support-box.jumbotron h3 {
    color: #fff;
    font-weight: 300;
}

.support-box.jumbotron p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 30px;
    min-height: 64px;
}

/* ---------- Games ---------- */

.game-img-box {
    background: #c0c1c3;
    height: 180px;
    margin: -15px 25px -15px -15px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 171px;
}

.game-img-box img {
    height: 180px;
    left: -45px;
    position: absolute;
    top: 0;
}

.game-tit .stats-tit {
    font-weight: 300;
    line-height: 18px;
    margin: 5px 10px 5px 0;
    -webkit-font-smoothing: antialiased;
}

.game-tit {
    margin-top: 10px;
}

.game-tit .btn-info {
    margin: 0 -10px 0 0;
}

.game-list-stats {
    margin-top: 10px;
}

.game-list-stats .stats-head {
    margin-bottom: 3px;
}

.game-list-stats .stats-num-sm {
    margin-right: 20px;
    width: auto;
}

.game-list-stats .col-md-3:first-child {
    padding-left: 0;
}

.same {
    color: #FFC834;
    font-weight: 700;
}

.label-warning .same {
    color: #fff;
}

.game-data {
    background: #f3f3f3;
    bottom: 0;
    height: 36px;
    left: 196px;
    margin: 0 0px 0 -25px;
    padding: 8px 40px 9px;
    position: absolute;
    width: 85%;
}

.game-data ul {
    float: left;
    margin: 0;
    padding: 0;
}

.game-data ul li {
    float: left;
    list-style: none;
    margin-right: 30px;
}

.game-data span {
    color: #636669;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    vertical-align: text-top;
}

.game-data span.ic {
    font-size: 18px;
    margin-right: 6px;
    margin-top: -1px;
}

.game-data-flash span {
    color: #DC4C15;
}

.game-data-unity span {
    color: #000;
}

.game-data-html5 span {
    color: #FC9300;
}

.container-chunk.unpublished {
    background-color: #f3f3f3;
    border-color: #E0E0E1;
}

.container-chunk.unpublished .game-data {
    background-color: #E0E0E1;
}

.unpublished .game-img-box {
    background-color: #69CCE7;
}

.game-img-box.no-img .ic {
    color: #fff;
    float: left;
    font-size: 90px;
    margin: 39px 30px;
}

/* ---------- Error Pages ---------- */

.special-404 .container-chunk {
    background: url(../../media/error.png) no-repeat center 60px #fff;
    padding: 540px 0 60px;
}

/* ---------- Modal Boxes ---------- */

.modal-title {
    color: #43464B;
    font-size: 21px;
    font-weight: 300;
    padding: 24px 0 12px;
    text-align: center;
}

.modal-body .control-label {
    text-align: left;
}

.modal-footer {
    border: none;
}

/* ---------- Terms and conditions ---------- */

.terms-box h3 {
    color: #3a3d41;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    margin: 54px 0 18px;
}

.terms-box h4 {
    color: #636669;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin: 30px 0 18px;
}

.terms-box .text {
    line-height: 28px;
    margin-bottom: 18px;
}

.terms-box .text span {
    color: #636669;
}

/* ---------- Custom Register Form ---------- */

.reg-container {
    width: 1170px;
}

.form-register {
    background: #fff;
    border: 1px solid #E0E0E1;
    border-radius: 4px;
    box-sizing: border-box;
    margin-left: 25%;
    margin-top: 30px;
    padding: 15px;
    width: 50%;
}

.form-register li {
    margin-bottom: 12px;
    padding-left: 15px;
    padding-right: 15px;
}

.form-register .header {
    display: none;
}

.form-register label,
.form-register .intext {
    color: #97989b;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 6px;
}

.form-register input[type="text"],
.form-register input[type="password"] {
    background: #f8f8f8;
    border-color: #e0e0e1;
    border-radius: 6px;
    box-sizing: border-box;
    color: #76797C;
    font-size: 18px;
    font-size: 18px;
    height: 46px;
    line-height: 1.33;
    padding: 10px 16px;
    width: 65%;
}

.form-register .switch-genre,
.form-register .terms {
    background-color: #f8f8f8;
}

.form-register .terms {
    height: 90px;
    margin: 0 15px;
    padding: 0 12px;
}

.form-register .state-access .intext,
.form-register .switch,
.form-register .placeholder label {
    margin-left: 15px;
}

.form-register .buttons-wrapper {
    box-sizing: border-box;
    float: left;
    padding: 20px 15px 0;
    width: 100%;
}

.form-register .buttons-wrapper .btn {
    margin: 0 2% 0 0;
    width: 46%;
}

.form-register .btn-black#sendRegistration {
    background-color: #85B200;
}

.form-register .tooltip-hint.error {
    color: #fff;
}

/* ---------- Media Queries ---------- */

@media (max-width: 768px) {

    .track-sel,
    .website-sel,
    .date-sel,
    .col-md-2.text-right,
    .bill-box .col-md-6,
    .bill-box .col-md-3 {
        float: left;
        width: 100%;
    }

    .dash-stats .col-md-3 {
        float: left;
        margin: 12px 0 18px;
        text-align: center;
    }

    .dash-stats .btn-info,
    .dash-stats .label {
        float: none;
    }

    .dash-main .table {
        min-height: 10px;
    }

    .dash-empty .ic {
        margin: 72px 143px 18px;
    }

    .dash-tit {
        font-size: 18px;
        padding: 15px 0 30px 15px;
    }

    .game-tit .btn-info {
        float: left !important;
        margin: 20px 5% 0 0;
        padding: 12px 5px;
        width: 100%;
        width: 34%;
        font-size: 12px;
    }

    .dropdown-edit {
        float: right !important;
        margin-top: 20px;
        padding: 12px 18px;
        width: 22%;
        font-size: 12px;
    }

    .stick {
        position: relative;
        top: auto;
    }

    .stick-pad, .js-stats-first {
        padding-top: 24px;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-inverse .navbar-nav > li > a {
        float: right;
        margin: -54px 0 0;
    }

    .navbar-nav .open .dropdown-menu {
        background: #2f3237;
        padding: 12px 0;
        position: absolute;
        right: 0;
        top: -18px;
        width: 100%;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        padding: 12px 15px 12px 25px;
    }

    .nav-user-name {
        display: none;
    }

    .header-main-nav-but {
        color: #fff;
        display: block;
        float: right;
        font-size: 24px;
        line-height: 24px;
        position: absolute;
        right: 24px;
        top: 90px;
    }

    .header-main-nav li {
        margin: 0;
        width: 100%;
    }

    .header-main-nav li a {
        margin-bottom: 12px;
        padding-bottom: 10px;
        width: 100%;
    }

    .sticky-nav {
        display: none;
    }

    .sticky-nav.show-nav {
        display: block;
    }

    .btn-newid {
        margin: 0 0 24px;
        width: 100%;
    }

    .dash-main .col-md-6 {
        width: 100%;
    }

    .col-stats {
        padding: 0 9px;
        width: 50%;
    }

    .stats-num,
    .stats-num-sm {
        font-size: 24px;
        line-height: 30px;
    }

    .game-list-stats .stats-num-sm {
        margin: 0;
        width: 100%;
    }

    .col-stats:first-child .stats-num-sm {
        font-size: 36px;
        line-height: 42px;
    }

    .label-trans {
        font-size: 18px;
        width: 100%;

    }

    .group-sel {
        margin-top: 0;
    }

    .group-sel li {
        margin: 0;
        padding: 8px 0 8px 24px;
        width: 50%;
    }

    .group-sel li:first-child {
        width: 100%;
    }

    .table.mp td,
    .bill-amount,
    .bill-id,
    .bill-dates {
        font-size: 13px;
    }

    .td-main {
        width: auto;
    }

    .website-sel-text {
        margin: 0;
    }

    .date-sel-text {
        text-align: left;
    }

    .date-sel-dates {
        margin: 6px 0 0;
    }

    .btn-export {
        padding: 12px;
        width: 100%;
    }

    .header-main h1 {
        font-size: 30px;
        letter-spacing: 0.5px;
        margin: 12px 0;
    }

    .dropdown-track,
    .inv-id {
        font-size: 21px;
    }

    .dropdown-track .ic,
    .inv-head .ic-angle-left {
        height: 27px;
        line-height: 24px;
        padding: 0;
        width: 27px;
    }

    .inv-head .ic-angle-left {
        font-size: 21px;
        line-height: 21px;
        margin-left: 0;
    }

    .table.mp tr.show-hidden-rows td {
        text-align: left;
    }

    .date-sel .dropdown-custom {
        width: 100%;
    }

    .date-sel.open,
    .website-sel.open {
        left: 0;
        position: relative;
        top: 0;
    }

    .date-sel.open .date-sel-head {
        position: relative;
        width: 100%;
    }

    .website-sel.open .website-sel-text {
        width: 100% !important;
    }

    .date-sel-box .pull-left {
        width: 50%;
    }

    .date-sel-box .btn {
        margin: 20px 0 0 10px;
    }

    .website-sel .dropdown-menu {
        left: -6px;
        position: relative;
        top: 36px;
        width: 100%;
    }

    .website-sel .dropdown-custom {
        padding: 6px 18px 18px;
    }

    .website-sel-all {
        right: 32px;
        top: 9px;
    }

    .website-sel-box .btn {
        float: right;
        margin: 12px 14px 0 0;
    }

    .website-sel.open .website-sel-text {
        padding: 15px 18px 2px;
    }

    .chart-carrier-2,
    .chart-browser-2 {
        display: none;
    }

    .bill-labels .col-md-3 {
        float: left;
        margin-bottom: 18px;
        width: 100%;
    }

    .stats-head {
        float: left;
        margin-top: 18px;
        width: 100%;
    }

    .inv-head .btn-info {
        margin: 0px 0 18px;
        width: 100%;
    }

    .foot-nav li {
        margin: 0px 0 12px;
        padding-right: 0;
        text-align: center;
        width: 100%;
    }

    .foot-nav .text-right {
        text-align: center;
        width: 100%;
    }

    .header-main .ic-angle-left {
        margin-left: 0;
    }

    .support-boxes .col-md-4 {
        width: 100%;
    }

    .game-list-stats {
        float: left;
        text-align: center;
        width: 100%;
    }

    .game-img-box {
        float: left;
        height: 40px;
        margin: 12px 18px 0 15px;
        width: 60px;
    }

    .game-img-box img {
        height: 40px;
        left: 0;
        width: 60px;
    }

    .game-data {
        float: left;
        height: auto;
        left: 0;
        margin: 20px 0 0;
        position: relative;
        width: 100%;
    }

    .game-data ul {
        width: 100%;
    }

    .game-data ul li {
        margin: 9px 0;
        width: 100% !important;
    }

    .alert div {
        width: 80%;
    }

    .alert div p {
        font-size: 15px;
    }

    .alert div span {
        font-size: 13px;
    }

    .alert .btn-alert {
        float: left !important;
        margin-left: 60px;
        margin-top: 14px;
        padding: 18px 36px;
    }

    .game-tit .stats-tit {
        height: 42px;
        line-height: 21px;
        margin: 0 !important;
        width: 73%;
    }

    .game-img-box.no-img .ic {
        font-size: 36px;
        margin: 0;
    }

    .unpublished .game-img-box {
        padding: 2px 13px;
    }

    .date-sel {
        margin-bottom: 20px;
    }

}

@media (min-width: 769px) and (max-width: 991px) {

    .dash-stats .col-md-3,
    .bill-box .col-md-3 {
        float: left;
        width: 50%;
    }

    .col-stats {
        width: 33%;
    }

    .support-boxes .col-md-4 {
        width: 100%;
    }

    .game-img-box {
        float: left;
        margin: -15px 20px -15px -15px;
        width: 16.66666667%;
    }

    .game-tit,
    .game-list-stats {
        width: 80%;
        float: left;
        margin: 0;
    }

    .game-tit .stats-tit {
        width: 100%;
        margin-bottom: 11px;
    }

    .game-list-stats {
        margin-top: 12px;
    }

    .game-list-stats .col-xs-6 {
        width: 25%;
    }

    .game-img-box {
        height: 200px;
    }

    .game-img-box.no-img .ic {
        font-size: 60px;
        margin: 70px 15px;
    }

    .game-data {
        left: 140px;
        width: 84%;
    }

    .alert div {
        max-width: 90%;
    }

    .alert div .btn-alert {
        float: left !important;
        margin: 10px 0 0 62px;
    }

}

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

    .game-tit,
    .game-list-stats {
        width: 80%;
    }

    .game-data {
        width: 81.8%;
    }

    .alert div {
        max-width: 68%;
    }

}

@media (min-width: 769px) {

    /* ---------- Dashboard Table when less than 2 elements ---------- */

    .dash-main .table.mp.few td {
        border-bottom: none;
        float: left;
        text-align: center;
        width: 100%;
    }

    .dash-main .table.mp.few.one tr {
        float: left;
        width: 100%;
    }

    .dash-main .table.mp.few.two tr {
        float: left;
        width: 50%;
    }

    .dash-main .table.mp.few.two tr:nth-child(2) {
        border-left: 1px solid #f3f3f3;
    }

    .dash-main .table.mp.few .td-main {
        font-size: 24px;
        padding-top: 30px;
    }

    .dash-main .table.mp.few .td-main img {
        float: left;
        width: 78px;
    }

    .dash-main .table.mp.few.one .td-main img {
        margin: 12px 227px 21px;
    }

    .dash-main .table.mp.few.two .td-main img {
        margin: 12px 90px 21px;
    }

    .dash-main .table.mp.few .td-main .ic-bookmark {
        float: left;
        font-size: 48px;
        margin: 15px 115px 24px;
    }

    .dash-main .table.mp.few.one .td-main .ic-bookmark {
        margin: 15px 253px 24px;
    }

    .dash-main .table.mp.few .td-amount {
        font-size: 30px;
        padding: 0;
    }

    .dash-main .table.mp.few .td-perc {
        padding-bottom: 42px;
    }

    .dash-main .table.mp.few .td-perc-text {
        font-size: 18px;
    }

    .dash-main .table.mp.few .td-perc .dropup .caret,
    .dash-main .table.mp.few .td-perc .caret {
        float: none;
        margin: 0;
    }

}