@import url("pagination.css");
@import url("typography.css");
@import url("alerts.css");
@import url("buttons.css");
@import url("faq.css");
@import url("forms.css");
@import url("icons.css");
@import url("tickettable.css");
@import url("mobile.css");
* {
    border-radius: 0 !important;
}
.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -10px;
  right: -3px;
}

.ribbon-green {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 3px 0 3px 10px;
  left: -2px;
  top: 15px;
  width: 120px;
  background-color:  #00A7C8;
  color: #fff;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}
.ribbon-green:hover {
     background-color: #0a0;
}
.ribbon-green span {
    font-size: 10px;
    display: block;
    font-weight: normal;
    text-transform: uppercase;
}
.ribbon-green a {
    color:#fff !important;
    text-decoration: none !important;
    display: block;
    width: 100%;
}
.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}​

body {
    margin: 0;
    font-size: 13px;
    line-height: 1.231;
    padding: 0;
    font-family: 'Open Sans', Helvetica, sans-serif !important;
    color: #535353;
    height:100%;
    background-color: #e3e3e3 !important;
}
html {
    height:100%;
}
a {
        color: #00A7C8 !important;
}
.btn {
    text-transform: uppercase;
}
div.ticketaction { /* as much like a bootstrap btn as possible */
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
}
a.btn  {
    color:#fff !important;
}
a.refresh-btn, a.btn-update {
    color: #337ab7 !important;
}
.notice{
    display: table;
    box-sizing: border-box;
    width: 100%;
    background-color: rgba(255,255,255,0.5);
}

.notice.state_0 {
    background-color: #FFE6E6;
}

.notice.state_1 {
    background-color: #FFE6CC;
}

.notice.state_2 {
    background-color: #E6FAE6;
}
.notice .state {
    color: white;
    padding: 0.5em;
    margin-right: 0.5em;
    font-size: 0.8em;
    font-weight: bold;
    display: inline-block;
}
.notice .text {
    padding: 1em 1.5em;
    display: table-cell;
    font-size: 0.8em !important;
}
.notice .state_0 {
    background-color: #f44336;
}

.notice .state_1 {
    background-color: #ff9800;
}

.notice .state_2 {
    background-color: #4caf50;
}

input, select, textarea {
    padding: 4px;
}
b, strong {
    font-weight: bold;
}
blockquote {
    margin: 1em 40px;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
small {
    font-size: 85%;
}

ul, ol {
    margin: 1em 0;
    padding: 0 0 0 30px;
}
img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    display: table;
}
th, td {
    vertical-align: top;
}
th {
    text-align: left;
    font-weight: normal;
}
form, fieldset {
        margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-family: 'Economica', sans-serif;
    font-weight: bold;
    color:#535353;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1.0em;
}

#container {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
}

.scrollable {
    max-height: 20em;
    overflow-y: auto;
}


#nav {
text-align: right;
}

#nav ul {
    max-width: 940px;
    margin: 0 auto;
}
#nav li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;

}
#nav li a {
    display: inline-block;
    width: auto;
    text-align: center;
    color: #333;
    background-position: 10px 50%;
    background-repeat: no-repeat;
    font-family: 'Economica', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    margin-right: 20px;
    color: #535353;
    padding-bottom: 3px;
}


.rtl #nav li a {
    background-position: right center;
    background-position: calc(100% - 10px) center;
    display: inline-block;
    padding-right: 32px;
    margin-right: 10px;
    margin-left: 0;
    color: #535353;
}
#nav li a.active, #nav li a:hover {
    border-bottom: 3px solid black;
    color: black;
    padding-bottom: 0px;
}
#nav li a:hover {
    border-bottom: 3px solid #535353;
    padding-bottom: 0px;
}
#content,.content {
    padding: 20px 0;
    margin: 0 auto;
    height: auto !important;
    max-width: 920px;
}


a.refresh {
    display: block;
    width: auto;
    float: right;
    height: 20px;
    line-height: 20px;
    text-align: center;
    padding: 0 10px 0 28px;
    border: 1px solid #aaa;
    margin-left: 10px;
    color: #333;
    background-position: 5px 50%;
    background-repeat: no-repeat;
    background-image: url('../images/icons/refresh.png');
}
.flush-right {
    text-align: right;
}
.flush-left {
    text-align: left;
}

.trafficLight {
    position: relative;
}
.trafficLight input {
    position: absolute;
    top: 48px;
    left: 10px;
    opacity: 0;
    z-index: -10;
}

.trafficLight label[for] {
    width: 32px;
    height: 32px;
    display: inline-block;
    cursor: pointer;
}

.trafficLight label.red {
    background-image: url('../images/icons/sad-grey.png');
}
.trafficLight label.amber {
    background-image: url('../images/icons/meh-grey.png');
}
.trafficLight label.green {
    background-image: url('../images/icons/happy-grey.png');
}
.trafficLight input.red:checked + label.red {
    background-image: url('../images/icons/sad.png');
}
.trafficLight input.amber:checked + label.amber {
    background-image: url('../images/icons/meh.png');
}
.trafficLight input.green:checked + label.green {
    background-image: url('../images/icons/happy.png');
}

