

/*
 * Base structure
 */

/*html {*/
    /*height: 100%;*/
    /*width: 100%;*/
/*}*/

/* match backgrounds */


/* can't assume only one "header" in HTML5 */
.header-top {
    /* pin to top - 0 is default */
    position: fixed;
    /* raise z-index to cover */
    z-index: 1;
    /* cover full width when zoomed */
    width: 100%;
    color: white;
}

/* match widths, margins & padding */
.page-wrap, .header-wrap {
    width: 100%;

    margin: 0 auto;
    /* separate content from window edge --
       here (not on body) to work with fixed header */
    padding: 0 10px; }

.header-top-hidden {
    visibility: hidden; }

html {
    margin:0;
    padding:0;
    width: 100%;
    height:100%;

    overflow-x:hidden!important;
}

body {
    font-family:"Swiss 721","Arial","Helvetica Neue",Helvetica,Arial,sans-serif;

    /*background-color:#fff;*/
    background-color:white !important;
    /*font-size: 1.6em;*/
    color: #003332;

    margin:0;
    padding:0;
    height:100%;
    width:100%;
    font-size: 14px;
}


.button
{
    padding: 10px;
    border: 1px solid #003332;
    color: #003332 !important;
}

.button a:active a:hover
{
    color: #003332 !important;
}

h2 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 2em;
    color: #003332 !important;

    padding-left: 3px;
}
h3{
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #338F92 !important;
    font-size: 1.3em;
    font-family:"Swiss 721","Arial","Helvetica Neue",Helvetica,Arial,sans-serif;
    padding-left: 5px;
    line-height: 1.5em;
}

h4{

    font-size: 1.3em;
    font-family:"Swiss 721","Arial","Helvetica Neue",Helvetica,Arial,sans-serif;


}

select
{
    width: 100%;
    font-family:"Swiss 721","Arial","Helvetica Neue",Helvetica,Arial,sans-serif;
    height: 2em;
    border: 1px solid #003332;
    color: #003332;
    font-size: 1.2em;
}

input
{
    height: 1.5em;
    border: 1px solid white;
    color: #003332;
}

label{
    font-family:"Swiss 721","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
color: white;
font-weight: normal;

}

.hpanel
{
    margin: 5px !important;

}
/*body {*/
    /*background-color: #e7e3e3;*/

    /*height: 100%;*/
    /*width: 100%;*/
    /*padding-bottom: 100px;*/

    /*font-family: 'Arial';*/
    /*font-size: 16px;*/
    /*text-align: left;*/
    /*text-shadow: 0 1px 1px rgba(0, 0, 0, .5);*/
/*}*/

@media (max-width: 768px) {
    body {
        font-size: 14px;
    }
}

a {
    text-decoration: none;
}

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

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

.clearfix {
    clear: both;
}

.wrap {
    width: 98%;
    /*width: 940px;*/
    margin: 12px auto;
    /*margin: 4em auto;*/
    z-index: 1;
}

div {
    padding-left: 0px;
    padding-right: 0px;
}

nav {
    /*background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#ccc));*/
    /*background-image: linear-gradient(#fff, #ccc);*/
    /*border-radius: 6px;*/
    /*box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.4);*/
    /*padding: 0 10px;*/
    /*position: relative;*/
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    color: white;
    background-color: black;
}
.navbar-inverse
{
    background-color: #003332 !important;

    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
}

.footer{

    width: 100%;
    height: 150px;
    background-color: #080808;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    text-decoration: none;
    color: white;
    background-color: #003332;
}

.sub-menu {
    background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#ccc));
    background-image: linear-gradient(#fff, #ccc);
    border-radius: 6px;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.4);
    padding: 0 10px;
    position: relative;
}

/*nav ul {*/
/*display:inline-block;*/
/*list-style:none;*/
/*}*/
.custom-li {
    text-decoration: none;
    list-style: none;
}

.menu li {
    float: left;
    position: relative;
    text-decoration: none;
    list-style: none;
}

.menu li a {
    color: #444;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 12px;
    margin: 8px 8px;
    vertical-align: middle;
    text-decoration: none;
    list-style: none;
}

