@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

html {
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

body {
    margin: 0px;
    padding: 0px;
    background: #2e2e2e;
    font-family: 'Dosis', sans-serif;
    font-size: 15px;
    color: #2e2e2e;
    width: 100%;
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
}

/** element defaults **/
table {
    width: 95%;
    background: #d9d9d9;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px auto 5px 5px;
}

th {
    border: 1px solid #428bca;
    color: #333;
    background: #EBECEE none repeat-x scroll left top;
    font-size:medium;
}

td {
    text-align: left;
    border: 1px solid #428bca;
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px;
    max-width: 300px;
    max-height: 100px;
}

.tdAlign {
    text-align: right;
    padding-right: 5px;
}

.tdAlignLeft {
    text-align: left;
    padding-right: 5px;
    width: 200px;
}

.tdDate {
    min-width: 40px;
    white-space: nowrap;
}

.td-overflow {
    overflow:auto;
}

.table-title {
    margin-top: 3px;
    margin-left: 5px;
}

#container tr:hover td {
    cursor: pointer;
    background-color: #7eb0db !important;
}

.trDarkGrey {
    background: #EBECEE;
}

table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
}

table.sortable tbody tr:nth-child(2n) {
  background: #EBECEE;
}
table.sortable tbody tr:nth-child(2n+1) {
  background: #d9d9d9;
}

table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
    content: " \25B4\25BE"
}

code,blockquote {
    display: block;
    border-left: 5px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
    color: #ccc;
}

.countGamesTable {
    width: auto;
}

.floatTables {
    width: auto;
    float: left;
    margin-right: 10px;
}

code {
    background-color: #222;
}

blockquote p {
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0;
    color: #ccc;
    height: 1%;
}

p {
    line-height: 1.9em;
    margin-bottom: 20px;
}

a:focus {
    outline: none;
}

a {
text-decoration: none;
}

a.button {
    background-color: #990000;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 15px;
    text-decoration: none;
    text-transform: uppercase;
}

a.button:hover {
    background-color: #800000;
}

.currentLink {
   color: #d9534f;
}

#graphics {

}

.log-out {
    float: right ! important;
    font-weight: bold;
    padding: 5px;
}

.log-out:hover {
    background-color: #98c0e2;
}

fieldset {
    display: block;
    border: none;
    border-top: 1px solid #333;
}

fieldset legend {
    font-weight: bold;
    font-size: 13px;
    padding-right: 10px;
    color: #999;
}

fieldset form {
    padding-top: 15px;
}

fieldset p label {
    float: left;
    width: 150px;
}

form input,form select,form textarea {
    /*background-color: ;*/
    padding: 5px;
    /*color: #333;*/
    color: #000;
    border: 1px solid #333;
    border-right: 1px solid #444;
    border-bottom: 1px solid #444;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

form input.formbutton {
    border: none;
    background-color: #990000;
    color: #ffffff;
    font-weight: bold;
    padding: 6px 10px;
    font-size: 12px;
    letter-spacing: 1px;
    width: auto;
    overflow: visible;
}

form.searchform input {
    font-size: 15px;
    padding: 6px;
}

form.searchform p {
    margin: 5px 0;
}

span.required {
    color: #ff0000;
}

h1 {
    color: #ccc;
    font-size: 2.0em;
}

h2 {
    color: #ccc;
    font-size: 1.8em;
    letter-spacing: 0px;
    font-weight: normal;
    padding: 0 0 5px;
    margin: 0;
}

h3 {
    color: #428bca;
    font-size: 1.6em;
    font-weight: normal;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

h4 {
    color: #0f2130;
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 10px;.
    text-align: center;
}

h5 {
    font-size: 1.3em;
    color: #7a7a7a;
}

h6 {
    font-size: 1em;
}}

ul,ol {
    margin: 0 0 35px 35px;
}

li {
    padding-bottom: 5px;
    text-align: left;
}

li ol,li ul {
    font-size: 1.0em;
    margin-bottom: 0;
    padding-top: 5px;
}

.width {
    margin: 0 auto;
}

#container {
    overflow: auto;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 35px #000000;
    height: 100%;
}

#containerM {
    overflow: auto;
    width: 1500px;
    background: #FFFFFF;
    box-shadow: 0 0 35px #000000;
    height: 100%;
}

header {
    margin: 0 auto;
    text-align: left;
    border-bottom: solid #98c0e2;
    border-bottom-width: 3px;
}

#headerM {
    padding: 0px;
    height: 40px;
}

