@font-face {
    font-family: 'Assistant';
    src: url('../fonts/Assistant-ExtraLight.eot');
    src: url('../fonts/Assistant-ExtraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/Assistant-ExtraLight.woff') format('woff'),
    url('../fonts/Assistant-ExtraLight.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Assistant';
    src: url('../fonts/Assistant-Light.eot');
    src: url('../fonts/Assistant-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Assistant-Light.woff') format('woff'),
    url('../fonts/Assistant-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Assistant';
    src: url('../fonts/Assistant-Regular.otf');
    src: url('../fonts/Assistant-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Assistant-Regular.woff') format('woff'),
    url('../fonts/Assistant-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Assistant';
    src: url('../fonts/Assistant-SemiBold.eot');
    src: url('../fonts/Assistant-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Assistant-SemiBold.woff') format('woff'),
    url('../fonts/Assistant-SemiBold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Assistant';
    src: url('../fonts/Assistant-Bold.eot');
    src: url('../fonts/Assistant-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Assistant-Bold.woff') format('woff'),
    url('../fonts/Assistant-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Assistant';
    src: url('../fonts/Assistant-ExtraBold.eot');
    src: url('../fonts/Assistant-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Assistant-ExtraBold.woff') format('woff'),
    url('../fonts/Assistant-ExtraBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    font-family: 'Assistant', sans-serif;
}

.blog-meta li:last-child {
    border-left: none;
}

.blog-meta li {
    float: right;
    padding: 0 5px;
    border-right: none;
    line-height: normal;
    font-size: 11px;
    margin-bottom: 5px;
    border-left: 2px solid #ddd;
}

td.center {
    text-align: center;
}

.panel-hidden {
    display: none;
}

#changeAllStat.btn {
    transition: all 1.2s ease-out 0s;
}

select, input {
    font-family: inherit !important;
}

#chat {
    width: 90%;
    margin: 25px auto;
    padding: 1%;
    background-color: #e4e7ea;
    border-radius: 5px;
    height: 500px;
    overflow-y: scroll;
}

.chat {
    width: 95%;
    margin: 5px auto;
}

.chat .col-xs-10 {

}

.chat .col-xs-2 {
    text-align: center;
}

.chat .col-xs-2 img {
    width: 50%;
    display: inline-block;
    margin-bottom: 0;

}

.chat .col-xs-10 span {
    background-color: white;
    display: block;
    padding: 18px 18px 18px 69px;
}

div#chatMessage {
    width: 90%;
    margin: 0 auto;
}

#chatMessage textarea {
    width: 90%;
    margin: 0 auto 25px;
}

ul#newsTicker {
    font-weight: normal !important;
    font-size: 20px !important;
}

.tickercontainer {
    background-color: rgba(241, 38, 0, 0.74);
    color: white !important;
}

.news .col-md-2 {

}

.lastMissions .col-md-4 a.btn,
.lastMissions .col-md-2 a.btn,
.news .col-md-2 a.btn {
    margin: 19px 19px 0 0;
}

div#connectedUsersHomePage {
    padding: 10px;
}

.connectedUsersHomePage {
    background-color: #e4e7ea;
    margin-bottom: 10px;
}

img.media-object.thumbnail {
    width: 42px;
}

.connectedUsersHomePage a {
    font-size: 25px;
    margin-top: 25px;
    display: block;
}

.youtubeInLearn iframe {
    width: 100%;
    height: 218px;
}

.btn i.fa {
    margin-left: 5px;
    vertical-align: middle;
}

.inviteChat {
    width: 100%;
    padding: 5px;
    background-color: white;
    border-bottom: 1px solid lavender;
    cursor: pointer;
}

.inviteChat.selected {
    background-color: #5bc0de;
    color: white;
}

div#inviteChat button {
    margin-top: 20px;
}

div#inviteChat {
    display: none;
    top: 13%;
    position: absolute;
    left: 0;
    right: 0;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    background-color: white;
    padding: 14px;
    border: 1px solid black;
}

#connectedUsersHomePage img.media-object.thumbnail {
    width: 100%;
}