.menu li a:hover {
    background: -webkit-gradient(linear, center top, center bottom, from(#ededed), to(#fff));
    background-image: linear-gradient(#ededed, #fff);
    border-radius: 12px;
    box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    color: #222;
}

/* Dropdown styles */

.menu ul {
    position: absolute;
    left: -9999px;
    list-style: none;
    opacity: 0;
    transition: opacity 1s ease;
    z-index: 1;
    text-decoration: none;
    /*list-style: none;*/
}

.menu ul li {
    float: none;
    text-decoration: none;
    /*list-style: none;*/
}

.menu ul a {
    white-space: nowrap;
    text-decoration: none;
    /*list-style: none;*/
}

/* Displays the dropdown on hover and moves back into position */
.menu li:hover ul {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 0 0 6px 6px;
    box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.4);
    left: 5px;
    opacity: 1;
}

/* Persistant Hover State */
.menu li:hover a {
    background: -webkit-gradient(linear, center top, center bottom, from(#ccc), to(#ededed));
    background-image: linear-gradient(#ccc, #ededed);
    border-radius: 12px;
    box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    color: #222;
}

.menu li:hover ul a {
    background: none;
    border-radius: 0;
    box-shadow: none;
}

.menu li:hover ul li a:hover {
    background: -webkit-gradient(linear, center top, center bottom, from(#eee), to(#fff));
    background-image: linear-gradient(#ededed, #fff);
    border-radius: 12px;
    box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.3);
}

/*Overriding Styles*/
h1, h2, h3, h4, h5 {
    color: #003332;
    /*color: #B3ADAD;*/
    /*color: #BFBABA;*/
    /*color: #786F6F;*/
    text-align: left;
}

.game-h2 {
    color: black;
    font-size: 1.5em;
}

.game-bendwrist {
    font-family: fantasy;
    color: #A22323;
    font-size: 2.0em;
    border: black;
    border-color: brown;
    border-style: groove;
    padding: 4px;
}

td, th {
    padding: 10px;
}

.left-navigation-panel {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 904;
    padding-left: 10px;
    padding-right: 10px;
}

.menu-panel {
    width: 100%;
    /*position: absolute;*/
    z-index: 904;
    padding-left: 20px;
    padding-right: 20px;
}

.base-panel {
    margin-right: 10px;
}

.custom-table {
    width: 100%;
}

/**
 * Text Slider Directive - CSS
 **/
.text-size-slider {
    line-height: 100%;
    font-size: 12px;
    display: flex;
}

.text-size-slider .small-letter, .text-size-slider .big-letter {
    font-weight: bold;
}

.text-size-slider .slider {
    -webkit-appearance: none;
    margin: 0 8px;
}

.text-size-slider .slider:focus {
    outline: none;
}

.text-size-slider .slider::-webkit-slider-thumb {
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    background-color: darkslateblue;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-top: -6px;
}

.text-size-slider .slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background-color: darkgray;
    /*background: white;*/
    border: 0;
}

.user-input-error {
    text-align: center;
    color: red;
    /*background-color: #9cb4c5;*/
    padding: 10px;
    /*border-radius: 4px;*/
    font-size: 16px;
}

.input-error {
    border-width: 1px;
    border-radius: 4px;
    border-style: solid;
    border-color: red;
}

.input-normal {
    border-width: 1px;
    border-radius: 4px;
    border-style: solid;
    border-color: black;
}

.angular-google-map-container {
    height: 800px;
    width: 100%
}

.MyStyle {
    background-color: black;
}

.angular-google-map-container {
    height: 400px !important;
    width: 800px;
    border: 1px solid black;
}

.box-shadow--3dp {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12);
}

tr > td {
    padding-bottom: 6px;
}

input[type=checkbox] {
    display: none;
}

/* to hide the checkbox itself */

input[type=checkbox] + label:before {
    font-family: FontAwesome;
    display: inline-block;
    margin-top: 3px;
}

input[type=checkbox] + label:before {
    content: "\f096";
}

/* unchecked icon */

input[type=checkbox] + label:before {
    letter-spacing: 10px;
}

/* space between checkbox and label */

input[type=checkbox]:checked + label:before {
    content: "\f046";
}

/* checked icon */

input[type=checkbox]:checked + label:before {
    letter-spacing: 5px;
}

.awesome-marker i {
    font-size: 22px;
    margin-top: 8px;
}

hr {
    margin-top: 0px;
    margin-bottom: 0px;
}

.blue {
    padding-top: 5px;
    height: 80px;
}

.red {
    height: 80px;
    padding-top: 14px;
}

.green {
    height: 80px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 5px 7px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
    border-top-left-radius: 25px !important;
    border-width: 0px;
}

.btn-circle.btn-md {
    width: 35px;
    height: 35px;
    padding: 7px 7px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 18px !important;

    border-width: 0px;
}

.search-input {
    border-radius: 20px !important;
}

.search-button {
    border-radius: 20px !important;
}

.leaflet-control-layers-toggle {
    display: none;
}

.btn {
    border: none !important;
    border-width: 0px;
}

.btn-filter:hover {
    background-color: inherit;
}

.btn-filter:focus:active {
    background-color: #786F6F;
}

.btn-filter {
    text-align: left !important;
    border-radius: 0px !important;
    font-family: arial;
    font-size: 1em;
    margin-left: 0px !important;
}

.active.btn-filter, .btn-filter:active {
    background-color: #786F6F;
}

#Menu a {
    display: block;
    Width: 100%;
    color: black !important;
    font-family: Arial;
}

#Menu .fa {
    color: #cccccc;
}

.btn {
}

.angular-leaflet-map {
    height: 800px;
    width: 100%;
}

.leaflet-control-layers.leaflet-control {
    display: none;
}

.accordianHeader {
    background: white;
    color: black;
}

.panel-heading {
    color: black !important;
    background: white !important;
    border: none !important;
    text-decoration: none;
}

.panel-heading a:link {
    text-decoration: none;
}

.panel-heading {
    padding-left: 0px;
}

.panel-title a {
    text-decoration: none;
}

.panel-title a:link {
    color: black !important;
    text-decoration: none;
}

.panel-title a:visited {
    text-decoration: none;
    color: black;
}

.panel-title a:hover {
    text-decoration: none;
    color: black !important;
}

.panel-title a:active {
    text-decoration: none;
    color: black !important;
}

.panel-title {
    font-size: 1em;
    color: black;
}

.panel {
    border: none !important;
    box-shadow: none;
}

button{
    font-family: Arial;
}

/*.panel-body {*/
    /*padding-left: 0px;*/
    /*border: none !important;*/
/*}*/

.spin-container {
    position: relative;
}

.base-panel {
    padding: 20px;
}
.inner-panel {
    padding: 10px;
}

.main-panel {
    /*padding: 10px;*/
    /*background-color: #6D6B6B;*/

    /*color: #B3ADAD;*/
}

/*.summary-panel {*/
    /*width: 100%;*/
    /*padding: 10px;*/
    /*!*background-color: black;*!*/
    /*color: #2ca02c;*/
/*}*/

.chart-panel {
    background-color: whitesmoke;
    /*color: black;*/
}

.action-button {
    background-color: black;
    color: #B3ADAD;
}

.dashboard-block {
    background-color: #747474;
    color: whitesmoke;
    /*padding: 5px;*/
}

.game-block {
    background-color: whitesmoke;
    color: whitesmoke;
    /*padding: 5px;*/
}

/*
 * Globals
 */

/* Links */
/*a,*/
a:focus,
a:hover {
    text-decoration: none;
    color: #880000;
    /*color: #333;*/
    /*text-shadow: 0 1px 3px rgba(0, 0, 0, .5);*/
}

/* Custom default button */
.btn-default {
    padding: 4px;
    color: #BFBABA;
    /*color: #262626;*/
    text-shadow: none; /* Prevent inheritence from `body` */
    /*background-color: #747474;*/
    /*background-color: #333;*/
    border: 1px solid #a6a2a2;
    border-radius: 4px;
    /*border: thin;*/
    font-size: 1.2em;
    font-weight: bold;
}

.btn-default:hover,
.btn-default:focus {
    text-decoration: none;
    color: black;
    /*background-color: #747474;*/
}

.btn-default-small {
    color: #BFBABA;
    /*color: #eee;*/
    text-shadow: none; /* Prevent inheritence from `body` */
    background-color: black;
    /*background-color: #333;*/
    /*border: 1px solid #333;*/
    border: none;
    font-size: 1.0em;
    font-weight: bold;
}

.btn-default-small:hover,
.btn-default-small:focus {
    text-decoration: none;
    color: #0e90d2;
    background-color: black;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
    display: table;
    width: 100%;
    height: 100%; /* For at least Firefox */
    min-height: 100%;
    -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 100px rgba(0, 0, 0, .5);
}

.site-wrapper-inner {
    display: table-cell;
    vertical-align: top;
}

.cover-container {
    margin-right: auto;
    margin-left: auto;

    /*background-image: url("../img/mobius.jpg");*/
    /*background-repeat: no-repeat;*/
}

/* Padding for spacing */
.inner {
    padding: 10px;
}

/*
 * Header
 */
.masthead-brand {
    margin-top: 10px;
    margin-bottom: 10px;
}

.masthead-nav > li {
    display: inline-block;
}

.masthead-nav > li + li {
    margin-left: 20px;
}

.masthead-nav > li > a {
    padding-right: 0;
    padding-left: 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff; /* IE8 proofing */
    color: rgba(255, 255, 255, .75);
    border-bottom: 2px solid transparent;
}

.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
    background-color: transparent;
    border-bottom-color: #a9a9a9;
    border-bottom-color: rgba(255, 255, 255, .25);
}

.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
    color: #fff;
    border-bottom-color: #fff;
}

@media (min-width: 768px) {
    .masthead-brand {
        float: left;
    }

    .masthead-nav {
        float: right;
    }
}

/*
 * Cover
 */

.cover {
    padding: 0 20px;
}

.cover .btn-lg {
    padding: 10px 20px;
    font-weight: bold;
}

/*
 * Footer
 */

.mastfoot {
    background-color: black;
    color: #999; /* IE8 proofing */
    color: rgba(255, 255, 255, .5);
}

/*
 * Affix and center
 */

@media (min-width: 768px) {
    /* Pull out the header and footer */
    .masthead {
        position: fixed;
        top: 0;
    }

    .mastfoot {
        position: fixed;
        bottom: 0;
    }

    /* Start the vertical centering */
    .site-wrapper-inner {
        vertical-align: middle;
    }

    /* Handle the widths */
    .masthead,
    .mastfoot,
    .cover-container {
        width: 100%; /* Must be percentage or pixels for horizontal alignment */
    }
}

@media (min-width: 992px) {
    .masthead,
    .mastfoot,
    .cover-container {
        /*width: 700px;*/
        width: 100%; /* Must be percentage or pixels for horizontal alignment */
    }
}

.summary-panel {
    /*border-bottom-color: #6C6F6F;*/
    /*border-bottom-style: ridge;*/
    /*border-bottom-width: 1px;*/
}

.myo-status {
    color: #252627;
    /*color: #61AF61;*/
    font-size: larger;
    font-weight: bold;
}

.list-options {
    list-style: none;
}

.list-options > li > a {
    color: #BFBABA;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
    font-size: 1.2em;
}

.list-options > li > a:hover,
.list-options > li > a:focus {
    text-decoration: none;
    color: black;
    background-color: #e7e3e3;
}

.option-block {
    padding: 10px;
}

.option-block:hover,
.option-block:focus {
    /*border-color: #5a5a5a;*/
    /*border-style: solid;*/
    /*border-width: thin;*/

    position:relative;
    float:left;
    /*width:40%;*/
    padding:1em;
    margin:1px 5px 5px;
    /*margin:2em 10px 4em;*/
    /*background:#fff;*/
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;

}

.std-icon {
    max-width: 20px;
    max-height: 20px;
}

/*New Theme Contents*/
.hpanel>.panel-heading {
    color:inherit;
    font-weight:600;
    padding:10px 4px;
    transition:all .3s;
    border:1px solid transparent;
}

.hpanel .hbuilt.panel-heading {
    border-bottom:none;
}

.hpanel>.panel-footer,.hpanel>.panel-section {
    color:inherit;
    border:1px solid #e4e5e7;
    border-top:none;
    font-size:90%;
    background:#f7f9fa;
    padding:10px 15px;
}

.hpanel.panel-collapse>.panel-heading,.hpanel .hbuilt {
    background:#fff;
    border-color:#e4e5e7;
    border:1px solid #e4e5e7;
    padding:10px;
    border-radius:2px;
}

.hpanel .panel-body {
    background:#fff;
    border:1px solid #e4e5e7;
    border-radius:2px;
    padding:5px;
    position:relative;
}

.hpanel.panel-group .panel-body:first-child {
    border-top:1px solid #e4e5e7;
}

.hpanel.panel-group .panel-body {
    border-top:none;
}

.panel-collapse .panel-body {
    border:none;
}

.hpanel {
    background-color:none;
    border:none;
    box-shadow:none;
    margin:2px;
    /*margin-bottom:25px;*/
}

.stats-title h4 {
    text-transform:uppercase;
    /*font-size:12px;*/
    font-weight:600;
}

#header {
    background-color:#fff;
    display:block;
    height:90px;
    /*height:62px;*/
    margin:0;
    padding:0;
    position:relative;
    border-bottom:1px solid #e4e5e7;
}

