@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:500');
@font-face {
  font-family: 'HelveticaNeueLTStd-HvCn';
  src: url('../../../../../../etc/designs/atvi/activision/fonts/HelveticaNeueLTStd-HvCn.eot');
  src: url('../../../../../../etc/designs/atvi/activision/fonts/HelveticaNeueLTStd-HvCn.eot?#iefix') format('embedded-opentype'), url('../../../../../../etc/designs/atvi/activision/fonts/HelveticaNeueLTStd-HvCn.woff') format('woff'), url('../../../../../../etc/designs/atvi/activision/fonts/HelveticaNeueLTStd-HvCn.ttf') format('truetype'), url('../../../../../../etc/designs/atvi/activision/fonts/HelveticaNeueLTStd-HvCn.svg#HelveticaNeueLTStd-HvCn') format('svg');
  font-weight: normal;
  font-style: normal;
}
.os-hero {
  position: relative;
}
.os-hero .hero-bg {
  background: #000;
  height: 600px;
}
.os-hero .hero-bg .db-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.os-hero .hero-content .hero-inner-content {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 30%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  width: 100%;
  max-width: 1200px;
}
.os-hero .hero-content .hero-inner-content .hero-title {
  text-shadow: 1px 1px 6px #333;
  font-size: 36px;
  color: #FFF;
}
.os-hero .hero-content .hero-inner-content .hero-dropdown p {
  color: #FFF;
  font-size: 20px;
}
.os-hero .hero-content .online-icons {
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFF;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.os-hero .hero-content .online-icons .online-icons-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}


.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.input-group-btn {
    float: right;
    width: auto !important;
}
.mdl-step__content {
    font-family: 'Open Sans', sans-serif !important;
}

/* == == == == BUTTON STYLES == == == == */

.oshpBtn, .mdl-step__actions button {
    height: 42px;
    border-radius: 5px;
    border: none;
    padding: 0px 20px 0;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .04em;
    font-size: 15px;
}
.oshpBtn:hover {
    text-underline: none;
}
.oshpBtn.back {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.blue {
    background-color: #44A0CB;
    color: #fff;
}
.graybord {
    border: 2px solid #454340;
    color: #454340;
    background-color: white;
    font-weight: bold !important;
}
.larrow {
    border-top: 21px solid transparent;
    border-right: 14px solid #44A0CB;
    border-bottom: 21px solid transparent;
    display: inline-block;
    position: relative;
    top: 16px;
}
.oshpBtn.ybord {
    color: white;
    display: block;
    margin-top: 10px;
    max-width: 220px;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
}
a.oshpBtn.ybord:hover {
    color: #444;
    text-decoration: none;
    background-color: #f9dd00;
}
p.resolved span {
    color: #83B621;
    margin-right: 5px;
}


/* == == == == ALERTS BOX == == == == */

.alertsBox {
    background-color: #e24917;
}
#alert-carousel .carousel-inner, .alertsBox  {
    height: 35px;
}
#alert-carousel .carousel-caption {
    position: relative;
    right: 0;
    left: 0;
    text-align: left;
    text-shadow: none;
    margin-left: 15px;
    margin-right: 15px;
    top: -13px;
    font-size: 12px;
}
#alert-carousel .carousel-caption p {
    /*max-width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
    float: left;
    max-width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#alert-carousel .carousel-control {
    width: 20px;
}
#alert-carousel .carousel-control.left, #alert-carousel .carousel-control.right {
    background-image: none;
}
#alert-carousel .carousel-control .glyphicon-chevron-left, #alert-carousel .carousel-control .glyphicon-chevron-right, #alert-carousel .carousel-control .icon-prev, #alert-carousel .carousel-control .icon-next {
    margin-top: -11px;
    font-size: 20px;
    color: white;
}
.alertsBox .carousel-inner, .alertsBox .item {
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;

}
.alertsBox a {
    color: #FFF;
    text-decoration: none;
    //text-transform: uppercase;
    //font-weight: bold;
    cursor: pointer;
}
.alertsBox .carousel-caption a {
    //float: left;
    //margin-left: 10px;
}
.alertsBox a:hover {
    color: #F9DD00;
    text-decoration: none;
}


/* == == == == HOME BANNER BOX == == == == */

