body {
    font-size: 14px;
    font-family: raleway, Helvetica, Arial, Kalimati, sans-serif;
    background-color: #fff;
    padding: 0;
    margin: 0;
    background-color:#eeeeee;
}

a:hover {
    border-bottom: 1px dotted;
    text-decoration: none;
}

img {
    border: none;
}

.innercontainer {
    width: 1040px;
    margin: 0 auto;
}

.admin-list {background-color: #c8122c;text-transform:capitalize;}
.admin-list a {color:#fff !important;text-decoration:none}
.admin-list a:hover{color:#ffc838 !important;border:none}

@media (max-width: 1049px) {
    .innercontainer {
    width: auto;
    margin: 0 auto;
    }
}

.admin-navbar .navbar-toggle {
    margin-top: 0;
}


/*  override the navbar breakpoint to make it collapse earlier */
@media (max-width: 1200px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
   .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
   .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
   .navbar-collapse.collapse {
      display: none!important;
  }
  
  .oea-navbar .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
   .navbar-nav>li {
      float: none;
  }
   .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
   .collapse.in{
      display:block !important;
  }
  
   .navbar-brand {
    display: inline-block;
    float: none;
  }
  
   .navbar-form.form-inline {
    display: inline-block;
    border-color: transparent;
    margin: 4px;
    padding: 5px;
  }
  
   .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
   }
  
}

.oea-navbar {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    background-color: transparent !important;
    border-color: transparent !important;
    padding: 2%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: none;
    font-size: 12px;
    font-weight: 500;
    min-height: 50px !important;
    position: fixed;
    z-index: 199;
    color: #FFF;
}

.oea-navbar a:hover {
    color: #ffc838 !important;
    border: none !important;
}

.oea-navbar a {
    color: #fff !important;
    text-decoration: none !important;
}


.link-and-hover-colors {
    color: white;
}

.link-and-hover-colors:hover {
    color: #FFC838;
    background: transparent;
    text-decoration: none;
}

.link-and-hover-colors:focus {
    color: #FFC838;
    background: transparent;
}

.oea-navbar.add-bg {
    background-color:#474747!important;
    padding: 0;
}

.navbar-brand {
    cursor: default;
    font-size: 18px !important;
    line-height: 1.25rem;
    margin-top: 3px;
}

.navbar-brand .navbar-brand-home-link {
    /*.link-and-hover-colors;*/
}

.navbar-brand .add {
    font-size: 11px;
    color: #ccc;
}

.navbar-nav {
    margin: 0 !important;
}

.navbar-nav > li > a {
    /*.link-and-hover-colors;*/
}

.explore-dropdown.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}

.explore-dropdown.dropdown.open .dropdown-menu {
    max-height: 200px;
    opacity: 1;
}

.navbar-nav .dropdown-menu.explore-dropdown-menu > li > a {
    /*.link-and-hover-colors;*/
    background-color: transparent;
    padding: 5px 10px;
}

.navbar-toggle {
    border-color: transparent !important;
}

.navbar-toggle-button :hover .icon-bar {
    background-color: #FFC838;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #eee !important;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #c9282c;
}

a.dropdown-toggle.header-button {
    background-color: rgba( 51, 51, 51, 0.9 );
}

.navbar-toggle-button:hover, .navbar-toggle-button:hover {
    background-color: rgba( 51, 51, 51, 0.9 );
}

.open > a {
    background-color: transparent !important;
    color: #FFC838 !important;
}

.navbar-right {
    margin-right: 0;
    padding-right: 0;
}

.navbar-collapse {
    padding-top: 0;
    padding-left: 15px;
    border-color: transparent !important;
}

.navbar-collapse.active {
    color: #FFC838 !important;
}

@media (max-width:1200px) {
    #oeaNavbar-1 {
        background-color: rgba( 51, 51, 51, 0.9 );
        max-height: none;
    }
}

.navbar-right {
    margin-right: 0;
    padding-right: 0;
}

.navbar-collapse {
    padding-top: 0;
    padding-left: 15px;
    border-color: transparent !important;
}

.navbar-inverse .navbar-nav > .active > a {
    background-color: rgba( 51, 51, 51, 0.9 ) !important;
}

.dropdown ul .reports-dropdown-menu .disabled {
    /*pointer: none;*/
}

.dropdown .dropdown-menu {
    max-height: 0;
    overflow: auto;
}