.missionTable tr th:nth-child(1),
.missionTable tr th:nth-child(3),
.missionTable tr td:nth-child(1),
.missionTable tr td:nth-child(3) {
    font-weight: bold;
}

.mission-messaging .panel-body ul {
    max-height: 251px;
    overflow-x: scroll;
}

.mission-messaging textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
}

.mission-messaging form {
    width: 90%;
    margin: 5px auto 0;
}

.mission-messaging button {
    margin: 10px auto;
    display: block;
}

.mission-files input[type="submit"] {
    border: none;
    padding: 8px;
    margin: 0 auto;
    display: block;
}

img.media-object.thumbnail.user-img {
    width: 50px;
}

.reportButton {
    text-align: center;
    padding: 17px 0;
}

div#blackOnAll {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 999999999;
    background-color: rgba(78, 27, 27, 0.74);
}

div#blackOnAllInner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 20%;
    margin: 10% auto;
    background-color: white;
    text-align: center;
    padding: 40px;
    border-radius: 5px;
}

.clear {
    clear: both;
}

#newLogin {
    overflow: hidden;
}

#newLogin video {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
}

#newLogin {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#newLogin #login {
    border: 1px solid #b1b1b1;
    position: fixed;
    top: 56px;
    z-index: 1;
    background-color: white;
    padding: 28px;
    right: 56px;
    width: 350px;
}

.logopanel {
    text-align: center;
    margin-bottom: 25px;
}

@media screen and  (max-width: 800px) {
    #newLogin video {
        display: none;
        width: auto;
    }

    #newLogin #login {
        position: fixed;
        top: 56px;
        z-index: 1;
        background-color: white;
        padding: 28px;
        right: 0;
        width: 85%;
        left: 0;
        margin: 0 auto;
    }

    .chat img.media-object.thumbnail {
        width: 41px;
    }

    .chat h5 {
        font-size: 11px;
    }

    div#blackOnAllInner {
        margin-top: 20% !important;
        width: 90% !important;
    }
}

.todo-list i.fa.fa-trash-o {
    position: absolute;
    right: -18px;
    top: 3px;
    color: red;
}

h4.blog-title {
    font-size: 28px;
}

.blog-meta li {
    font-size: 15px;
    margin-top: 15px;
}

.comment-list .media-body {
    font-size: 20px;
}

.comment-list h4 {
    font-size: 25px;
}

.media-body small.text-muted {
    font-size: 15px;
    margin: 10px auto;
    display: block;
}

.nav-pills > li {
    font-size: 17px;
}

.panel-stat .stat-label {
    font-size: 17px;
}

.panel-alt .panel-title {
    font-size: 17px;
}

.panel-info-new .panel-heading,
.panel-info-new {
    background-color: #e4e7ea;
    width: 90%;
    margin: 11px auto;
    color: black;
}

.panel-purple .panel-heading,
.panel-purple {
    background-color: #9d4ae0;
    color: white;
}

.widget-messaging .sender {
    font-size: 18px;
}

.widget-messaging ul li small {
    font-size: 16px;
}

.panel-stat .stat {
    color: #000000;
}

.headermenu .dropdown-toggle img {
    height: 25px;
}

.tipsHolder {
    background-color: #1d2939;
    padding-bottom: 13px;
    margin-bottom: 25px;
}

.tipsTitle {
    text-align: center;
    color: white;
    padding: 5px;
}

.tips {
    background-color: white;
    padding: 15px;
    box-sizing: border-box;
    width: 92%;
    margin: 0 auto;
}

.tip {
    border-bottom: 1px solid #1d2939;
    text-align: center;
    margin-bottom: 7px;
    cursor: pointer;
}

div#tipsHandler {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 80%;
    background-color: white;
    margin: 25px auto;
    padding: 25px;
    box-sizing: border-box;
}

div#tipsLodaing {
    text-align: center;
}

div#tipsHandlerCloser {
    position: absolute;
    left: -12px;
    top: -12px;
    background-color: #1d2939;
    color: white;
    padding: 5px 10px;
    border-radius: 50%;
    cursor: pointer;
}

.linksImageHolder {
    text-align: center;
}

.linksImageHolder img {
    width: 100%;
    max-width: 210px;
    display: inline-block;
}