.bannerBox {
    /*height: 520px;*/
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.bannerTitle h1, .bannerTitle h2 {
    color: white !important;
    font-weight: 300 !important;
    text-shadow: 1px 1px 6px #333;
}

/* -- Game Hero Images -- */

/*.CallofDutyAdvancedWarfare {
	background-image: url('https://c.cs52.content.force.com/servlet/servlet.ImageServer?id=0155B00000092d1&oid=00D5B000000D05f&lastMod=1474489148000');
}
.CallofDutyBlackOpsII {
	background-image: url('https://c.cs52.content.force.com/servlet/servlet.ImageServer?id=0155B00000092d6&oid=00D5B000000D05f&lastMod=1474489378000');
}
.CallofDutyBlackOpsIII{
	background-image: url('https://c.cs52.content.force.com/servlet/servlet.ImageServer?id=0155B00000092dB&oid=00D5B000000D05f&lastMod=1474489461000');
}
.CallofDutyGhosts {
	background-image: url('https://c.cs52.content.force.com/servlet/servlet.ImageServer?id=0155B00000092dG&oid=00D5B000000D05f&lastMod=1474489533000');
}
.CallofDutyInfiniteWarfare {
	background-image: url('https://c.cs52.content.force.com/servlet/servlet.ImageServer?id=0155B00000092dL&oid=00D5B000000D05f&lastMod=1474489591000');
}
.CallofDutyMW3 {
	background-image: url('https://c.cs52.content.force.com/servlet/servlet.ImageServer?id=0155B00000092dQ&oid=00D5B000000D05f&lastMod=1474489644000');
}
.GuitarHeroLive {
	background-image: url('https://c.cs52.content.force.com/servlet/servlet.ImageServer?id=0155B00000092dV&oid=00D5B000000D05f&lastMod=1474489740000');
}
.SkylandersSuperChargers {
	background-image: url('https://c.cs52.content.force.com/servlet/servlet.ImageServer?id=0155B00000092df&oid=00D5B000000D05f&lastMod=1474489825000');
}
.CallofDutyModernWarfareRemastered {
	background-image: url('https://atvi-player-support--csuat--c.cs4.content.force.com/servlet/servlet.ImageServer?id=015P0000000CPMr&oid=00DP0000003oaWM&lastMod=1475688882000');
}
.TonyHawkProSkater {
	background-image: url('https://c.cs52.content.force.com/servlet/servlet.ImageServer?id=0155B00000092pR&oid=00D5B000000D05f&lastMod=1474654765000');
}
.SkylandersGiants {
	background-image: url('https://c.cs52.content.force.com/servlet/servlet.ImageServer?id=0155B00000092da&oid=00D5B000000D05f&lastMod=1474489782000');
}*/


/* -- Page Title & Game Selector -- */

.row.bannerTitle {
    margin-top: 15%;
}
.gameSelector {
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    display: inline-block;
    color: #525252;
    font-weight: 300;
    border: solid 2px #fff;
    position: relative;
    cursor: pointer;
    padding-right:20px;
    width: 100%;

}
.gameSelector span {
    position: absolute;
    right: 20px;
    width: 8px;
    height: 8px;
    top: 44%;
    margin-top: -4px;
    color: white;
    z-index: 0;
}
.gameSelector select {
    -webkit-appearance: none;
    appearance:none;
    width:105%;
    background:none;
    background:transparent;
    border:none;
    outline:none;
    cursor:pointer;
    padding: 10px 0 10px 15px;
    color: #fff;
    font-size: 16px;
    position: relative;
    z-index: 1; /* was set to 1000 */
}
.timeStamp {
    color: #fff;
    font-size: 13px;
    text-align: right;
    display: block;
    width: 100%;
    margin-top: 10px;
    text-shadow: 1px 1px 1px #000;
}
.timeStamp a {
    color: #44a0cb;
    cursor: pointer;
}
.timeStamp a:hover {
    color: #44a0cb;
}

/* -- Server Status Row -- */

.row.serverStatus {
    margin-top: 4%;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px 0 10px;
}
.serverStatus ul {
    text-align: left;
    margin-bottom: 0;
    padding-left: 0;
}
.serverStatus li {
    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
    color: white;
    font-size: 18px;
    font-weight: 300;
    width: 15%;
    min-width: 190px;
}
.serverStatus ul li span.online,
.serverStatus ul li span.offline,
.serverStatus ul li span.warning {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    float: left;
}

.serverStatus ul li span.online {
    color: #83B621;
}
.serverStatus ul li span.offline {
    color: #E24917;
}
.serverStatus ul li span.warning {
    color: #e9c205;
}

.serverStatus a {
    font-size: 14px;
    float: left;
    color: #44a0cb;
    margin: 1px 0 0 10px;
}
.serverStatus a:hover {
    text-decoration: none;
    color: #44a0cb;
}
.serverup,
.serverdown,
.serverwarning {
    height: 28px;
    width: 28px;
    display: inherit;
    margin-right: 10px;
    vertical-align: top;
    margin-bottom: 20px;
    float: left;
    background-repeat: no-repeat;
}
.serverup {
    background-image: url('../../../../../../content/dam/atvi/support/online-services/icons/icon_serverup.png');
}
.serverdown {
    background-image: url('../../../../../../content/dam/atvi/support/online-services/icons/icon_serverdown.png');
}
.serverwarning{
    background-image: url('../../../../../../content/dam/atvi/support/online-services/icons/icon_serverwarning.png');
}

/* -- Tooltip -- */

.tool-tip {
    background: url('clientlibs/css/images/icon_tooltip.png') no-repeat;
    height: 20px;
    width: 20px;
    display: inline-block;
    margin: 0 5px;
}
.tooltip-inner{
    background-color: #56A7DD;
    text-align: left;
}

/* == == == == INTERIOR BANNER BOX == == == == */

.detail .bannerBox {
    height: 225px;
    background-repeat: no-repeat;
}
.detail .bannerBox .row.bannerTitle {
    margin-top: 2%;
}
.detail .bannerBox .row.serverStatus {
    margin-top: 1%;
}

/* == == == == HOME CONTENT BOX == == == == */

.homeContentBlock.row {
    padding: 30px 0 40px;
    background-color: #1C1B1A;
}
.leftCol .row:nth-child(2) {
    margin-bottom: 10px;
}
.gbord {
    border: 2px solid #454340;
}
.ybord {
    border: 2px solid #F9DD00;
    padding: 15px;
}
.ybord.top {
    border-top: 2px solid #F9DD00;
    border-left: none;
    border-right: none;
    border-bottom: none;
}
.homeContentBlock h3 {
    text-transform: uppercase;
    color: white;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .04em;
    margin-bottom: 15px;
}
.leftCol a, .leftCol a:hover {
    color: #83B621;
    text-decoration: none;
}
.leftCol h3 a {
    color: #83B621;
}
.leftCol h3 a:hover {
    color: #83B621;
    text-decoration: none;
}
.leftCol .col-lg-6 {
    padding-left: 0;
}
html[lang="fr_BE"] .twitter, html[lang="de_DE"] .twitter, html[lang="en_GB"] .twitter, html[lang="fr_FR"] .twitter,
html[lang="it_IT"] .twitter, html[lang="es_ES"] .twitter, html[lang="en_AU"] .twitter, html[lang="nl_NL"] .twitter,
html[lang="fr_BE"] .twitter, html[lang="sv_SE"] .twitter, html[lang="fr_LU"] .twitter, html[lang="en_NO"] .twitter,
html[lang="en_FI"] .twitter, html[lang="pt_BR"] .twitter, html[lang="ko_KO"] .twitter, html[lang="zh_HK"] .twitter, html[lang="zh_TW"] .twitter
{ display: none; }

/* -- Connection Tips Box -- */

.tipBox {
    padding: 0 !important;
}
.tipBox a.carousel-control {
    color: #999;
}
.tipBox .carousel-inner, .tipBox .item {
    height: 100px;
}
.carousel-inner img {
    opacity: 0.3;
    max-height: 100px;
    width: 100%;
    min-height: 100px;
}
.carousel-indicators {
    bottom: 0 !important;
}
.tipBox .carousel-caption {
    font-size: 18px;
    padding-bottom: 24px;
}

/* -- Platform Server Status -- */

.platformStatusBox p {
    color: white;
    font-weight: 300;
    margin-bottom: 20px;
}
.col-lg-3 p {
    margin-bottom: 10px;
}
.platformIcon {
    background-image: url('clientlibs/css/images/icon_platformicons.png');
    background-repeat: no-repeat;
    display: block;
    height: 44px;
    width: 44px;
    margin-bottom: 15px;
}
.psn {
    background-position: 0 0;
}
.xbox {
    background-position: -48px 0;
}
.wii {
    background-position: -95px 0;
}
.steam {
    background-position: -141px 0;
}

/* -- Search Box -- */

.searchEvent {
    width: 100%;
    white-space: nowrap;
    position: relative;
}
.searchEvent input {
    height: 42px;
    border: none;
    float: left;
    width: 100%;
    color: #454340;
    padding-left: 15px;
}
.searchEvent input::-webkit-input-placeholder {
    color: #a4a09a;
    font-weight: 300;
}
.searchEvent input:-moz-placeholder { /* Firefox 18- */
    color: #a4a09a;
    font-weight: 300;
}
.searchEvent input::-moz-placeholder {  /* Firefox 19+ */
    color: #a4a09a;
    font-weight: 300;
}
.searchEvent input:-ms-input-placeholder {
    color: #a4a09a;
    font-weight: 300;
}
.searchEvent .glyphicon {
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 9px;
    font-size: 18px;
    background: none;
    border: none;
}

/* -- Maintenance Box -- */

.maintenanceBox ul {
    padding-left: 0;
    list-style: none;
}
.maintenanceBox ul li a, .maintenanceBox ul li a:hover, .maintenanceBox ul li  {
    color: white;
}
.maintenanceBox ul li {
    border-bottom: 1px solid #777;
    padding: 10px 0;
}
.maintenanceBox ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
div#loadMore.oshpBtn, div#showless.oshpBtn {
    max-width: 100% !important;
}
.noMaintenance {
    color: white;
    margin: 10px 0;
}