header h1 a,header h1 a:hover {
    color: #428bca;
    font-size: 1.4em;
    padding: 10px;
    font-weight: normal;
    letter-spacing: -2px;
    line-height: 1.2em;
    text-decoration: none;
    text-transform: lowercase;
}

nav {
    height: 66px;
    border-bottom: solid #98c0e2;
    border-bottom-width: 3px;
    margin-bottom: 5px;
}

#navM {
    height: 95px;
    padding: 5px;
    margin-bottom: 0px;
}

nav form {
    margin: 5px;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav ul li {
    float: left;
    display: block;
    padding: 0;
}

nav ul li a {
    color: #0f2130;
    display: block;
    font-size: 0.85em;
    letter-spacing: 0;
    margin: 5px 3px 0;
    font-weight: bold;
    text-decoration: none;
}

nav ul li.selected a,nav ul li.selected a:hover {
    color: #fff;
    background-color: #346fa1;
    font-weight: bold;
    text-decoration: none;
}

nav ul li a:hover {
    color: #fff;
    text-decoration: none;
}

#showOptions, #hideOptions {
    margin: 5px;
}

img.header-image {
    padding-top: 10px;
    margin-bottom: -3px;
}

#body {
    background: none;
    padding: 0;
    clear: both;
    overflow-x: auto ;
    overflow-y: auto;
    width: 100%;
}

#bodyM {
    margin: 0 auto;
    background: none;
    padding: 10;
    clear: both;
}

.div-scroll {
    padding-bottom: 30%;
    overflow-x: auto ;
    overflow-y: auto;
    height: 85%;
}

#contentM {
    float: right;
    width: auto;
    margin: 0 auto;
    height: 90%;
}

article {
    padding: 10px 5px 20px 10px;
}

article h2 {
    padding-bottom: 0;
    font-size: 2.2em;
}

article p,article ul,article ol {
    font-size: 0.9em;
}

article .article-info {
    color: #666;
    font-size: 12px;
    font-style: italic;
    padding: 0 0 10px 0;
}

article .article-info a {
    color: #666;
}

.sidebar {
    float: left;
    width: 16%;
    border-right: 1px solid #98c0e2;
}

.sidebarSelect {
    float: left;
    padding: 0px;
    width: 100%;
}

.sidebar h5 {
    padding-bottom: 0;
    font-weight: bold;
    padding: 5px 15px;
    box-shadow: -1px 1px 0px #98c0e2;
}

.sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar ul li {
    line-height: 1.9em;
    text-decoration: none;

}

.sidebar li ul {
    list-style: none outside none;
    margin: 0px 10px 10px 10px;
    text-decoration: none;
}

.sidebar li ul li {
    display: block;
    border-top: none;
    padding: 3px 5px;
    margin: 0;
    line-height: 1.3em;
    font-size: 17px;
    text-decoration: none;
}

.sidebar li ul li.text {
    border-bottom: none;
}

.sidebar li ul li {
    font-weight: normal;
    color: #428bca;
}

.sidebar li ul li a:hover, .app-actions a:hover, .menuImage a:hover {
    color: #990000;
}

.sidebar li ul li a.readmore {
    font-weight: bold;
}

.clicked {
    color: #6b0000;
}

.notClicked {
    color: #428bca
}

.app-row {
    vertical-align: baseline;
    line-height: 18px;
    padding-right: 10px;
    padding-left: 10px;
}

.cell {
    margin-top: 15px;
    background: #EBECEE;
    width: 300px;
    float: left;
    min-height: 1px;
    margin-left: 20px;
    border: 1px solid #98c0e2;
}

.small-cell {
    padding: 7px;
    background: #EBECEE;
    width: auto;
    height: auto;
    float: left;
    min-height: 1px;
    border: 1px solid #98c0e2;
}

.menu-icon {
    border: 1px solid black;
}

.app-actions {
    padding-top: 3px;
    text-indent: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #428bca;
    text-decoration: none;
}