.requiredError{
    color: #ff0000;
    font-weight: bold;
    background-color: rgba(255,0,0,0.2);
    padding: 5px;
    border-radius: 5px;
    display: inline-block;
    margin: 0px;

}
.survey .required {
    font-weight: bold;
}
.survey .required:after {
    content: " *";
}

.highlight-box {
    background-color: #d5eaf0;
    padding: 0.5em;
    margin: 1em;
}

/* Bootstrap Changes */
#levelOne {
    margin-top: 20px;
}
.btn-primary {
    background-color: #00A7C8 !important;
    border-color:#00A7C8 !important;
}
.nopadding {
    padding: 0 !important;
}
.margin-bottom {
    margin-bottom:20px;
}
.contact-options .btn {
    min-width:52px;
}
#searchResults {
    position: absolute;
    z-index:9999;
    box-shadow: 0px 11px 25px rgba(0,0,0,0.6);
}
#searchResults .panel-default {
    max-height:400px;
    overflow-y: scroll;
}
#searchResults .panel {
    margin-bottom: 0;
}
@media (max-width: 640px){
    #searchResults .panel-default {
        max-height:250px;
        overflow-y: scroll;
    }
}
#mainSection {
    padding-bottom: 200px;
    background-color: #fff;
    opacity: 0.95;
}
#fullWrapper {
    min-height: 100%;
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}
#contactUs a span {
    margin-top: 3%;
    display: block;
}
#contactUs .btn {
    width:100%;
}

#gameSelector li {
    margin-right: 15px;
}
#gameSelector .nav {
    border-bottom: 0px !important;
}
#gameSelector a {
    border-color: #eee #eee #ddd;
}
#gameSelector .active a {
    border: 1px solid #000;
    background-color: #eee;
}


/** Header Section **/
#header {
    background: #fff;
    background-image: url('../images/banner-background.png');
    background-position: 10px -3px;
}
#header .row {
    margin-left: 0 !important;
    margin-left: 0 !important;
}
#userNotices.notice .notice-alert {
    display: table-cell;
    padding: 1em 0;
    text-align: center;
    margin-right: 0 !important;
    font-size: 0.8em;
    width: 115px;
    vertical-align: middle;
}
#headerInner {
    max-width: 920px;
    margin: 0 auto;
}
#headerLogo {
    font-weight:600;
    margin-bottom: 20px;
    background-image: url(../images/mono-logo.png);
    display: block;
    width: 240px;
    padding-top: 24.5px;
    margin-left: 1em;
    text-align: right;
    background-repeat: no-repeat;
    font-size: 1.2em;
    overflow: visible;
    padding-bottom: 16px;
    text-decoration: none;
    color: #00A7C8 !important;
    text-transform: uppercase;
    margin-top: -20px;
}

#headerLogin {
    text-align:right;
    font-size: 0.9em;
    padding: 1.2em 1.2em 0.5em 0;
    color:#333;
    position: relative;
    text-shadow: 0 1px 2px #fff;
}
#headerLogo img {
    visibility: hidden;
}
#header #logo {
    width: 220px;
    height: 71px;
}
#header p {
    margin: 0;
    padding: 0;
}
.topNav {
    width:100%;
    text-align: left;
    padding: 0.5em 1.2em;
    background-color:#f0f0f0 !important;
}
.topNav a {
    color:#00A7C8 !important;
    text-decoration: none;
    margin-right:2em;
    font-weight:bold;
}
.topNav a.active , .topNav a:hover {
    color:#000 !important;
    text-decoration: none;
}
#statusBar {
        width: 100%;
        background-color: #d5eaf0 !important;
        padding: 0.5em 0 0.5em 0;
}
#statusBar .xbox {
    float:right;
    margin-left: 0.5em;

}
#statusBar a{
    text-decoration: none !important;
}
#statusBar .xbox a {
    color:#535353;
}
#statusBar .gamestatus_title {
    margin-right: 0.5em;
    background: none;
}
#statuses .list-group-item {
    background-color: #FFFFFF;
    border: 1px solid #f0f0f0;
}
#ticketResponse {
    text-align: right;
}
#statuses {
    float:right;
    margin-top: -40px;
}
#statuses li {
    float:left;
    border:0px;
}
#statuses a {
    text-decoration: none !important;
}
.statuses ul {
    padding-left: 0 !important
}
.statuses ul img, .statuses ul i {
    margin-right: 10px;
}
#statuses .gamestatus_title {
    font-weight: bold;
}
#statuses .state_0, #statuses .state_ {
    background-color: #f44336;
    color: white;
    border-radius: 1em;
}
#statuses .state_0 a {
    color: #ffff00 !important;
}
#statuses .state_1 {
    background-color: #ff9800;
    color: white;
    border-radius: 1em;
}
#statuses .state_2 {
    background-color: #4caf50;
    color: white;
    border-radius: 1em;
}
#mobile-status .list-group-item {
    border:0px;
    text-align: center;
    background-color: transparent;
}
#mobile-status .state_0, #mobile-status .state_ {
    background-color: #f44336;
    color: white;
    border-radius: 1em;
}
#mobile-status .state_1 {
    background-color: #ff9800;
    color: white;
    border-radius: 1em;
}
#mobile-status .state_2 {
    background-color: #4caf50;
    color: white;
    border-radius: 1em;
}
#mobile-status {
    margin-bottom: 25px;
}
#mobile-status img {
    margin: 6px 6px 0 6px;
}
#mobileMenu #mainNav a {
    display: block;
    margin-bottom: 10px;
}
#mobile-status ul {
    height: auto;
    margin: 0 auto;

}
#ticketTables td {
    vertical-align: middle;
}
#faqFull h1 {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
}
/** Footer **/
#footer {
    text-align: left;
    font-size: 14px;
    color: #666;
    padding: 0.5em 0 1.2em 0;
    background-color: #f0f0f0 !important;
}
#footer p {
    margin: 10px 0 0 0;
}