#menu {
    width:180px;
    bottom:0;
    float:left;
    left:0;
    position:absolute;
    top:62px;
    transition:all .4s ease 0;
}

#wrapper {
    /*margin:0 0 0 180px;*/
    padding:0;
    transition:all .4s ease 0;

    /* separate content from window edge --
       padding-top and -bottom specified below.
       Here (not on body) to work with fixed header */
}

.content {
    padding-left: 10px;
    padding-right: 10px;
    /*padding:25px 40px 40px;*/
    min-width:320px;
}

.inner-content {
    padding:10px 10px 10px;
    /*padding:20px 20px 20px;*/
    min-width:320px;
}

.footer {
    padding:10px 18px;
    background:#fff;
    border-top:1px solid #e4e5e7;
    transition:all .4s ease 0;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
}
.navbar
{
    margin-bottom: 0px;
}

@media max-width768px{
    .content {
        padding:15px;
        min-width:320px;
    }
}

.contact-panel h3 {
    margin-bottom:2px;
}

.contact-panel h3 a {
    color:inherit;
}

.contact-panel p {
    font-size: 1em;
    line-height:16px;
    margin-bottom:0;
}

.contact-panel img {
    width:130px;
    height:130px;
}

.contact-footer {
    padding:0 15px;
}

.contact-stat span {
    font-size:10px;
    font-weight:500;
    display:block;
    color:#9d9fa2;
    text-transform:uppercase;
}