ul.explore-dropdown-menu {
    background-color: rgba( 51, 51, 51, 0.9 ) !important;
}

ul.explore-dropdown-menu li a {
    font-size: 13px;
    font-weight: 500;
}

@media(max-width:767px) {
    ul.explore-dropdown-menu li a {
        color: white !important;
    }

    ul.explore-dropdown-menu li a:hover {
        color: #FFC838 !important;
    }
}

.dropdown.open .dropdown-menu {
    -webkit-transition: max-height 0.4s;
    -moz-transition: max-height 0.4s;
    -ms-transition: max-height 0.4s;
    -o-transition: max-height 0.4s;
    transition: max-height 0.4s;
    max-height: 300px;
    overflow: auto;
}
.dropdown.open .dropdown-menu a {
    /*font-size: 11px;*/
}

.dropdown-menu .divider {
    margin: 0 0;
    padding: 0;
    height: 1px;
    background-color: #990e22;
    border-top: 0;
}

.user-dropdown-label {
    padding: 0 5px;
}

.account-dropdown-hero-icon,
.account-dropdown-icon {
    width: 25px;
    text-align: left;
}

.dropdown .dropdown-menu {
    -webkit-transition: max-height 0.2s;
    -moz-transition: max-height 0.2s;
    -ms-transition: max-height 0.2s;
    -o-transition: max-height 0.2s;
    transition: max-height 0.2s;
}

.header-help-label {
    display: none;
}

@media (min-width:1023px) and (max-width:1299px) {
    .user-dropdown-label {
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1;
    }
}

@media (min-width:1000px) and (max-width:1049px) {
    .user-dropdown-label {
        max-width: 100px;
    }
}

@media (min-width:1050px) and (max-width:1099px) {
    .user-dropdown-label {
        max-width: 150px;
    }
}

@media (min-width:1100px) and (max-width:1149px) {
    .user-dropdown-label {
        max-width: 180px;
    }
}

@media (min-width:1150px) and (max-width:1199px) {
    .user-dropdown-label {
        max-width: 210px;
    }
}

@media (min-width:1200px) and (max-width:1249px) {
    .user-dropdown-label {
        max-width:250px;
    }
}

@media (min-width:1250px) and (max-width:1299px) {
    .user-dropdown-label {
        max-width: 290px;
    }
}

@media (max-width:1022px) {
    .header-help-icon {
        display: none;
    }
}

@media (min-width:768px) and (max-width:799px) {
    .header-help-button {
        display: none !important;
    }
}

@media (max-width:450px) {
    .navbar-brand-home-link .md-and-up {
        display: none;
    }
}

@media (min-width:451px) {
    .navbar-brand-home-link .xs-only {
    display: none;
    }
}

@media (max-width:200px) {
    .navbar-brand {
        max-width: 50%;
    }
}

@media (min-width:201px) and (max-width:250px) {
    .navbar-brand {
        max-width: 60%;
    }
}

@media (min-width:251px) and (max-width:300px) {
    .navbar-brand {
        max-width: 65%;
    }
}

@media (min-width:301px) and (max-width:350px) {
    .navbar-brand {
        max-width: 70%;
    }
}

@media (min-width:351px) and (max-width:400px) {
    .navbar-brand {
        max-width: 80%;
    }
}

@media (min-width:401px) and (max-width:450px) {
    .navbar-brand {
        max-width: 85%;
    }
}
.shadow {
    text-shadow: 1px 1px 8px #000000;
}

.lg-text {
    font-size: 300%;
}
@media (max-width:678px) {
    .lg-text {
        font-size: 150%;
    }
}

/*.dropdown {
    float: left;
    overflow: hidden;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #c8122c;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1000;
}

.dropdown-content a {
    float: none;
    color: white;
    padding: 0px 15px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-weight: 500;
}

.dropdown-content a:hover {
    background-color: transparent;
}

.dropdown:hover .dropdown-content {
    display: block;
}*/

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.45);
    color: #FFF;
}

.overlay-content {
    top: 0%;
    display: block;
    padding: 8% 15% 1%;
    position: sticky;
    font-family: 'Raleway', sans-serif;
    text-align: center;
}

.section {
    font-family: 'Raleway', sans-serif !important;
    margin: 0px 0px;
    width: 100%;
    background: #fff;
    position: relative;
    box-shadow: 0 0 1px 0px #999;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.fat-short-line {
    max-width: 100px;
    padding-top: 1.5rem;
    margin-top: 21px;
    margin-bottom: 21px;
    border: 0;
    border-top: 3px solid #C8122C;
}