.item-title {
  display: inline-block;
  max-width: 265px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: baseline;
  text-rendering: optimizelegibility;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

.app-title {
    margin-top: 10px;
    text-indent: 10px;
}

.menuPageLeft {
    float: left;
    width: 27%;
    padding-left: 20px;
}

.menuPageRight {
    float: left;
    width: 65%;
    padding-right: 20px;
}

.wrapper {
    float: left;
    color: #555;
    cursor: pointer;
    font-family: "Gill Sans", Impact, sans-serif;
    font-size: 15px;
    position: relative;
    text-align: center;
}

.answerWrapper {
    margin-right: 5px;
    background: #ececec;
    color: #555;
    cursor: pointer;
    font-size: 13px;
    position: relative;
    text-align: center;
}

.answerWrapper .tooltip {
      border: 1px solid black;
  background: #d9d9d9;
  top: -30px;
  color: black;
  display: block;
  left: -170px;
  margin-top: 10px;
  opacity: 0;
  padding: 17px;
  pointer-events: none;
  position: absolute;
  width: 200px;
  transform: translateY(10px);
  transition: all .25s ease-out;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 1;
}

.wrapper .tooltip {
    border: 1px solid black;
  background: #d9d9d9;
    top: -20px;
  color: black;
  display: block;
  left: -9px;
    margin-top: 10px;
  opacity: 0;
  padding: 15px;
  pointer-events: none;
  position: absolute;
  width: 100%;
  transform: translateY(50px);
  transition: all .90s ease-out;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    z-index: 1;
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.wrapper .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}

/* CSS Triangles - see Trevor's post */
.wrapper .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-bottom: solid #d9d9d9 10px;
  bottom: 97%;
  content: " ";
  height: 0;
  left: 120%;
  margin-left: -65px;
  position: absolute;
  width: 0;
}

.wrapper:hover .tooltip, .answerWrapper:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-10px,70px);
}

.clear {
    clear: both;
}

footer {
    margin: 20px auto 0;
    background: #222;
}

footer p {
    text-align: left;
    color: #ccc;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

footer p a {
    color: #ccc;
    font-weight: bold;
}

.footer-content {
    padding: 20px 25px 30px;
}

footer .footer-content ul {
    width: 260px;
    list-style: none;
    margin: 0 65px 0 0;
    padding: 0;
    float: left;
}

footer .footer-content li {
    padding: 5px 5px;
}

footer .footer-content li a,footer .footer-content h4 {

}

footer .footer-content li a {
    color: #505050;
    font-size: 0.8em;
}

footer .footer-content li a:hover {
    color: #909090;
}

footer .footer-content h4 {
    color: #999;
    font-size: 1.3em;
    font-weight: bold;
    padding-bottom: 0;
}

footer .footer-content ul.endfooter {
    margin-right: 0;
}

footer .footer-bottom {
    padding: 10px;
    text-align: center;
    background-color: #111111;
}

footer .footer-bottom p {
    text-align: center;
}

footer .footer-bottom p,footer .footer-bottom p a {
    color: #666;
}

.partial {
    float: left;
    margin: 5px;
}

.btn-left {
    float: left;
    margin-left: 10px;
}

.cell-left {
    float: left;
}

img {
    width: 45px;
    height: 45px;
    vertical-align: middle;
    margin: 10px 5px 10px 5px;
}

.menuImage {
    background: #EBECEE;
    width: 100%;
    float: left;
    min-height: 1px;
    border-bottom: 1px solid #98c0e2;
}

.menuImage a, .menuPageRight a {
    font-family: helvetica, arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
    padding: 2px;
}

@media screen and (max-width: 1400px) {
    nav {
        height: 65px;
    }

    .row {
        width: 90%;
    }

    img {
          width: 40px;
          height: 40px;
    }

    .menu > ul > li > a {
          padding: 0px;
          display: inline-block;
    }

    .sidebar {
    width: 184px;
    }

    .menuImage, .sidebarSelect {
        width: 183px;
    }

    .tableMiddle {
        width: 75%;
    }
}

@media screen and (max-width: 1300px) {
    nav {
        height: 60px;
    }

    img {
          width: 35px;
          height: 35px;
    }

    .sidebar {
    width: 170px;
    }

    .menuImage, .sidebarSelect {
        width: 169px;
    }
}

@media screen and (max-width: 1150px) {
      nav {
        height: 55px;
    }

    img {
          width: 33px;
          height: 33px;
    }
}

@media screen and (max-width: 740px) {
    body {
        font-size: 0.8em;
    }
    header {
        padding: 10px;
    }
    header h1 {
        text-align: center;
    }
    div#container {
        width: auto;
    }
    div#containerM {
        width: auto;
    }
    footer .footer-content ul {
        margin-bottom: 15px;
    }
    footer .footer-content ul.endfooter {
        margin-bottom: 0px;
    }
    .width {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    #contentM,aside.sidebar {
        float: none;
        margin: 0 auto !important;
    }
    footer .footer-content ul {
        width: auto;
        float: none;
    }

    form input,form select,form textarea {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
    }

    .row {
        width: 90%;
    }

    .graph {
        width: 60%;
        height: 500px;
    }
}