#footer-table{
    display: table;
}

#footer-table-cell{

    display: table-cell;
}
#fullWrapper #footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
#fullWrapper #footer h2 {
    font-size:1.2em;
    margin-top: 0;
}
#pageInfo {
    margin:0 auto;
    text-align: center;
}
#pageInfo h1 {
    margin-top: 0;
    font-weight: bold;
}
#fullWrapper #footerNav a {
    color:#000;
    text-decoration:none !important;
    text-transform: uppercase;
}
#fullWrapper #footerNav ul {
    list-style: none;
    padding: 0;
    float:left;
}
#overlaySearch {
    position: absolute;
    top:0;
    bottom:0;
    background:rgba(0,0,0,0.8);
    z-index: 8000;
}
/** KnowledgeBase **/
.knowledgebase .active {
    background-color: #d5eaf0 !important;
}
.knowledgebase h1 {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
}
.knowledgebase .logo h2{
    font-size: 1em;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin-top: 18%;
}
.knowledgebase img {
    margin: 0 auto;
    display:block;
}
.knowledgebase .top-faqs h3 {
    margin-top: 0 !important;
}
.knowledgebase h3 {
    width:100%;
}
.knowledgebase td a {
    display: block;
    width:100%;
    height: 100%;
}
.knowledgebase td p a {
    display: inline;
}
.knowledgebase td:hover {
    background-color: #f0f0f0 !important;
}
.knowledgebase .nohover td:hover {
    background-color: #fff !important;
}
.knowledgebase td:hover a, .knowledgebase td a:hover {
    text-decoration: none;
}
.knowledgebase .fa {
    margin-right: 0.5em;
}
.knowledgebase .glyphicon-chevron-down, .knowledgebase .glyphicon-chevron-right {
    vertical-align: top;
}
.knowledgebase .text {
    vertical-align: top;
    display: inline-block;
    width: 80%;
}
@media (max-width: 640px){
    .knowledgebase .text  {
        width: 93%;
    }
}
@media (min-width: 640px) and (max-width: 768px){
    .knowledgebase .text  {
        width: 95%;
    }
}
.knowledgebase table td{
    border-top: 0px !important;
}
.knowledgebase .top-faqs  a, .knowledgebase .faq a {
    font-weight: bold;
    padding: 5px;
}
.knowledgebase .top-faqs  p a, .knowledgebase .faq p a {
    font-weight: normal;
}
@media (min-width: 640px){
    .knowledgebase .faq {
        max-height:400px;
        overflow-y: auto !important;
    }
}
.knowledgebase .row {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.knowledgebase article img {
    width:100%;
}
.faq-feedback textarea {
    resize: none;
    float: left;
}
.faq-feedback button {
    margin-left: 20px;
}

/** Contact Us **/
#ticketForm .glyphicon-chevron-down, #ticketForm .glyphicon-chevron-right {
    float:right;
}
#ticketForm table a {
    width:100%;
    heght:100%;
}
#ticketForm table td:hover, #ticketForm table td a:hover {
    text-decoration: none;
    background-color: #f0f0f0 !important;
}
#openForm #ticketForm table td:hover,  #openForm #ticketForm table td a:hover {
    text-decoration: none;
    background: none !important;
}
.contact-buttons i {
    vertical-align: middle;
}
.contact-buttons span {
    display: inline-block;
    vertical-align: middle;
}
#openTicket {
    margin-right: 20px;
}
.g-recaptcha {
    float: left;
    margin-right: 20px;
}
/** General **/
#showContact {
    float:right;
}
.knowledgebase tr td.hot-button {
    border-top: 1px solid #e0e0e0 !important;
}
/** Bootstrap Overide **/