/*header*/
.header {
    min-height: 80px;
    background-color: #fff;
}

    .header h2 {
        float: left;
        font-size: 24px;
        color: #fff;
        margin: 0;
        line-height: 80px;
    }

        .header h2 a {
            color: #c8122c;
        }

    .header a {
        color: #333;
        text-decoration: none;
    }

        .header a:hover {
            border-bottom: 1px dotted;
            text-decoration: none;
        }

    .header .logininfo {
        float: right;
        line-height: 80px;
    }

        .header .logininfo > div, .header #curuserTable > div {
            float: right;
            height: 80px;
        }

        .header .logininfo .registerLink, .header .logininfo .lostpswLink {
            line-height: normal;
        }

        .header .logininfo a.registerLink {
            color: #ffffff;
            font-size: 18px;
            font-weight: bold;
        }

        .header .logininfo a.lostpswLink {
            color: #34495e;
            font-size: 12px;
        }

    .header .sociallogin {
        border: 2px solid #308ecd;
        padding: 5px;
        border-radius: 5px;
        margin-right: 30px;
        display: inline-block;
        vertical-align: middle;
        line-height: 17px;
    }

        .header .sociallogin a {
            margin: 0 3px;
        }

    .header .unreadInfo {
        /*margin-right: 180px;*/
        margin-top: 25px;
  }

        .header .unreadInfo a {
            color: #333;
            font-weight: bold;
            font-size: 15px;
            margin-left: 30px;
        }

        .header .unreadInfo img {
            margin-right: 3px;
        }

    .header .curUserInfo a {
        font-size: 12px;
    }

    .header a.curUsername {
        color: #333;
        font-weight: bold;
        font-size: 17px;
     }

    @media (max-width:678px) {
    .header .curUserInfo {
        margin-top: 25px !important;
        min-width: 100px !important;
        }
    }

    .header .curUserInfo {
        min-width: 150px;
        line-height: normal;
        margin-top: 20px;
    }

/* inputs */
input[type=text], input[type=password], input[type=submit], input[type=button], select, a.button, textarea, button {
    border: 1px solid #2980b9;
    height: 30px;
    border-radius: 3px;
    font-size: 14px;
    vertical-align: middle;
}

.header input[type=text], .header input[type=password], .header input[type=submit] {
    border: 0;
    color: #fff;
    padding: 0 10px;
}

.header input[type=text], .header input[type=password] {
    background-color: #2980b9;
    width: 135px;
}

a.button {
    background-color: #FFC838;
    color: #333 !important;
    padding: 7px 10px;
    text-decoration: none;
    border: 2px groove transparent;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

    a.button:hover {
        background-color: transparent;
        text-decoration: none !important;
        border:2px solid #FFC838;
    }

.header input[type=submit] {
    background-color: #34495e;
    color: #3498db;
}

input:focus, select:focus, textarea:focus, button:focus {
    outline: none;
}

.header ::-webkit-input-placeholder {
    color: #3498db;
}

.header :-moz-placeholder {
    color: #3498db;
}

.header ::-moz-placeholder {
    color: #3498db;
}

.header :-ms-input-placeholder {
    color: #3498db;
}

/*main body*/
.forumcontent table {
    font-size: 100%;
    border-collapse: collapse;
}

.forumcontent h1 {
    font-weight: normal;
    font-size: 15pt;
    margin-bottom: 0;
    margin-top: 20px;
    text-transform: capitalize;
    color: #34495e;
}

.forumcontent h2 {
    margin: 0;
    font-size: 18px;
    color: #34495e;
    text-transform: capitalize;
}

.forumcontent th h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 30px 0 0;
    text-transform: capitalize;
    text-align: left;
    margin-left: -15px;
}

.forumcontent h2 a {
    color: #333;
}

.forumcontent h3 {
    font-weight: bold;
    font-size: 100%;
}

.forumcontent a {
    color: #333;
    text-decoration: none;
}

.forumcontent th {
    color: #474747;
    text-transform: uppercase;
    text-align: center;
    font-size: 11px;
    height: 15px;
    vertical-align: bottom;
    padding: 15px;
}

    .forumcontent th a {
        color: #474747;
    }