/* == == == == INTERIOR CONTENT BOX == == == == */

.detailContentBlock {
    background-color: #fff;
    padding: 30px 0;
    min-height: 500px;
}
.detailContentBlock .container, .detailContentBlock .leftCol {
    padding: 0;
}

/* -- Event Detail Box -- */

.arrowBtnBlock {
    margin-left: -15px;
}
h2.eventTitle {
    color: #1C1B1A !important;
    font-size: 22px !important;
}
.row.eventDetailBlock {
    padding: 20px 15px;
    color: white;
    margin-bottom: 20px !important;
}
.eventDetailBlock h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    margin-top: 0;
}
.row.eventDetailBlock .col-lg-3, .row.eventDetailBlock .col-lg-2 {
    padding: 0 5px;
}
.rss {
    background-image: url('clientlibs/css/images/icon_rss.png');
    background-repeat: no-repeat;
    background-position: 12px;
    background-size: 12px;
}
.oshpBtn.rss {
    padding-left: 30px;
    padding-right: 14px;
}
.followBtnBlock {
    float: right;
}

/* -- Game Title and Platform Box -- */

.leftCol .table-responsive {
    margin-left: -5px;
}
.table-responsive p {
    margin: 0 8px;
}
.titlePlatformList {
    margin-bottom: 30px !important;
}
.titlePlatformList th, .eventUpdateList th {
    border-top: none !important;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
}
.titlePlatformList td, .eventUpdateList td {
    border-top: none !important;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
}
.titlePlatformList tr:last-child td, .eventUpdateList tr:last-child td {
    border-bottom: none;
}