@media screen and (max-width: 540px) {
    html {
        height: 100%;
        width: 100%;
        margin: 0;
    }

    body {
        font-size: 0.8em;
        position: fixed;
        height: 100%;
    }

    #container {
        margin: 0px;
        height: 100%;
    }

    nav ul li {
        float: none;
        text-align: center;
    }
    nav ul li a {
        margin-top: 0;
    }
    nav {
        height: auto;
        position: relative;
    }

    h1 {
        margin: 0px !important;
    }

    .btn-right {
        float: right;
    }

    .widthM {
        float: left;
    }

    input[type="date"]{
        width: 90px;
    }

    form input,form select,form textarea {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
    }

    input[type ='date'] {
        -webkit-appearance: none;
    }

    table {
        margin-top: 5px;
    }

    .row {
        width: 100%;
    }
    .graph {
        width: 100%;
        height: 500px;
    }
}

.form-group {
    margin-bottom: 15px;
    display: block;
    margin-bottom: 0;
    vertical-align: middle;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-top: 5px;
    font-weight: bold;
}

.row:before,
.row:after {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}

.btn {
    margin-bottom: 5px;
    margin-right: 5px;
    margin-top: 5px;
}

.error {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    width: 50%;
}

h1 {

}

.calendar-div {
    margin: 5px;
}

#content {
    float: right;
    width: 80%;
    height: 90%;
    margin-top: 15px;
}

.menuRightSide {
    float: left;
    width: auto;
    padding: 10px;
    border-left: 1px solid #98c0e2;
}

.gamesMenu {
    clear: right;
    border-left: 1px solid #98c0e2;
}

.tableMiddle {
    float: left;
    padding: 20px 30px 30px 30px;
    margin: auto;
}

.clearfix:after {
    display:block;
    clear:both;
}

.menu-wrap {
    width:100%;
    box-shadow:0px 1px 3px rgba(0,0,0,0.2);
}

.menu {
    width:100%;
    margin: 0px 0px 0px 0px;
}

.menu li {
    margin:0px;
    list-style:none;
    font-family:'Ek Mukta';
}

.menu a {
    transition:all linear 0.15s;
    color: #0f2130;
}

.menu .arrow {
    font-size:11px;
    line-height:0%;
}

.menu > ul > li {
    float:left;
    display:inline-block;
    position:relative;
    font-size:19px;
}

.menu > ul > li > a {
    display:inline-block;
}

.menu > ul > li:hover > a {
    background: #346fa1;
}

.sub-menu {
    width:auto;
    padding:5px 0px;
    position:absolute;
    top:100%;
    left:0px;
    z-index:-1;
    opacity:0;
    transition:opacity linear 0.15s;
    box-shadow:0px 2px 3px rgba(0,0,0,0.2);
    background: #98c0e2;
}

.menu li:hover .sub-menu {
    z-index:1;
    opacity:1;
}

.sub-menu li {
    display:block;
    font-size:16px;
}

.sub-menu li a {
    display:block;
}

.menu .wrapper:hover, .current-item {
    background:#98c0e2;
}

.no-display {
    display: none !important;
}

select {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    padding: 6px 12px;
    line-height: 1.42857143;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    height: 32px;
}

input[type="submit"],
input[type="button"] {
    display: inline-block;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
      touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #f3f3f3;
    border: 1px solid gray;
    box-shadow: 0 2px 8px #c4c4c4 inset;
    -webkit-appearance: none;
}

input[type="submit"]:hover,
input[type="button"]:hover {
    background-color: #dadada;
    box-shadow: 0 2px 8px #9c9c9c inset;
}

.account-inputM{
    width: 95%;
}

.account-input{
    width: 50%;
}

.button-down {
    width: 100%;
    height: 12px;
}

.button-img {
    height: 12px;
}

.hide {
    visibility: hidden;
}

.success {
    padding: 5px;
    color: darkgreen;
    width: 500px;
    background-color: #dff0d8;
}

.flagSize {
    height: 12px ! important;
    width: 18px ! important;
}

.greenText {
    color: green;
    padding-left: 20px;
}

.redText {
    color: #E46060;
    padding-left: 20px;
}

.yellow {
    background-color: #dbe460 ! important;
}

.green {
    background-color: #aaefa1 ! important;
}

 table.center {
    margin-left:auto;
    margin-right:auto;
  }