.forumcontent td {
    border: 2px solid #eeeeee;
    background-color: #fff;
    padding: 11px;
}

.forumcontent table.noouterborder, .forumcontent table.noouterborder th {
    border: none;
}

.forumcontent img {
    vertical-align: middle;
}

.forumcontent hr {
    height: 1px;
    border: none;
    color: silver;
    background: silver;
}

.forumcontent div.location {
    margin: 20px 0;
}

    .forumcontent div.location h2 a, .forumcontent div.location h2 {
        color: rgba( 51, 51, 51, 0.9 );
        text-decoration: none;
        font-size: 14px;
        text-transform: capitalize;
    }

    .forumcontent div.location h1 a {
        color: #355670;
        font-size: 30px;
    }

    .forumcontent div.location h1 .postbutton {
        float: right;
        margin-top: 10px;
    }

        .forumcontent div.location h1 .postbutton a {
            font-size: 15px;
            font-weight: bold;
        }

.forumcontent .topictools {
    visibility: hidden;
    float: right;
    margin-top: 7px;
}

    .forumcontent .topictools a {
        margin-right: 20px;
        border: none;
    }

.forumcontent .biglist tr:hover .topictools {
    visibility: visible;
}

.forumcontent .smalltoolbar {
    float: right;
    font-size: 11px;
}

    .forumcontent .smalltoolbar a {
        margin-left: 10px;
    }

.forumcontent .gray {
    color: #5c5c5c;
    font-size: 12px;
    font-weight: normal;
}

.forumcontent .gray2 {
    color: #6c6c6c;
    font-size: 13px;
    font-weight: normal;
}

    .forumcontent .gray2 a {
        color: #7f8c8d;
        border-bottom: 1px dotted;
    }

.forumcontent th .gray {
    color: #ccc;
}

.forumcontent .gray a, .header .gray a {
    border-bottom: 1px dotted;
}

    .forumcontent .gray a:hover, .forumcontent .gray2 a:hover {
        text-decoration: none;
        border: none;
    }

.forumcontent .radiolist td {
    text-align: left;
}

.forumcontent .acceptedAnswer td {
    background-color: #EBFFE9;
}

.forumcontent .messageActions {
    text-transform: uppercase;
    font-size: 10px;
    color: #476380;
    font-weight: bold;
}

    .forumcontent .messageActions a {
        color: #476380;
        font-weight: bold;
        margin: 0 5px;
    }

.forumcontent input[type="text"], .forumcontent input[type="password"] {
    height: 26px;
}

.forumcontent .usertools {
    float: left;
    margin-left: 30px;
}

    .forumcontent .usertools input, .forumcontent .usertools button {
        width: 350px;
        margin-bottom: 10px;
        display: block;
    }

.forumcontent input[type="checkbox"],
.header input[type="checkbox"] {
    vertical-align: middle;
}

.forumcontent input[type="button"],
.forumcontent input[type="submit"],
.forumcontent button {
    text-transform: capitalize;
    color: #333;
    background-color: #ffc838;
    font-weight: bold;
    font-size: 14px;
    height: 35px;
    cursor: pointer;
    border: 2px groove transparent;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    padding: 7px 10px;
}

    .forumcontent input[type="button"].greybutton,
    .forumcontent input[type="submit"].greybutton,
    .forumcontent button.greybutton {
        background-color: #ccc;
        /*border-color: slategray;*/
    }

        .forumcontent input[type="button"].greybutton:hover,
        .forumcontent input[type="submit"].greybutton:hover,
        .forumcontent button.greybutton:hover {
            background-color: #999;
        }

    .forumcontent input[type="button"]:hover,
    .forumcontent input[type="submit"]:hover,
    button:hover {
        background-color: transparent;
        border: 2px solid #ffc838;
    }

.forumcontent table.biglist td {
    height: 80px;
    padding: 10px 30px;
}

.forumcontent table.biglist th {
    padding: 0 15px 15px;
}

.forumcontent table.biglist td:first-child img.avatar {
    border-radius: 32px;
}

/*rounded border*/
.roundedborder {
    border-radius: 7px;
    -moz-border-radius: 7px;
}

    .roundedborder > tr > td, .roundedborder > tbody > tr > td {
        border-right: none;
        border-bottom: none;
    }

        .roundedborder > tr > td:first-child, .roundedborder > tbody > tr > td:first-child {
            border-left: none;
        }