/* -- Right Col -- */

.detailContentBlock .searchEvent input {
    border: 1px solid #ddd;
}
.detailContentBlock .rightCol {
    margin-top: 20px;
}
.rightCol .oshpBtn {
    width: 100%;
    max-width: 100%;
}
.rightCol h4 {
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 30px !important;
    display: inline-block;
    font-weight: bold;
}

/* == == == == SEARCH RESULTS PAGE == == == == */

.titlePlatformList.searchResults {
    margin: 30px 0 !important;
}
.searchResults td {
    padding: 15px 10px !important;
}

/* == == == == MEDIA QUERIES == == == == */

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .row.bannerTitle { margin-top: 0%; }
    .bannerBox { padding-top: 9%;}
    .leftCol .row:nth-child(2) h3, .leftCol .row:nth-child(3) h3 { margin-bottom: 10px; }
    .followBtnBlock { float: none; text-align: center; margin-top: 20px; }

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .followBtnBlock { float: left; margin-top: 0; }
    .eventDetailBlock .col-lg-3 { margin-bottom: 20px; }
    .detail .bannerBox { height: 195px; background-size: cover;}
    #alert-carousel .carousel-inner, .alertsBox { height: 35px; }
    #alert-carousel .alertsBox a { margin-left: 0; }
    #alert-carousel .carousel-inner, .item { height: 35px; max-height: 100px; max-width: 95%; }
    .rightCol, .leftCol { padding: 0 !important; }
    #reportOutageModal .modal-dialog { width: 80%; margin: 10px auto;}
    .mdl-step__content { padding: 20px; }
    .mdl-step__content .col-md-6.col-xs-12 { padding-left: 0; padding-right: 0; }
    .input-group-btn { float: none; }
    .navbar-form .form-control { display: inline-block; vertical-align: middle; }
    .alertsBox .carousel-inner, .alertsBox .item { height: 100px; }
    #alert-carousel .carousel-caption { padding: 10px 0 0; }
    #alert-carousel .carousel-caption p { max-height: 20px; overflow: hidden; text-overflow: ellipsis;
        margin-top: 10px; max-width: 70%;}
    //.alertsBox .carousel-caption a { margin-top: 10px; }
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .eventDetailBlock .col-lg-2 { margin-bottom: 20px; }
    .table-responsive { border: none !important; }
    .row.eventDetailBlock, .leftCol .table-responsive, h2.eventTitle
    { margin-left: 10px; }
    .arrowBtnBlock { margin-left: 0; }
    .detailContentBlock .rightCol { padding: 0; }
    .homeContentBlock .container, .homeContentBlock .leftCol
    { padding-left: 0; padding-right: 0; }
    #alert-carousel .carousel-caption p { max-height: 20px; overflow: hidden; text-overflow: ellipsis; max-width: 65%}
    #alert-carousel .carousel-inner, .item { max-height: 35px; }
    #alert-carousel .carousel-caption { padding-bottom: 0 !important; }
    .hidden-lg h3, .hidden-lg .col-sm-6 { padding-left: 0 !important; padding-right: 0 !important; margin-left: 0; }
    .eventDetailBlock .followBtnBlock { width: 100%; }
    .eventDetailBlock .oshpBtn { width: 100%; }
    .eventDetailBlock, .eventDetailBlock .col-xs-12 { padding-left: 0 !important; padding-right: 0 !important; }
    .eventDetailBlock { padding-bottom: 0 !important; }
    .eventDetailBlock .oshpBtn { border-radius: 0; }
    #reportOutageModal .modal-dialog { width: 92%; }
    .mdl-step__content table td { display: table-row; border-bottom: none !important; margin-bottom: 15px; }
    .oshpBtn, .mdl-step__actions button { padding: 0 7px 0; }
    .mdl-step__actions { margin-right: -12px !important; }
    .rc-anchor-normal { width: 75%; }
    .gameSelector select { color: #fff !important; }
    .mdl-step__content table tr:last-child { margin-bottom: 0; }
    .mdl-step__content table tr { display: block; padding-bottom: 10px; border-bottom: 1px solid #fff;
        margin-bottom: 10px; }
    .modalPicklist select, .modalPicklist span select { padding: 10px 20px 10px 15px; }
    .gameSelector select { padding: 10px 35px 10px 15px; }
    .mdl-step__content { width: 190px !important; }

    .tipBox .carousel-caption { bottom: -50px; }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .alertsBox { min-height: 35px; }
    .alertsText { position: relative; }
    .serverStatus li { margin: 0 15px; }
    .homeContentBlock { padding: 0; }
    .homeContentBlock h3 { margin-left: 15px; }
    div#captchaDivRO div div iframe { width: 190px; }
   // .alertsBox .carousel-caption a { float: right; margin-left: 0; }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}
@media only screen and (max-width: 375px) {
    .mdl-stepper {
        width: 100% !important;
    }
}

/* == == == == BROWSER-SPECIFIC STYLES == == == == */

.ext-ie6 .gameSelector span.glyphicon { display: none !important; }
.ext-ie6 .grad { filter: initial !important; }

/* IE10+ Styles  - add to stylesheet */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .gameSelector span.glyphicon, .modalPicklist span.glyphicon { display: none; }
    .gameSelector select { color: #9d9d9d; }
    .mdl-step__title-message { margin: 5px 0; }
    #captchaDivRO { margin: 10px 0; }
    .gameSelector select { padding: 10px 5px 10px 15px; }
    .modalPicklist select, .modalPicklist span select { padding: 10px 20px 10px 15px; }
}

/* Firefox styles - add to stylesheet */

@-moz-document url-prefix() {
    .gameSelector span.glyphicon, .modalPicklist span.glyphicon { display: none; }
    .gameSelector select, .modalPicklist select, .modalPicklist span select { width: 107%; }
    #captchaDivRO { margin: 10px 0; }
}


/* Chrome & IE Edge styles - add to stylesheet */

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .gameSelector select { color: #9d9d9d; }
}

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

.twitter-link, .twitter-link:hover, .twitter-link:active{
    color: #83B621;
    text-decoration: none;
}
#alert-carousel .carousel-inner, .item {
    max-width: 100% !important;
}
#alert-carousel .carousel-inner, .alertsBox {
    height: 35px;
}