.contact-stat {
    font-size: 0.8em;
    padding:8px 0;
    text-align:center;
}

.contact-panel:hover .panel-body {
    -webkit-animation-duration:.5s;
    animation-duration:.5s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
    animation-name:pulse;
    -webkit-animation-name:pulse;
    z-index:1;
}

.game-link > a {
    color: #6a6c6f;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
    font-size: 1.2em;
}

.game-link > a:hover,
.game-link > a:focus {
    text-decoration: none;
    color: black;
    /*background-color: #e7e3e3;*/
}

.list .list-item-container {
    float:left;
}

.list-item-container div:first-child {
    border-top:none;
}

.list .list-item .list-item-content p {
    margin-bottom:3px;
    margin-top:0;
}

.list .list-item-date {
    color:#AAA;
    font-size:10px;
    text-align:center;
}

.list .list-item {
    float:left;
    overflow-x:hidden;
    position:relative;
    width:100%;
    padding-top:10px;
    margin-top:10px;
    border-top:1px solid #e4e5e7;
}

.list .list-item-container-small {
    min-width:80px;
    text-align:center;
}

.list .list-item .list-item-content .list-item-right {
    height:100%;
    padding:0 10px;
    position:absolute;
    right:0;
    top:0;
}

.list .list-item .list-item-content h1,.list .list-item .list-item-content h2,.list .list-item .list-item-content h3,.list .list-item .list-item-content h4,.list .list-item .list-item-content h5,.list .list-item .list-item-content h6,.list .list-item .list-item-content .list-item-title {
    font-size:12px;
    font-weight:600;
    line-height:20px;
    margin:0;
}