table.roundedborder > tr:first-child > td, table.roundedborder > tbody > tr:first-child > td,
table.roundedborder th {
    border-top: none;
}

    table.roundedborder tr:first-child td:first-child, table.roundedborder tbody tr:first-child td:first-child,
    table.roundedborder th:first-child {
        border-top-left-radius: 7px;
        -moz-border-radius-topleft: 7px;
    }

    table.roundedborder tr:first-child td:last-child, table.roundedborder tbody tr:first-child td:last-child,
    table.roundedborder th:last-child {
        border-top-right-radius: 7px;
        -moz-border-radius-topright: 7px;
    }

table.roundedborder tr:last-child td:first-child,
table.roundedborder tr:last-child th:first-child {
    border-bottom-left-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
}

table.roundedborder tr:last-child td:last-child,
table.roundedborder tr:last-child th:last-child {
    border-bottom-right-radius: 7px;
    -moz-border-radius-bottomright: 7px;
}

table.roundedborder {
    border-collapse: separate;
    border-spacing: 0;
}

table.horizseparated td {
    border-top: 1px solid #ecf0f1;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

table.horizseparated th, table.horizseparated tr:first-child th {
    border: none;
}

.forumcontent table.postlist {
    width: 100%;
}

    .forumcontent table.postlist td {
        border-width: 1px;
        padding: 30px;
    }

    .forumcontent table.postlist > tr > td:first-child, .forumcontent table.postlist > tbody > tr > td:first-child {
        width: 120px;
        line-height: 150%;
        text-align: center;
    }

    .forumcontent table.postlist .utils td {
        border-top: none;
        padding-top: 0;
        padding-bottom: 30px;
    }

    .forumcontent table.postlist td:first-child img.avatar {
        border-radius: 32px;
    }

.forumcontent .pager {
    clear: both;
    text-align: center;
    margin: 10px;
    font-weight: bold;
    color: #ccc;
}

    .forumcontent .pager a {
        color: #344D61;
        margin: 5px;
    }

    .forumcontent .pager span {
        margin: 5px;
    }

/* other classes */
img.avatar {
    padding: 2px 2px 2px 2px;
    height: 64px;
    width: 64px;
    -ms-interpolation-mode: bicubic;
    margin-bottom: 3px;
}

blockquote {
    color: #7777aa;
    text-decoration: none;
    margin-left: 15px;
}

.mobileshown {
    display: none;
}

/* responsiveness*/
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width : 480px) {
    body {
        overflow-x: hidden;
    }

    .mobilehidden {
        display: none !important;
    }

    .mobileshown {
        display: block;
    }

    .topheader ul {
        text-align: left;
        padding: 0 10px;
    }

    .innercontainer {
        width: auto;
    }

    .forumcontent {
        margin-left: 10px;
        margin-right: 10px;
    }

    .header {
        overflow: hidden;
        padding: 0 10px;
    }

        .header .logininfo > div, .header #curuserTable > div {
            height: auto;
            float: none;
        }

        .header h1 {
            float: none;
            font-size: 20px;
            line-height: normal;
            margin: 5px auto;
        }

        .header h2 {
            font-size: 15px;
        }

        .header .logininfo {
            float: left;
            line-height: normal;
        }

        .header .curUserInfo {
            margin: 0;
        }

    .topheader ul {
        padding: 0;
    }

        .topheader ul li {
            margin-left: 10px;
        }

    .forumcontent table.biglist td {
        padding: 5px 10px;
    }

    .header input[type=text], .header input[type=password] {
        width: 95px;
    }

    .forumcontent table.postlist tr td:first-child {
        display: none;
    }

    .messageActions, .smalltoolbar {
        display: none;
    }

    .userinfo {
        line-height: 20px;
    }

        .userinfo img {
            float: left;
            width: 20px;
            height: 20px;
            border-radius: 20px;
        }
}

.btn-helpVideo {
    background-color: #fff;
    border-color: #ccc;
    margin-top: 20px;
}

#videoContainer {
    padding: 15px;
    margin: 10px 0;
    background-color: whitesmoke;
    border-radius: 10px;
}

#closeBtn {
    float: right;
    background-color: whitesmoke;
    border-color: #eee;
    border: 0;
    padding-bottom: 15px;
}

video.helpContent {
    width: 100%;
}

button.btn.btn-primary.center-block {
    color: white;
    border: 1px;
}