.alertsBox {
    background-color: #e24917;
}

.alertsBox .carousel-inner, .alertsBox .item {
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.alertsBox .carousel-inner, .alertsBox .item {
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.alert-bar #alert-carousel {
	margin-top: 0px;
    margin-bottom: 0px;

}

#alert-carousel .carousel-caption {
    position: relative;
    right: 0;
    left: 0;
    text-align: left;
    text-shadow: none;
    margin-left: 15px;
    top: -13px;
    font-size: 12px;
}

#alert-carousel .carousel-caption p {
    float: left;
    max-width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#alert-carousel .carousel-caption p {
    float: left;
    max-width: 85%;
    white-space: nowrap;
    overflow: hidden;
}

.alertsBox .carousel-caption a {
    //float: left;
    //margin-left: 10px;
}
.alertsBox a {
    //color: #F9DD00;
    text-decoration: none;
    //text-transform: uppercase;
    //font-weight: bold;
    cursor: pointer;
}

#alert-carousel .carousel-control.left, #alert-carousel .carousel-control.right {
    background-image: none;
}
#alert-carousel .carousel-control {
    width: 20px;
}

#alert-carousel .carousel-control.left, #alert-carousel .carousel-control.right {
    background-image: none;
}
#alert-carousel .carousel-control {
    width: 20px;
}

#alert-carousel .carousel-control .glyphicon-chevron-left, #alert-carousel .carousel-control .glyphicon-chevron-right, #alert-carousel .carousel-control .icon-prev, #alert-carousel .carousel-control .icon-next {
    margin-top: -11px;
    font-size: 20px;
    color: white;
}
.online-status .carousel {
	margin-top: 0px;
    margin-bottom: 0px;
}




@media only screen and (max-width : 768px) {
    #alert-carousel .carousel-caption p {
		width: 100%
    }
}