.progress-small,.progress-small .progress-bar {
    height:10px;
}

.main-heading {
    box-sizing :border-box;
    color :rgb(106, 108, 111);
    display : block;
    font-family : 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size : 24px;
    font-weight : 200;
    margin-bottom : 10px;
    margin-top : 10px;
    margin-left : 20px;
}

.m-b {
    margin-bottom:15px;
}

.text-primary {
    color:#34495e;
}

.text-primary-2 {
    color:#9b59b6;
}

.text-info {
    color:#3498db;
}

.text-success {
    color:#62cb31;
}

.text-warning {
    color:#ffb606;
}

.text-danger {
    color:#e74c3c;
}

.text-white {
    color:#fff;
}

.stats-icon {
    color: #62cb31;
    font-size: 30px;
}

.font-light {
    font-weight:300;
}

.font-normal {
    font-weight:400;
}

.font-bold {
    font-weight:600;
}

.font-extra-bold {
    font-weight:700;
}

.font-uppercase {
    text-transform:uppercase;
}

.font-trans {
    opacity:0.5!important;
}

.login-container {
    max-width:420px;
    margin:auto;
    padding-top:6%;
}

.register-container {
    /*max-width:720px;*/
    margin:auto;
    /*padding-top:6%;*/
}

.lock-container {
    max-width:420px;
    margin:auto;
    padding-top:6%;
}

.error-container {
    max-width:620px;
    margin:auto;
    padding-top:6%;
}

.icheckbox_square-green,.iradio_square-green {
    display:inline-block;

    vertical-align:middle;
    margin:10px;
    padding:0;
    width:24px;
    height:22px;
    background:url(img/green.png) no-repeat;
    border:none;
    cursor:pointer;
}

.icheckbox_square-green {
    background-position:0 0;
}

.icheckbox_square-green.hover {
    background-position:-24px 0;
}

.icheckbox_square-green.checked {
    background-position:-48px 0;
}

.icheckbox_square-green.disabled {
    background-position:-72px 0;
    cursor:default;
}

.icheckbox_square-green.checked.disabled {
    background-position:-96px 0;
}

.cg-notify-message.homer-notify {
    background:#fff;
    padding:0;
    box-shadow:0 0 1px rgba(0,0,0,0.1),0 2px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow:0 0 1 px rgba(0,0,0,0.1),0 2 px 4 px rgba(0,0,0,0.2);
    -moz-box-shadow:0 0 1 px rgba(0,0,0,0.1),0 2 px 4 px rgba(0,0,0,0.2);
    border:none;
    margin-top:30px;
    color:inherit;
}

.homer-notify.alert-warning {
    border-left:6px solid #ffb606;
}

.homer-notify.alert-success {
    border-left:6px solid #62cb31;
}

.homer-notify.alert-danger {
    border-left:6px solid #c0392b;
}

.homer-notify.alert-info {
    border-left:6px solid #3498db;
}

.p-lg {
    padding:30px!important;
}

.img-small {
    width:62px;
    height:62px;
}

.m-t-xs {
    margin-top:5px;
}

.m-t-sm {
    margin-top:10px;
}

.add-comments-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.fixed-small-header .small-header {
    position: fixed;
    top: 62px;
    left: 0;
    right: 0;
    margin-left: 181px;
    z-index: 100;
}
.fixed-small-header .content {
    /*padding-top: 80px;*/
}

.animated-panel {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

div.transbox {
    position: absolute;
    top: 10px;
    margin: 30px;
    /*background-color: #ffffff;*/
    /*border: 1px solid black;*/
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

div.transbox p {
    margin: 5%;
    font-weight: bold;
    /*color: #000000;*/
}

.high-score-alert {
    font-family: 'Indie Flower', cursive;
    font-size: 50px;
    font-style: italic;
    font-weight: bold;
    color: #c0392b;
    text-align: center;
}

.game-end-notice {
    color: #000;
    font-size: 60px;
    font-weight: 900;
}

.navbar-heading {
    font-family: inherit;
    font-size: x-large;
    font-weight: bold;
}

.navbar-heading-menu-image {
    width: 30px;
    height: 30px;
}

.navbar-menu-icon {
    font-size: 2.0em;
}

.navbar-menu-item {
    padding-top: 3px;
    padding-bottom: 3px;
}

.notification-info {
    color: darkgrey;
    padding: 10px;
    /*background-color: #c9e2b3;*/
}

.notification-error {
    color: indianred;
    padding: 10px;
    /*background-color: #c9e2b3;*/
}

.lightBoxGallery {
    text-align: center;
}

.lightBoxGallery a {
    margin: 5px;
    display: inline-block;
}

.logo-panel {
    height: 100px;
    padding-top: 20px;
    padding-bottom: 20px
}

@media screen and (max-width: 480px) {
    #header {
        background-color:#fff;
        display:block;
        height:110px;
        /*height:62px;*/
        margin:0;
        padding:0;
        position:relative;
        border-bottom:1px solid #e4e5e7;
    }

    .logo-panel {
        height: 55px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

svg > g > g:last-child { pointer-events: none }