﻿/*!
 * Datepicker for Bootstrap v1.8.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
    border-radius: 4px;
    direction: ltr
}

.datepicker-inline {
    width: 220px
}

.datepicker-rtl {
    direction: rtl
}

.datepicker-rtl.dropdown-menu {
    left: auto
}

.datepicker-rtl table tr td span {
    float: right
}

.datepicker-dropdown {
    top: 0;
    left: 0;
    padding: 4px
}

.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(0, 0, 0, 0.15);
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute
}

.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px
}

.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px
}

.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid rgba(0, 0, 0, 0.15)
}

.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.datepicker table tr td,
.datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #777777
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
    background: #eeeeee;
    cursor: pointer
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #777777;
    cursor: default
}

.datepicker table tr td.highlighted {
    color: #000;
    background-color: #d9edf7;
    border-color: #85c5e5;
    border-radius: 0
}

.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
    color: #000;
    background-color: #afd9ee;
    border-color: #298fc2
}

.datepicker table tr td.highlighted:hover {
    color: #000;
    background-color: #afd9ee;
    border-color: #52addb
}

.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
    color: #000;
    background-color: #afd9ee;
    border-color: #52addb
}

.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
    color: #000;
    background-color: #91cbe8;
    border-color: #298fc2
}

.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
    background-color: #d9edf7;
    border-color: #85c5e5
}

.datepicker table tr td.highlighted.focused {
    background: #afd9ee
}

.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
    background: #d9edf7;
    color: #777777
}

.datepicker table tr td.today {
    color: #000;
    background-color: #ffdb99;
    border-color: #ffb733
}

.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
    color: #000;
    background-color: #ffc966;
    border-color: #b37400
}

.datepicker table tr td.today:hover {
    color: #000;
    background-color: #ffc966;
    border-color: #f59e00
}

.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
    color: #000;
    background-color: #ffc966;
    border-color: #f59e00
}

.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
    color: #000;
    background-color: #ffbc42;
    border-color: #b37400
}

.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
    background-color: #ffdb99;
    border-color: #ffb733
}

.datepicker table tr td.today.focused {
    background: #ffc966
}

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
    background: #ffdb99;
    color: #777777
}

.datepicker table tr td.range {
    color: #000;
    background-color: #eeeeee;
    border-color: #bbbbbb;
    border-radius: 0
}

.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
    color: #000;
    background-color: #d5d5d5;
    border-color: #7c7c7c
}

.datepicker table tr td.range:hover {
    color: #000;
    background-color: #d5d5d5;
    border-color: #9d9d9d
}

.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
    color: #000;
    background-color: #d5d5d5;
    border-color: #9d9d9d
}

.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
    color: #000;
    background-color: #c3c3c3;
    border-color: #7c7c7c
}

.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
    background-color: #eeeeee;
    border-color: #bbbbbb
}

.datepicker table tr td.range.focused {
    background: #d5d5d5
}

.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
    background: #eeeeee;
    color: #777777
}

.datepicker table tr td.range.highlighted {
    color: #000;
    background-color: #e4eef3;
    border-color: #9dc1d3
}

.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
    color: #000;
    background-color: #c1d7e3;
    border-color: #4b88a6
}

.datepicker table tr td.range.highlighted:hover {
    color: #000;
    background-color: #c1d7e3;
    border-color: #73a6c0
}

.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
    color: #000;
    background-color: #c1d7e3;
    border-color: #73a6c0
}

.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
    color: #000;
    background-color: #a8c8d8;
    border-color: #4b88a6
}

.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
    background-color: #e4eef3;
    border-color: #9dc1d3
}

.datepicker table tr td.range.highlighted.focused {
    background: #c1d7e3
}

.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
    background: #e4eef3;
    color: #777777
}

.datepicker table tr td.range.today {
    color: #000;
    background-color: #f7ca77;
    border-color: #f1a417
}

.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
    color: #000;
    background-color: #f4b747;
    border-color: #815608
}

.datepicker table tr td.range.today:hover {
    color: #000;
    background-color: #f4b747;
    border-color: #bf800c
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
    color: #000;
    background-color: #f4b747;
    border-color: #bf800c
}

.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
    color: #000;
    background-color: #f2aa25;
    border-color: #815608
}

.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
    background-color: #f7ca77;
    border-color: #f1a417
}

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
    background: #f7ca77;
    color: #777777
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
    color: #fff;
    background-color: #777777;
    border-color: #555555;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #161616
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #373737
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #373737
}

.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
    color: #fff;
    background-color: #4c4c4c;
    border-color: #161616
}

.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
    background-color: #777777;
    border-color: #555555
}

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
    background-color: #337ab7;
    border-color: #2e6da4
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px
}

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
    background: #eeeeee
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: none;
    color: #777777;
    cursor: default
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
    background-color: #337ab7;
    border-color: #2e6da4
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
    color: #777777
}

.datepicker .datepicker-switch {
    width: 145px
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
    cursor: pointer
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
    background: #eeeeee
}

.datepicker .prev.disabled,
.datepicker .next.disabled {
    visibility: hidden
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}

.input-group.date .input-group-addon {
    cursor: pointer
}

.input-daterange {
    width: 100%
}

.input-daterange input {
    text-align: center
}

.input-daterange input:first-child {
    border-radius: 3px 0 0 3px
}

.input-daterange input:last-child {
    border-radius: 0 3px 3px 0
}

.input-daterange .input-group-addon {
    width: auto;
    min-width: 16px;
    padding: 4px 5px;
    line-height: 1.42857143;
    border-width: 1px 0;
    margin-left: -5px;
    margin-right: -5px
}

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    user-select: none
}

.chosen-container * {
    box-sizing: border-box
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    clip: rect(0, 0, 0, 0);
    clip-path: inset(100% 100%)
}

.chosen-container.chosen-with-drop .chosen-drop {
    clip: auto;
    clip-path: none
}

.chosen-container a {
    cursor: pointer
}

.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999999
}

.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px
}

.chosen-container-single .chosen-default {
    color: #999
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(/assets/chosen-sprite-8aa69ee6b2376505578d758bfbbc52aec88fa5e591f1a7cabd8adfa80a7b613a.png) -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/assets/chosen-sprite-8aa69ee6b2376505578d758bfbbc52aec88fa5e591f1a7cabd8adfa80a7b613a.png) no-repeat 0px 2px
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

.chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: url(/assets/chosen-sprite-8aa69ee6b2376505578d758bfbbc52aec88fa5e591f1a7cabd8adfa80a7b613a.png) no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(100% 100%)
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    width: 25px
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eeeeee;
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(/assets/chosen-sprite-8aa69ee6b2376505578d758bfbbc52aec88fa5e591f1a7cabd8adfa80a7b613a.png) -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: linear-gradient(#eee 20%, #fff 80%);
    box-shadow: 0 1px 0 #fff inset
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important
}

.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default
}

.chosen-disabled .chosen-single {
    cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default
}

.chosen-rtl {
    text-align: right
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px
}

.chosen-rtl .chosen-choices li {
    float: right
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none
}

.chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: url(/assets/chosen-sprite-8aa69ee6b2376505578d758bfbbc52aec88fa5e591f1a7cabd8adfa80a7b613a.png) no-repeat -30px -20px;
    direction: rtl
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi),
only screen and (min-resolution: 1.5dppx) {

    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        background-image: url(/assets/chosen-sprite@2x-1e349b80fba8c23b63656925fda8dfe3c5927b5d0d8a1672143416caacf460fb.png) !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important
    }
}

.chosen-container {
    user-select: none
}

.chosen-container * {
    box-sizing: border-box
}

.chosen-container-single .chosen-single {
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%)
}

.chosen-container-single .chosen-search {
    background: url(/assets/chosen-sprite-8aa69ee6b2376505578d758bfbbc52aec88fa5e591f1a7cabd8adfa80a7b613a.png) no-repeat 100% -20px
}

.chosen-container .chosen-results li.highlighted {
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%)
}

.chosen-container-multi .chosen-choices {
    background-image: linear-gradient(#eee 1%, #fff 15%)
}

.chosen-container-multi .chosen-choices li.search-choice {
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%)
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%)
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background-image: linear-gradient(#eee 20%, #fff 80%)
}

.chosen-rtl .chosen-search input[type="text"] {
    background: url(/assets/chosen-sprite-8aa69ee6b2376505578d758bfbbc52aec88fa5e591f1a7cabd8adfa80a7b613a.png) no-repeat -30px -20px
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

#ticker {
    padding-top: 6px
}

#ticker div {
    margin-top: 10px;
    color: white !important
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.rect-auto,
.c100.p51 .slice,
.c100.p52 .slice,
.c100.p53 .slice,
.c100.p54 .slice,
.c100.p55 .slice,
.c100.p56 .slice,
.c100.p57 .slice,
.c100.p58 .slice,
.c100.p59 .slice,
.c100.p60 .slice,
.c100.p61 .slice,
.c100.p62 .slice,
.c100.p63 .slice,
.c100.p64 .slice,
.c100.p65 .slice,
.c100.p66 .slice,
.c100.p67 .slice,
.c100.p68 .slice,
.c100.p69 .slice,
.c100.p70 .slice,
.c100.p71 .slice,
.c100.p72 .slice,
.c100.p73 .slice,
.c100.p74 .slice,
.c100.p75 .slice,
.c100.p76 .slice,
.c100.p77 .slice,
.c100.p78 .slice,
.c100.p79 .slice,
.c100.p80 .slice,
.c100.p81 .slice,
.c100.p82 .slice,
.c100.p83 .slice,
.c100.p84 .slice,
.c100.p85 .slice,
.c100.p86 .slice,
.c100.p87 .slice,
.c100.p88 .slice,
.c100.p89 .slice,
.c100.p90 .slice,
.c100.p91 .slice,
.c100.p92 .slice,
.c100.p93 .slice,
.c100.p94 .slice,
.c100.p95 .slice,
.c100.p96 .slice,
.c100.p97 .slice,
.c100.p98 .slice,
.c100.p99 .slice,
.c100.p100 .slice {
    clip: rect(auto, auto, auto, auto)
}

.pie,
.c100 .bar,
.c100.p51 .fill,
.c100.p52 .fill,
.c100.p53 .fill,
.c100.p54 .fill,
.c100.p55 .fill,
.c100.p56 .fill,
.c100.p57 .fill,
.c100.p58 .fill,
.c100.p59 .fill,
.c100.p60 .fill,
.c100.p61 .fill,
.c100.p62 .fill,
.c100.p63 .fill,
.c100.p64 .fill,
.c100.p65 .fill,
.c100.p66 .fill,
.c100.p67 .fill,
.c100.p68 .fill,
.c100.p69 .fill,
.c100.p70 .fill,
.c100.p71 .fill,
.c100.p72 .fill,
.c100.p73 .fill,
.c100.p74 .fill,
.c100.p75 .fill,
.c100.p76 .fill,
.c100.p77 .fill,
.c100.p78 .fill,
.c100.p79 .fill,
.c100.p80 .fill,
.c100.p81 .fill,
.c100.p82 .fill,
.c100.p83 .fill,
.c100.p84 .fill,
.c100.p85 .fill,
.c100.p86 .fill,
.c100.p87 .fill,
.c100.p88 .fill,
.c100.p89 .fill,
.c100.p90 .fill,
.c100.p91 .fill,
.c100.p92 .fill,
.c100.p93 .fill,
.c100.p94 .fill,
.c100.p95 .fill,
.c100.p96 .fill,
.c100.p97 .fill,
.c100.p98 .fill,
.c100.p99 .fill,
.c100.p100 .fill {
    position: absolute;
    border: 0.08em solid #307bbb;
    width: 0.84em;
    height: 0.84em;
    clip: rect(0em, 0.5em, 1em, 0em);
    border-radius: 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.pie-fill,
.c100.p51 .bar:after,
.c100.p51 .fill,
.c100.p52 .bar:after,
.c100.p52 .fill,
.c100.p53 .bar:after,
.c100.p53 .fill,
.c100.p54 .bar:after,
.c100.p54 .fill,
.c100.p55 .bar:after,
.c100.p55 .fill,
.c100.p56 .bar:after,
.c100.p56 .fill,
.c100.p57 .bar:after,
.c100.p57 .fill,
.c100.p58 .bar:after,
.c100.p58 .fill,
.c100.p59 .bar:after,
.c100.p59 .fill,
.c100.p60 .bar:after,
.c100.p60 .fill,
.c100.p61 .bar:after,
.c100.p61 .fill,
.c100.p62 .bar:after,
.c100.p62 .fill,
.c100.p63 .bar:after,
.c100.p63 .fill,
.c100.p64 .bar:after,
.c100.p64 .fill,
.c100.p65 .bar:after,
.c100.p65 .fill,
.c100.p66 .bar:after,
.c100.p66 .fill,
.c100.p67 .bar:after,
.c100.p67 .fill,
.c100.p68 .bar:after,
.c100.p68 .fill,
.c100.p69 .bar:after,
.c100.p69 .fill,
.c100.p70 .bar:after,
.c100.p70 .fill,
.c100.p71 .bar:after,
.c100.p71 .fill,
.c100.p72 .bar:after,
.c100.p72 .fill,
.c100.p73 .bar:after,
.c100.p73 .fill,
.c100.p74 .bar:after,
.c100.p74 .fill,
.c100.p75 .bar:after,
.c100.p75 .fill,
.c100.p76 .bar:after,
.c100.p76 .fill,
.c100.p77 .bar:after,
.c100.p77 .fill,
.c100.p78 .bar:after,
.c100.p78 .fill,
.c100.p79 .bar:after,
.c100.p79 .fill,
.c100.p80 .bar:after,
.c100.p80 .fill,
.c100.p81 .bar:after,
.c100.p81 .fill,
.c100.p82 .bar:after,
.c100.p82 .fill,
.c100.p83 .bar:after,
.c100.p83 .fill,
.c100.p84 .bar:after,
.c100.p84 .fill,
.c100.p85 .bar:after,
.c100.p85 .fill,
.c100.p86 .bar:after,
.c100.p86 .fill,
.c100.p87 .bar:after,
.c100.p87 .fill,
.c100.p88 .bar:after,
.c100.p88 .fill,
.c100.p89 .bar:after,
.c100.p89 .fill,
.c100.p90 .bar:after,
.c100.p90 .fill,
.c100.p91 .bar:after,
.c100.p91 .fill,
.c100.p92 .bar:after,
.c100.p92 .fill,
.c100.p93 .bar:after,
.c100.p93 .fill,
.c100.p94 .bar:after,
.c100.p94 .fill,
.c100.p95 .bar:after,
.c100.p95 .fill,
.c100.p96 .bar:after,
.c100.p96 .fill,
.c100.p97 .bar:after,
.c100.p97 .fill,
.c100.p98 .bar:after,
.c100.p98 .fill,
.c100.p99 .bar:after,
.c100.p99 .fill,
.c100.p100 .bar:after,
.c100.p100 .fill {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c100 {
    position: relative;
    font-size: 120px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    float: left;
    margin: 0 0.1em 0.1em 0;
    background-color: #cccccc
}

.c100 *,
.c100 *:before,
.c100 *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.c100.center {
    float: none;
    margin: 0 auto
}

.c100.big {
    font-size: 240px
}

.c100.small {
    font-size: 80px
}

.c100>span {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    width: 5em;
    line-height: 5em;
    font-size: 0.2em;
    color: #cccccc;
    display: block;
    text-align: center;
    white-space: nowrap;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.c100:after {
    position: absolute;
    top: 0.08em;
    left: 0.08em;
    display: block;
    content: " ";
    border-radius: 50%;
    background-color: #f5f5f5;
    width: 0.84em;
    height: 0.84em;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

.c100 .slice {
    position: absolute;
    width: 1em;
    height: 1em;
    clip: rect(0em, 1em, 1em, 0.5em)
}

.c100.p1 .bar {
    -webkit-transform: rotate(3.6deg);
    -moz-transform: rotate(3.6deg);
    -ms-transform: rotate(3.6deg);
    -o-transform: rotate(3.6deg);
    transform: rotate(3.6deg)
}

.c100.p2 .bar {
    -webkit-transform: rotate(7.2deg);
    -moz-transform: rotate(7.2deg);
    -ms-transform: rotate(7.2deg);
    -o-transform: rotate(7.2deg);
    transform: rotate(7.2deg)
}

.c100.p3 .bar {
    -webkit-transform: rotate(10.8deg);
    -moz-transform: rotate(10.8deg);
    -ms-transform: rotate(10.8deg);
    -o-transform: rotate(10.8deg);
    transform: rotate(10.8deg)
}

.c100.p4 .bar {
    -webkit-transform: rotate(14.4deg);
    -moz-transform: rotate(14.4deg);
    -ms-transform: rotate(14.4deg);
    -o-transform: rotate(14.4deg);
    transform: rotate(14.4deg)
}

.c100.p5 .bar {
    -webkit-transform: rotate(18deg);
    -moz-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    -o-transform: rotate(18deg);
    transform: rotate(18deg)
}

.c100.p6 .bar {
    -webkit-transform: rotate(21.6deg);
    -moz-transform: rotate(21.6deg);
    -ms-transform: rotate(21.6deg);
    -o-transform: rotate(21.6deg);
    transform: rotate(21.6deg)
}

.c100.p7 .bar {
    -webkit-transform: rotate(25.2deg);
    -moz-transform: rotate(25.2deg);
    -ms-transform: rotate(25.2deg);
    -o-transform: rotate(25.2deg);
    transform: rotate(25.2deg)
}

.c100.p8 .bar {
    -webkit-transform: rotate(28.8deg);
    -moz-transform: rotate(28.8deg);
    -ms-transform: rotate(28.8deg);
    -o-transform: rotate(28.8deg);
    transform: rotate(28.8deg)
}

.c100.p9 .bar {
    -webkit-transform: rotate(32.4deg);
    -moz-transform: rotate(32.4deg);
    -ms-transform: rotate(32.4deg);
    -o-transform: rotate(32.4deg);
    transform: rotate(32.4deg)
}

.c100.p10 .bar {
    -webkit-transform: rotate(36deg);
    -moz-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    -o-transform: rotate(36deg);
    transform: rotate(36deg)
}

.c100.p11 .bar {
    -webkit-transform: rotate(39.6deg);
    -moz-transform: rotate(39.6deg);
    -ms-transform: rotate(39.6deg);
    -o-transform: rotate(39.6deg);
    transform: rotate(39.6deg)
}

.c100.p12 .bar {
    -webkit-transform: rotate(43.2deg);
    -moz-transform: rotate(43.2deg);
    -ms-transform: rotate(43.2deg);
    -o-transform: rotate(43.2deg);
    transform: rotate(43.2deg)
}

.c100.p13 .bar {
    -webkit-transform: rotate(46.8deg);
    -moz-transform: rotate(46.8deg);
    -ms-transform: rotate(46.8deg);
    -o-transform: rotate(46.8deg);
    transform: rotate(46.8deg)
}

.c100.p14 .bar {
    -webkit-transform: rotate(50.4deg);
    -moz-transform: rotate(50.4deg);
    -ms-transform: rotate(50.4deg);
    -o-transform: rotate(50.4deg);
    transform: rotate(50.4deg)
}

.c100.p15 .bar {
    -webkit-transform: rotate(54deg);
    -moz-transform: rotate(54deg);
    -ms-transform: rotate(54deg);
    -o-transform: rotate(54deg);
    transform: rotate(54deg)
}

.c100.p16 .bar {
    -webkit-transform: rotate(57.6deg);
    -moz-transform: rotate(57.6deg);
    -ms-transform: rotate(57.6deg);
    -o-transform: rotate(57.6deg);
    transform: rotate(57.6deg)
}

.c100.p17 .bar {
    -webkit-transform: rotate(61.2deg);
    -moz-transform: rotate(61.2deg);
    -ms-transform: rotate(61.2deg);
    -o-transform: rotate(61.2deg);
    transform: rotate(61.2deg)
}

.c100.p18 .bar {
    -webkit-transform: rotate(64.8deg);
    -moz-transform: rotate(64.8deg);
    -ms-transform: rotate(64.8deg);
    -o-transform: rotate(64.8deg);
    transform: rotate(64.8deg)
}

.c100.p19 .bar {
    -webkit-transform: rotate(68.4deg);
    -moz-transform: rotate(68.4deg);
    -ms-transform: rotate(68.4deg);
    -o-transform: rotate(68.4deg);
    transform: rotate(68.4deg)
}

.c100.p20 .bar {
    -webkit-transform: rotate(72deg);
    -moz-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    -o-transform: rotate(72deg);
    transform: rotate(72deg)
}

.c100.p21 .bar {
    -webkit-transform: rotate(75.6deg);
    -moz-transform: rotate(75.6deg);
    -ms-transform: rotate(75.6deg);
    -o-transform: rotate(75.6deg);
    transform: rotate(75.6deg)
}

.c100.p22 .bar {
    -webkit-transform: rotate(79.2deg);
    -moz-transform: rotate(79.2deg);
    -ms-transform: rotate(79.2deg);
    -o-transform: rotate(79.2deg);
    transform: rotate(79.2deg)
}

.c100.p23 .bar {
    -webkit-transform: rotate(82.8deg);
    -moz-transform: rotate(82.8deg);
    -ms-transform: rotate(82.8deg);
    -o-transform: rotate(82.8deg);
    transform: rotate(82.8deg)
}

.c100.p24 .bar {
    -webkit-transform: rotate(86.4deg);
    -moz-transform: rotate(86.4deg);
    -ms-transform: rotate(86.4deg);
    -o-transform: rotate(86.4deg);
    transform: rotate(86.4deg)
}

.c100.p25 .bar {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.c100.p26 .bar {
    -webkit-transform: rotate(93.6deg);
    -moz-transform: rotate(93.6deg);
    -ms-transform: rotate(93.6deg);
    -o-transform: rotate(93.6deg);
    transform: rotate(93.6deg)
}

.c100.p27 .bar {
    -webkit-transform: rotate(97.2deg);
    -moz-transform: rotate(97.2deg);
    -ms-transform: rotate(97.2deg);
    -o-transform: rotate(97.2deg);
    transform: rotate(97.2deg)
}

.c100.p28 .bar {
    -webkit-transform: rotate(100.8deg);
    -moz-transform: rotate(100.8deg);
    -ms-transform: rotate(100.8deg);
    -o-transform: rotate(100.8deg);
    transform: rotate(100.8deg)
}

.c100.p29 .bar {
    -webkit-transform: rotate(104.4deg);
    -moz-transform: rotate(104.4deg);
    -ms-transform: rotate(104.4deg);
    -o-transform: rotate(104.4deg);
    transform: rotate(104.4deg)
}

.c100.p30 .bar {
    -webkit-transform: rotate(108deg);
    -moz-transform: rotate(108deg);
    -ms-transform: rotate(108deg);
    -o-transform: rotate(108deg);
    transform: rotate(108deg)
}

.c100.p31 .bar {
    -webkit-transform: rotate(111.6deg);
    -moz-transform: rotate(111.6deg);
    -ms-transform: rotate(111.6deg);
    -o-transform: rotate(111.6deg);
    transform: rotate(111.6deg)
}

.c100.p32 .bar {
    -webkit-transform: rotate(115.2deg);
    -moz-transform: rotate(115.2deg);
    -ms-transform: rotate(115.2deg);
    -o-transform: rotate(115.2deg);
    transform: rotate(115.2deg)
}

.c100.p33 .bar {
    -webkit-transform: rotate(118.8deg);
    -moz-transform: rotate(118.8deg);
    -ms-transform: rotate(118.8deg);
    -o-transform: rotate(118.8deg);
    transform: rotate(118.8deg)
}

.c100.p34 .bar {
    -webkit-transform: rotate(122.4deg);
    -moz-transform: rotate(122.4deg);
    -ms-transform: rotate(122.4deg);
    -o-transform: rotate(122.4deg);
    transform: rotate(122.4deg)
}

.c100.p35 .bar {
    -webkit-transform: rotate(126deg);
    -moz-transform: rotate(126deg);
    -ms-transform: rotate(126deg);
    -o-transform: rotate(126deg);
    transform: rotate(126deg)
}

.c100.p36 .bar {
    -webkit-transform: rotate(129.6deg);
    -moz-transform: rotate(129.6deg);
    -ms-transform: rotate(129.6deg);
    -o-transform: rotate(129.6deg);
    transform: rotate(129.6deg)
}

.c100.p37 .bar {
    -webkit-transform: rotate(133.2deg);
    -moz-transform: rotate(133.2deg);
    -ms-transform: rotate(133.2deg);
    -o-transform: rotate(133.2deg);
    transform: rotate(133.2deg)
}

.c100.p38 .bar {
    -webkit-transform: rotate(136.8deg);
    -moz-transform: rotate(136.8deg);
    -ms-transform: rotate(136.8deg);
    -o-transform: rotate(136.8deg);
    transform: rotate(136.8deg)
}

.c100.p39 .bar {
    -webkit-transform: rotate(140.4deg);
    -moz-transform: rotate(140.4deg);
    -ms-transform: rotate(140.4deg);
    -o-transform: rotate(140.4deg);
    transform: rotate(140.4deg)
}

.c100.p40 .bar {
    -webkit-transform: rotate(144deg);
    -moz-transform: rotate(144deg);
    -ms-transform: rotate(144deg);
    -o-transform: rotate(144deg);
    transform: rotate(144deg)
}

.c100.p41 .bar {
    -webkit-transform: rotate(147.6deg);
    -moz-transform: rotate(147.6deg);
    -ms-transform: rotate(147.6deg);
    -o-transform: rotate(147.6deg);
    transform: rotate(147.6deg)
}

.c100.p42 .bar {
    -webkit-transform: rotate(151.2deg);
    -moz-transform: rotate(151.2deg);
    -ms-transform: rotate(151.2deg);
    -o-transform: rotate(151.2deg);
    transform: rotate(151.2deg)
}

.c100.p43 .bar {
    -webkit-transform: rotate(154.8deg);
    -moz-transform: rotate(154.8deg);
    -ms-transform: rotate(154.8deg);
    -o-transform: rotate(154.8deg);
    transform: rotate(154.8deg)
}

.c100.p44 .bar {
    -webkit-transform: rotate(158.4deg);
    -moz-transform: rotate(158.4deg);
    -ms-transform: rotate(158.4deg);
    -o-transform: rotate(158.4deg);
    transform: rotate(158.4deg)
}

.c100.p45 .bar {
    -webkit-transform: rotate(162deg);
    -moz-transform: rotate(162deg);
    -ms-transform: rotate(162deg);
    -o-transform: rotate(162deg);
    transform: rotate(162deg)
}

.c100.p46 .bar {
    -webkit-transform: rotate(165.6deg);
    -moz-transform: rotate(165.6deg);
    -ms-transform: rotate(165.6deg);
    -o-transform: rotate(165.6deg);
    transform: rotate(165.6deg)
}

.c100.p47 .bar {
    -webkit-transform: rotate(169.2deg);
    -moz-transform: rotate(169.2deg);
    -ms-transform: rotate(169.2deg);
    -o-transform: rotate(169.2deg);
    transform: rotate(169.2deg)
}

.c100.p48 .bar {
    -webkit-transform: rotate(172.8deg);
    -moz-transform: rotate(172.8deg);
    -ms-transform: rotate(172.8deg);
    -o-transform: rotate(172.8deg);
    transform: rotate(172.8deg)
}

.c100.p49 .bar {
    -webkit-transform: rotate(176.4deg);
    -moz-transform: rotate(176.4deg);
    -ms-transform: rotate(176.4deg);
    -o-transform: rotate(176.4deg);
    transform: rotate(176.4deg)
}

.c100.p50 .bar {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c100.p51 .bar {
    -webkit-transform: rotate(183.6deg);
    -moz-transform: rotate(183.6deg);
    -ms-transform: rotate(183.6deg);
    -o-transform: rotate(183.6deg);
    transform: rotate(183.6deg)
}

.c100.p52 .bar {
    -webkit-transform: rotate(187.2deg);
    -moz-transform: rotate(187.2deg);
    -ms-transform: rotate(187.2deg);
    -o-transform: rotate(187.2deg);
    transform: rotate(187.2deg)
}

.c100.p53 .bar {
    -webkit-transform: rotate(190.8deg);
    -moz-transform: rotate(190.8deg);
    -ms-transform: rotate(190.8deg);
    -o-transform: rotate(190.8deg);
    transform: rotate(190.8deg)
}

.c100.p54 .bar {
    -webkit-transform: rotate(194.4deg);
    -moz-transform: rotate(194.4deg);
    -ms-transform: rotate(194.4deg);
    -o-transform: rotate(194.4deg);
    transform: rotate(194.4deg)
}

.c100.p55 .bar {
    -webkit-transform: rotate(198deg);
    -moz-transform: rotate(198deg);
    -ms-transform: rotate(198deg);
    -o-transform: rotate(198deg);
    transform: rotate(198deg)
}

.c100.p56 .bar {
    -webkit-transform: rotate(201.6deg);
    -moz-transform: rotate(201.6deg);
    -ms-transform: rotate(201.6deg);
    -o-transform: rotate(201.6deg);
    transform: rotate(201.6deg)
}

.c100.p57 .bar {
    -webkit-transform: rotate(205.2deg);
    -moz-transform: rotate(205.2deg);
    -ms-transform: rotate(205.2deg);
    -o-transform: rotate(205.2deg);
    transform: rotate(205.2deg)
}

.c100.p58 .bar {
    -webkit-transform: rotate(208.8deg);
    -moz-transform: rotate(208.8deg);
    -ms-transform: rotate(208.8deg);
    -o-transform: rotate(208.8deg);
    transform: rotate(208.8deg)
}

.c100.p59 .bar {
    -webkit-transform: rotate(212.4deg);
    -moz-transform: rotate(212.4deg);
    -ms-transform: rotate(212.4deg);
    -o-transform: rotate(212.4deg);
    transform: rotate(212.4deg)
}

.c100.p60 .bar {
    -webkit-transform: rotate(216deg);
    -moz-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    transform: rotate(216deg)
}

.c100.p61 .bar {
    -webkit-transform: rotate(219.6deg);
    -moz-transform: rotate(219.6deg);
    -ms-transform: rotate(219.6deg);
    -o-transform: rotate(219.6deg);
    transform: rotate(219.6deg)
}

.c100.p62 .bar {
    -webkit-transform: rotate(223.2deg);
    -moz-transform: rotate(223.2deg);
    -ms-transform: rotate(223.2deg);
    -o-transform: rotate(223.2deg);
    transform: rotate(223.2deg)
}

.c100.p63 .bar {
    -webkit-transform: rotate(226.8deg);
    -moz-transform: rotate(226.8deg);
    -ms-transform: rotate(226.8deg);
    -o-transform: rotate(226.8deg);
    transform: rotate(226.8deg)
}

.c100.p64 .bar {
    -webkit-transform: rotate(230.4deg);
    -moz-transform: rotate(230.4deg);
    -ms-transform: rotate(230.4deg);
    -o-transform: rotate(230.4deg);
    transform: rotate(230.4deg)
}

.c100.p65 .bar {
    -webkit-transform: rotate(234deg);
    -moz-transform: rotate(234deg);
    -ms-transform: rotate(234deg);
    -o-transform: rotate(234deg);
    transform: rotate(234deg)
}

.c100.p66 .bar {
    -webkit-transform: rotate(237.6deg);
    -moz-transform: rotate(237.6deg);
    -ms-transform: rotate(237.6deg);
    -o-transform: rotate(237.6deg);
    transform: rotate(237.6deg)
}

.c100.p67 .bar {
    -webkit-transform: rotate(241.2deg);
    -moz-transform: rotate(241.2deg);
    -ms-transform: rotate(241.2deg);
    -o-transform: rotate(241.2deg);
    transform: rotate(241.2deg)
}

.c100.p68 .bar {
    -webkit-transform: rotate(244.8deg);
    -moz-transform: rotate(244.8deg);
    -ms-transform: rotate(244.8deg);
    -o-transform: rotate(244.8deg);
    transform: rotate(244.8deg)
}

.c100.p69 .bar {
    -webkit-transform: rotate(248.4deg);
    -moz-transform: rotate(248.4deg);
    -ms-transform: rotate(248.4deg);
    -o-transform: rotate(248.4deg);
    transform: rotate(248.4deg)
}

.c100.p70 .bar {
    -webkit-transform: rotate(252deg);
    -moz-transform: rotate(252deg);
    -ms-transform: rotate(252deg);
    -o-transform: rotate(252deg);
    transform: rotate(252deg)
}

.c100.p71 .bar {
    -webkit-transform: rotate(255.6deg);
    -moz-transform: rotate(255.6deg);
    -ms-transform: rotate(255.6deg);
    -o-transform: rotate(255.6deg);
    transform: rotate(255.6deg)
}

.c100.p72 .bar {
    -webkit-transform: rotate(259.2deg);
    -moz-transform: rotate(259.2deg);
    -ms-transform: rotate(259.2deg);
    -o-transform: rotate(259.2deg);
    transform: rotate(259.2deg)
}

.c100.p73 .bar {
    -webkit-transform: rotate(262.8deg);
    -moz-transform: rotate(262.8deg);
    -ms-transform: rotate(262.8deg);
    -o-transform: rotate(262.8deg);
    transform: rotate(262.8deg)
}

.c100.p74 .bar {
    -webkit-transform: rotate(266.4deg);
    -moz-transform: rotate(266.4deg);
    -ms-transform: rotate(266.4deg);
    -o-transform: rotate(266.4deg);
    transform: rotate(266.4deg)
}

.c100.p75 .bar {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.c100.p76 .bar {
    -webkit-transform: rotate(273.6deg);
    -moz-transform: rotate(273.6deg);
    -ms-transform: rotate(273.6deg);
    -o-transform: rotate(273.6deg);
    transform: rotate(273.6deg)
}

.c100.p77 .bar {
    -webkit-transform: rotate(277.2deg);
    -moz-transform: rotate(277.2deg);
    -ms-transform: rotate(277.2deg);
    -o-transform: rotate(277.2deg);
    transform: rotate(277.2deg)
}

.c100.p78 .bar {
    -webkit-transform: rotate(280.8deg);
    -moz-transform: rotate(280.8deg);
    -ms-transform: rotate(280.8deg);
    -o-transform: rotate(280.8deg);
    transform: rotate(280.8deg)
}

.c100.p79 .bar {
    -webkit-transform: rotate(284.4deg);
    -moz-transform: rotate(284.4deg);
    -ms-transform: rotate(284.4deg);
    -o-transform: rotate(284.4deg);
    transform: rotate(284.4deg)
}

.c100.p80 .bar {
    -webkit-transform: rotate(288deg);
    -moz-transform: rotate(288deg);
    -ms-transform: rotate(288deg);
    -o-transform: rotate(288deg);
    transform: rotate(288deg)
}

.c100.p81 .bar {
    -webkit-transform: rotate(291.6deg);
    -moz-transform: rotate(291.6deg);
    -ms-transform: rotate(291.6deg);
    -o-transform: rotate(291.6deg);
    transform: rotate(291.6deg)
}

.c100.p82 .bar {
    -webkit-transform: rotate(295.2deg);
    -moz-transform: rotate(295.2deg);
    -ms-transform: rotate(295.2deg);
    -o-transform: rotate(295.2deg);
    transform: rotate(295.2deg)
}

.c100.p83 .bar {
    -webkit-transform: rotate(298.8deg);
    -moz-transform: rotate(298.8deg);
    -ms-transform: rotate(298.8deg);
    -o-transform: rotate(298.8deg);
    transform: rotate(298.8deg)
}

.c100.p84 .bar {
    -webkit-transform: rotate(302.4deg);
    -moz-transform: rotate(302.4deg);
    -ms-transform: rotate(302.4deg);
    -o-transform: rotate(302.4deg);
    transform: rotate(302.4deg)
}

.c100.p85 .bar {
    -webkit-transform: rotate(306deg);
    -moz-transform: rotate(306deg);
    -ms-transform: rotate(306deg);
    -o-transform: rotate(306deg);
    transform: rotate(306deg)
}

.c100.p86 .bar {
    -webkit-transform: rotate(309.6deg);
    -moz-transform: rotate(309.6deg);
    -ms-transform: rotate(309.6deg);
    -o-transform: rotate(309.6deg);
    transform: rotate(309.6deg)
}

.c100.p87 .bar {
    -webkit-transform: rotate(313.2deg);
    -moz-transform: rotate(313.2deg);
    -ms-transform: rotate(313.2deg);
    -o-transform: rotate(313.2deg);
    transform: rotate(313.2deg)
}

.c100.p88 .bar {
    -webkit-transform: rotate(316.8deg);
    -moz-transform: rotate(316.8deg);
    -ms-transform: rotate(316.8deg);
    -o-transform: rotate(316.8deg);
    transform: rotate(316.8deg)
}

.c100.p89 .bar {
    -webkit-transform: rotate(320.4deg);
    -moz-transform: rotate(320.4deg);
    -ms-transform: rotate(320.4deg);
    -o-transform: rotate(320.4deg);
    transform: rotate(320.4deg)
}

.c100.p90 .bar {
    -webkit-transform: rotate(324deg);
    -moz-transform: rotate(324deg);
    -ms-transform: rotate(324deg);
    -o-transform: rotate(324deg);
    transform: rotate(324deg)
}

.c100.p91 .bar {
    -webkit-transform: rotate(327.6deg);
    -moz-transform: rotate(327.6deg);
    -ms-transform: rotate(327.6deg);
    -o-transform: rotate(327.6deg);
    transform: rotate(327.6deg)
}

.c100.p92 .bar {
    -webkit-transform: rotate(331.2deg);
    -moz-transform: rotate(331.2deg);
    -ms-transform: rotate(331.2deg);
    -o-transform: rotate(331.2deg);
    transform: rotate(331.2deg)
}

.c100.p93 .bar {
    -webkit-transform: rotate(334.8deg);
    -moz-transform: rotate(334.8deg);
    -ms-transform: rotate(334.8deg);
    -o-transform: rotate(334.8deg);
    transform: rotate(334.8deg)
}

.c100.p94 .bar {
    -webkit-transform: rotate(338.4deg);
    -moz-transform: rotate(338.4deg);
    -ms-transform: rotate(338.4deg);
    -o-transform: rotate(338.4deg);
    transform: rotate(338.4deg)
}

.c100.p95 .bar {
    -webkit-transform: rotate(342deg);
    -moz-transform: rotate(342deg);
    -ms-transform: rotate(342deg);
    -o-transform: rotate(342deg);
    transform: rotate(342deg)
}

.c100.p96 .bar {
    -webkit-transform: rotate(345.6deg);
    -moz-transform: rotate(345.6deg);
    -ms-transform: rotate(345.6deg);
    -o-transform: rotate(345.6deg);
    transform: rotate(345.6deg)
}

.c100.p97 .bar {
    -webkit-transform: rotate(349.2deg);
    -moz-transform: rotate(349.2deg);
    -ms-transform: rotate(349.2deg);
    -o-transform: rotate(349.2deg);
    transform: rotate(349.2deg)
}

.c100.p98 .bar {
    -webkit-transform: rotate(352.8deg);
    -moz-transform: rotate(352.8deg);
    -ms-transform: rotate(352.8deg);
    -o-transform: rotate(352.8deg);
    transform: rotate(352.8deg)
}

.c100.p99 .bar {
    -webkit-transform: rotate(356.4deg);
    -moz-transform: rotate(356.4deg);
    -ms-transform: rotate(356.4deg);
    -o-transform: rotate(356.4deg);
    transform: rotate(356.4deg)
}

.c100.p100 .bar {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
}

.c100:hover {
    cursor: default
}

.c100:hover>span {
    width: 3.33em;
    line-height: 3.33em;
    font-size: 0.3em;
    color: #307bbb
}

.c100:hover:after {
    top: 0.04em;
    left: 0.04em;
    width: 0.92em;
    height: 0.92em
}

.c100.dark {
    background-color: #777777
}

.c100.dark .bar,
.c100.dark .fill {
    border-color: #c6ff00 !important
}

.c100.dark>span {
    color: #777777
}

.c100.dark:after {
    background-color: #666666
}

.c100.dark:hover>span {
    color: #c6ff00
}

.c100.orange .bar,
.c100.orange .fill {
    border-color: #dd9d22 !important
}

.c100.orange:hover>span {
    color: #dd9d22
}

.c100.orange.dark .bar,
.c100.orange.dark .fill {
    border-color: #e08833 !important
}

.c100.orange.dark:hover>span {
    color: #e08833
}

#event-left-menu {
    font-family: Segoe UI;
    padding: 15px 10px
}

#event-left-menu .add_dic_btn {
    width: 100% !important;
    margin: 0px 0px 8px 0px !important
}

#event-left-menu .dropdown-content {
    padding-left: 0px !important;
    margin-top: -1px
}

#event-left-menu .dropdown-content .right-most-arrow,
#event-left-menu .dropdown-content .newLeft-post {
    height: 30px
}

#event-left-menu .dropdown-content .right-most-arrow-no-active {
    backgorund-color: #66769c !important;
    opacity: 0.8 !important
}

#event-left-menu .dropdown-content a {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #011c5c;
    padding-left: 15px;
    margin-top: 6px;
    display: inline-block
}

#event-index #dic-feeds {
    background-color: #f3f3f3 !important
}

#event-index .search-box {
    height: 60px;
    display: flex;
    align-items: center;
    font-family: Segoe UI
}

#event-index .event-card {
    min-height: 287px;
    border-radius: 3.2px;
    box-shadow: 0.5px 0.9px 4px 0 rgba(0, 0, 0, 0.22);
    border: solid 1px #b1b1b1;
    background-color: #ffffff;
    margin-bottom: 5px;
    display: flex;
    font-family: Segoe UI
}

#event-index .event-card-left img {
    width: 100%;
    height: 100%
}

#event-index .event-card-right .right-card-container {
    padding: 18px;
    height: 100%
}

#event-index .event-card-right .right-card-container h4 {
    font-size: 17px;
    font-weight: 600;
    font-family: Segoe UI;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
    text-align: left;
    color: #011c5c;
    margin: 0 0 5px 0
}

#event-index .event-card-right .right-card-container .event-date {
    font-family: Segoe UI;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: 0.26px;
    text-align: left;
    color: #011c5c;
    margin-bottom: 5px;
    display: inline-block
}

#event-index .event-card-right .right-card-container .status-btn {
    height: 20px;
    display: inline-block;
    padding: 0px 5px;
    border-radius: 4px;
    border: solid 1px #838383;
    background-color: #f3f3f3;
    font-family: Segoe UI;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: 0.2px;
    text-align: center;
    color: #868686
}

#event-index .event-card-right .right-card-container .event-category-name {
    font-family: Segoe UI;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: 0.26px;
    text-align: left;
    color: #011c5c;
    margin-top: 7px
}

#event-index .event-card-right .right-card-container .event-description {
    font-family: Segoe UI;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
    margin-top: 4px 0px 10px 0px;
    display: block;
    max-height: 85px;
    overflow: hidden
}

#event-index .event-card-right .right-card-container .post_location_style {
    margin-top: 10px;
    cursor: pointer
}

#event-index .event-card-right .right-card-container .post_location_style img {
    width: 12px;
    height: 14px;
    float: left;
    margin-right: 5px
}

#event-index .event-card-right .right-card-container .post_location_style p {
    cursor: pointer;
    float: left
}

#event-index .event-card-right .right-card-container .dead-line-column span,
#event-index .event-card-right .right-card-container .competition-detail-text {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #808080
}

#event-index .event-card-right .right-card-container .competition-detail-content-mobile {
    padding-top: 0
}

#event-index .event-card-right .right-card-container .icon-div {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #bebebe;
    border-radius: 50%;
    margin-right: 10px;
    float: left;
    margin-top: 15px
}

#event-index .event-following-container {
    box-shadow: inset -2.1px 2.1px 3px 0 rgba(0, 0, 0, 0.06);
    border: solid 1px #d1d1d1;
    background-color: #f3f3f3;
    height: 384px;
    margin-top: 5px;
    border-radius: 4px
}

#event-index .event-following-container .event-following {
    height: 40px;
    border-bottom: solid 1px #d1d1d1;
    background-color: #f3f3f3;
    font-family: Segoe UI;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #011c5c;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase
}

#event-index .competition-text-title {
    font-family: Segoe UI;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333333
}

#event-index .col4-brdr,
#event-index .col4-title {
    background-color: #f3f3f3
}

#event-index .col4-brdr {
    border-radius: 3px
}

.create-evvnet-popup-title {
    font-family: Segoe UI;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.36px;
    text-align: center;
    color: #363636
}

.create-post-popup .label-event {
    font-family: Segoe UI;
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.26px;
    text-align: left;
    color: #808080;
    width: 100%;
    display: block
}

.create-post-popup .input-wrap {
    margin-bottom: 15px
}

.create-post-popup .modal-content {
    height: 1205px;
    width: 650px
}

.create-post-popup .modal-body select.form-control+.chosen-container.chosen-container-single .chosen-single {
    border: solid 0.5px #e3e3df !important;
    background-color: #ffffff !important;
    border-radius: 4px !important;
    width: 100% !important;
    padding: 7px !important;
    height: 40px;
    margin-top: 3px
}

.create-post-popup .modal-body form input[type=text],
.create-post-popup .modal-body form .chosen-single,
.create-post-popup .modal-body form textarea {
    border: solid 0.5px #e3e3df;
    background-color: #ffffff;
    width: 100%;
    border-radius: 4px;
    padding: 7px
}

.create-post-popup .modal-body form .submitBtn {
    height: 35px;
    border-radius: 4px;
    background-color: #2e417f;
    font-family: Segoe UI;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.28px;
    text-align: center;
    border: none;
    color: #ffffff
}

#event-show .event-detail-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px
}

#event-show .start-date-show {
    background: #52BE49;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    padding: 3px 10px
}

#event-show .event-sub-detail {
    display: flex;
    justify-content: space-between;
    align-items: center
}

#event-show .event-status-display {
    border: 1px solid #011c5c;
    border-radius: 4px;
    padding: 0px 10px;
    font-size: 12px;
    height: 20px
}

#event-show .event-cover-image {
    width: 100%;
    height: 180px
}

#event-show .event-date-display {
    color: #636363;
    margin-left: 5px
}

.triangle-left {
    width: 0;
    height: 0;
    border-top: 58px solid transparent;
    border-right: 50px solid #011c5c;
    border-bottom: 1px solid transparent;
    position: absolute;
    transform: rotate(-90deg);
    right: 3px;
    top: -5px
}

.triangle-left-general {
    width: 0;
    height: 0;
    border-top: 58px solid transparent;
    border-right: 50px solid #74bc5e;
    border-bottom: 1px solid transparent;
    position: absolute;
    transform: rotate(-90deg);
    right: 3px;
    top: -5px
}

.image-public {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 7px;
    top: 6px
}

.children_create_form .child_subject,
.children_create_form .child_grade,
.children_create_form .child_stem_type {
    display: none
}

.children_create_form .chosen-container {
    display: block !important;
    height: 41px;
    border-radius: 6px;
    box-shadow: 0.5px 0.9px 0 0 #fff, inset 0.5px 0.9px 0 0 rgba(0, 0, 0, 0.22);
    background-color: #ffffff;
    border: solid 1px rgba(190, 190, 190, 0.18);
    font-style: italic;
    font-size: 13px;
    color: #a4a3a3
}

.children_create_form .chosen-container .chosen-single {
    border-radius: 0;
    border: none;
    background: none;
    box-shadow: none;
    padding-left: 10px;
    margin-top: 3%
}

.children_create_form .chosen-container .chosen-single span {
    color: #a4a3a3 !important
}

.children_create_form .children_courses_Div .row {
    margin-left: 0px;
    margin-right: 0px
}

.children_create_form .children_courses_Div .nested-fields .form-control {
    margin-top: 0px
}

.children_create_form .children_courses_Div .nested-fields .child_children_courses_url {
    width: 100%
}

.children_create_form .children_courses_Div .nested-fields .remove_milestone {
    float: left;
    padding-top: 34px
}

.children_create_form .child_description textarea {
    height: 74px
}

.children_create_form .DIY_Experiments_Div .radio-inline {
    width: 100%;
    margin-bottom: 7px
}

.children_create_form .vr_experiences_Div .radio-inline {
    width: 10%
}

.suggest {
    top: 7px;
    z-index: 30;
    text-align: left
}

.suggest>.dropdown-menu {
    margin-top: 15px;
    position: absolute;
    padding: 0
}

.suggest>.dropdown-menu>li {
    border-bottom: 1px solid #eee
}

.suggest>.dropdown-menu>li>a {
    padding: 5px 10px;
    cursor: default
}

.suggest>.dropdown-menu>li>a:hover *,
.suggest>.dropdown-menu>li.active>a * {
    color: inherit !important
}

.suggest>.dropdown-menu>li:last-child {
    border-bottom: 0
}

.image-mentor {
    float: left;
    height: 32px;
    margin-right: 4px
}

.image-my-mentor {
    height: 32px;
    margin-right: 4px
}

.mentor-div {
    border: 1px solid darkgray;
    padding: 3px
}

.project_tasks_user_id {
    margin-top: 15px
}

.chat-bar {
    padding-top: 10px;
    width: 20%;
    float: left;
    text-align: center;
    cursor: pointer;
    color: #011c5c;
    padding-bottom: 10px
}

.project_title {
    background-color: #011c5c;
    color: white
}

.no-padding {
    padding: 0 !important
}

.no-padding-left {
    padding-left: 0 !important
}

.no-padding-right {
    padding-right: 0 !important
}

.select_status>.chosen-container.chosen-container-single .chosen-single {
    display: none
}

#task_issue_description {
    display: block !important;
    width: 100% !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #555555 !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important
}

.box_head_files {
    background: #00b0f0;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-weight: 600;
    font-size: 1.23em;
    font-style: italic;
    margin-top: 15px
}

.left {
    float: left !important
}

.right {
    float: right !important
}

#tasks-list-div {
    display: none
}

#tasks-filter {
    display: block;
    width: 100%;
    height: 34px;
    padding: 0 5px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    outline: none
}

.status-select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 0 5px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px
}

header {
    height: 65px;
    width: 100%;
    background-color: #002060;
    border-bottom: 1px solid #00b0f0;
    line-height: 65px
}

header .logo {
    display: inline-block;
    padding-left: 20px;
    position: relative;
    top: 30px;
    float: left
}

header .title {
    display: inline-block;
    float: left;
    color: #fff;
    font-size: 2em;
    font-style: italic;
    padding: 0 39px 0 20px;
    font-weight: 700
}

header .cstatus {
    display: inline-block;
    float: right;
    background: #00b0f0;
    line-height: 30px;
    width: 450px;
    padding: 2px 5px;
    margin-top: 30px
}

.cstatus .left {
    font-style: italic;
    font-size: 20px;
    padding-left: 50px;
    margin-top: -1%
}

.cstatus .right {
    color: #fff;
    font-size: 15px;
    font-style: normal !important
}

.leftbar .title,
.blue-btn,
.issue_blk .title,
.task_blk .title,
.shedule_blk .title,
#activity_sidebar .title {
    text-align: center;
    height: 30px;
    line-height: 30px;
    background-color: #2b457a
}

.leftbar .ex_blk {
    height: 35px;
    background-color: #2b457a;
    clear: both
}

.leftbar .assembly_list {
    background-color: #2b457a;
    padding-top: 15px;
    color: #fff;
    padding-left: 12px
}

.leftbar .assembly_list .sub_heading {
    padding-left: 10px
}

.assembly_list .sub_heading.active {
    color: #00b0f0
}

.leftbar .title,
.issue_blk .title,
.task_blk .title,
.shedule_blk .title,
#activity_sidebar .title {
    margin-bottom: 30px;
    color: #00b0f0;
    font-style: italic;
    background-color: #2b457a
}

.issue_blk .title,
.task_blk .title,
.shedule_blk .title {
    margin-bottom: 0
}

.blue-btn {
    color: #fff
}

.leftbar .version,
.issue_blk .blue-btn,
.task_blk .blue-btn,
#activity_sidebar,
#activity_sidebar .title,
.left_sidebar .blue-btn {
    border: 1px solid #00b0f0
}

#activity_sidebar .title {
    border-left: 0
}

#activity_sidebar {
    border-top: 0
}

.issue_blk .sub_title .blue-btn:nth-child(2) {
    border-right: 0;
    border-left: 0
}

.issue_blk .sub_title .blue-btn:nth-child(3) {
    border-left: 0
}

.issue_blk .lft img:nth-child(1),
.task_blk .lft img:nth-child(1) {
    width: 8px
}

.issue_blk .lft span,
.task_blk .lft span {
    padding-left: 4px;
    font-weight: 600
}

.issue_blk .main_box {
    max-height: 225px
}

.task_blk .main_box {
    max-height: 600px
}

.leftbar .assembly_list {
    max-height: 450px
}

.main_box,
.indi_box {
    background-color: #fff;
    width: 100%;
    float: left
}

.indi_box {
    padding: 4px 0 5px;
    position: relative
}

.indi_box .col-lg-4 {
    padding-left: 8px
}

.issue_blk .lft img:nth-child(2),
.task_blk .lft img:nth-child(2) {
    width: 35px;
    margin-left: 3px
}

.issue_blk .mid,
.task_blk .mid,
.task_blk .rht {
    min-height: 35px;
    display: flex;
    align-items: center;
    color: #00b0f0;
    font-weight: 600
}

.sub_title {
    font-size: 12px;
    font-style: italic
}

.issue_blk .sub_title div:last-child {
    color: #00b0f0
}

.task_blk .rht {
    justify-content: center;
    text-align: center
}

.task_blk .rht img {
    width: 12px;
    display: inline-block
}

.filedetail .chosen-container-single {
    display: block !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #555555 !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important
}

.filedetail select.form-control+.chosen-container.chosen-container-single .chosen-single {
    margin-top: 0px !important;
    padding-left: 0 !important
}

.shedule_blk {
    margin-top: 20px
}

.task_blk .task_name {
    padding-left: 25px
}

.orange_circle,
.red_circle {
    height: 18px;
    width: 18px;
    z-index: 1;
    background-image: url(/assets/orange_circle-f84b7955b54191b1fd8f454a13fc022601baf4a8746224bae62de49e5fe16eb1.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute
}

.red_circle {
    background-image: url(/assets/red_circle-c4df6a3e81b3c0e3e8ce2866876a54ffd596a8fa21832192ae0c12cd939d0e4d.jpg)
}

.orange_line,
.red_line {
    width: 1px;
    position: absolute;
    left: 23px;
    height: 50%;
    background-color: #fdc500;
    z-index: 0
}

.red_line {
    background-color: #e03610
}

.line_next {
    top: 50%
}

.line_prev {
    top: 0%
}

#activity_sidebar ul {
    padding-left: 25px;
    margin-top: 20px
}

#activity_sidebar {
    width: 150px;
    background-color: #2b457a;
    position: fixed;
    height: 100%;
    top: 66px;
    color: #fff;
    font-size: 11px;
    right: 0px;
    margin-right: -150px;
    padding-bottom: 10px
}

.tick-image {
    margin: 0;
    border: none !important;
    background-image: url("approved.png") !important;
    background-repeat: no-repeat !important;
    float: right;
    height: 55px;
    margin-left: 65px
}

.tick-image:hover {
    background-color: transparent !important
}

.open-right-sidebar {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer
}

.open-left-sidebar {
    position: absolute;
    left: 5px;
    top: 90px;
    width: 40px;
    height: 40px;
    cursor: pointer
}

#chart_div {
    background: #fff
}

.c100:after {
    background-color: #fff
}

.c100.orange .bar,
.c100.orange .fill {
    border-color: #fdc500 !important
}

.c100.small {
    font-size: 31px;
    margin: 0;
    float: right;
    margin-left: 6px
}

@media (max-width: 992px) {
    .no-padding-sm {
        padding: 0
    }

    .padding-sm {
        padding-left: 15px;
        padding-right: 15px
    }

    .shedule_blk,
    .task_blk {
        margin-top: 25px
    }

    header .cstatus {
        width: 370px
    }
}

@media (max-width: 767px) {
    .padding-xs {
        padding: 0 5px
    }

    .leftbar {
        width: 200px;
        background-color: #6e80a4;
        position: absolute;
        height: 100%;
        top: 129px;
        color: #fff;
        font-size: 11px;
        left: 0px;
        margin-left: -200px;
        padding-bottom: 10px;
        z-index: 1000;
        padding-right: 0;
        border: 1px solid #00b0f0
    }

    .no-padding-left-sm {
        padding-left: 0
    }
}

@media (max-width: 440px) {
    header .title {
        font-size: 1.5em
    }
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: #7386D5;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2)
}

#sidebar.active {
    left: 0
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #7386D5;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

#dismiss:hover {
    background: #fff;
    color: #7386D5
}

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    display: none
}

.cstatus {
    text-align: center
}

.cstatus .dashboard {
    font-size: 1.4em
}

.left_sidebar {
    top: 0;
    background-color: #0A0E13;
    z-index: 0;
    padding-top: 0;
    position: absolute;
    height: 100%
}

.left_sidebar .blue-btn {
    background: #12306c
}

#p2 header {
    position: relative;
    z-index: 1
}

.ptitle {
    color: #aaa;
    text-align: center;
    padding-bottom: 5px;
    margin-top: 45px;
    font-weight: 600;
    font-size: 13px;
    margin-left: 14px
}

.m-t30 {
    margin-top: 30px
}

.project_names {
    padding: 30px 20px;
    border: 1px solid #00b0f0;
    text-align: center;
    color: #fff;
    line-height: 1.5;
    background: #12306c
}

.sessions_blk {
    color: #333;
    padding-top: 15px;
    padding-bottom: 5px
}

.sessions_blk .ptitle {
    text-align: left
}

.sessions_blk ul {
    padding-left: 15px;
    max-height: 300px
}

.sessions_blk li {
    padding: 8px 5px
}

.session_btns div {
    width: 33.3%;
    float: left;
    text-align: left;
    color: #888;
    font-style: italic;
    font-weight: 600
}

.tname.task_heading {
    cursor: pointer
}

.session_btns div span {
    cursor: pointer
}

.session_btns div:nth-child(2) {
    text-align: center
}

.session_btns div:nth-child(3) {
    text-align: right
}

.concept_discussion .box_head {
    background: #00b0f0;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-weight: 600;
    font-size: 1.23em;
    font-style: italic;
    margin-top: 15px
}

.clear {
    width: 100%;
    float: left
}

.concept_discussion .box_body {
    background: #fff;
    padding: 0 15px 15px
}

.concept_discussion .ctitle {
    height: 22px;
    color: #adadad;
    font-weight: 600;
    font-style: italic;
    font-size: 1.1em;
    margin-top: 15px
}

.session_input {
    border: 1px solid #41719c !important;
    padding: 7px !important;
    -webkit-appearance: none !important;
    height: 14px !important;
    width: 14px !important;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto !important;
    right: 15px !important
}

.session_input:checked {
    background: url(/assets/checked-bdb6d8020067beb3e45521ffe25bb226281e0f4dc976b691cb858a4d98bfa541.png) no-repeat center center !important;
    background-size: 10px 10px !important
}

.session_input:focus {
    outline-color: transparent !important
}

.concept_discussion .btn {
    border-radius: 0;
    background-color: #2f497e;
    color: #fff;
    padding: 9px 20px;
    font-weight: 600;
    font-style: italic;
    width: 164px;
    text-align: left
}

.concept_discussion .box_body .img-circle,
.files_blk .box_body .img-circle {
    width: 23px
}

.concept_discussion .name {
    padding-left: 10px
}

.concept_discussion .collab_request {
    color: #00b0f0;
    font-style: italic;
    margin-top: 12px;
    font-weight: 600;
    display: inline-block;
    cursor: pointer
}

.files_blk {
    margin-top: 20px
}

.col-20 {
    width: 20%;
    float: left
}

.files_blk .box_body {
    background: #fff;
    max-height: 350px
}

.files_blk .box_head {
    margin-top: 15px
}

.files_blk .box_head .col-20 {
    background: #2f497e;
    height: 30px;
    border: 1px solid #00b0f0;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-style: italic
}

.files_blk .box_body .col-20 {
    padding: 12px 9px 5px 0px
}

.files_blk .box_body .col-20 img {
    float: right
}

.files_blk .tname {
    color: #00b0f0;
    font-weight: normal
}

.files_blk .box_body .col-20 .lft {
    width: 75%;
    float: left
}

.files_blk .box_body .col-20 .rht {
    width: 25%;
    float: right
}

.files_blk .box_body .col-20 .tdate {
    padding-top: 7px;
    color: #888;
    font-style: italic;
    font-size: .88em
}

.files_blk .bottom_btns {
    margin: 25px 10px 10px
}

.files_blk .share_btn {
    text-align: center;
    padding: 2px 10px;
    font-size: 1.53em
}

.files_blk .team_btn {
    color: #00b0f0;
    margin: 0px 15px;
    font-size: 1.3em;
    cursor: pointer
}

.files_blk .client_btn {
    font-size: 1.3em;
    color: #888;
    font-style: italic;
    margin-left: 40px;
    cursor: pointer
}

.dnone {
    display: none
}

.right-bar {
    margin-bottom: 20px;
    height: calc(100vh - 263px)
}

.bakgrnd_color {
    background: #e9ebee
}

.user_detail {
    color: #fff;
    padding-top: 11px
}

.collab_user_pic {
    border: 3px solid #aaa;
    border-radius: 50%;
    margin-right: 9px !important
}

.topic_head {
    background: none !important;
    text-align: left !important;
    font-style: normal !important
}

.topic_head_files {
    color: #adadad;
    background: none !important;
    text-align: left !important;
    font-style: normal !important;
    margin-top: 0px !important
}

.topic_body {
    font-style: normal !important;
    margin-bottom: 8px
}

.left_sidebar .menu .dropdown {
    background-color: #212630;
    border-radius: 5px;
    padding-bottom: 2px;
    margin-top: 10px
}

.left_sidebar .menu .dropdown2 {
    background-color: #212630;
    border-radius: 5px;
    padding-bottom: 2px;
    margin-top: 10px
}

.card_styl {
    list-style-type: none !important;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 9px;
    background: #f8f8f8;
    box-shadow: 0px 3px 4px #ccc
}

.img_size {
    width: 22px;
    height: 23px
}

.divide_cell {
    border-left: 1px solid #ccc;
    width: 51%;
    float: right;
    padding-left: 10px
}

.divide_cell p {
    margin: 0px
}

.divide_cell p:nth-child(1) {
    font-size: 12px;
    color: #aaa
}

.divide_cell p:nth-child(2) {
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: calc(100% - 4px)
}

.status_dashboard {
    border-radius: 5px;
    border: 1px solid #eee;
    margin-bottom: 15px;
    background: #fff
}

.session_bttn {
    position: absolute;
    top: -64px;
    margin-left: -14px;
    width: 93%;
    color: #fff;
    background-color: #e42c5c
}

.session_bttn:focus {
    color: #fff !important
}

.session_bttn:hover {
    color: #fff !important
}

.join_session_bttn {
    position: absolute;
    top: 14px;
    width: 81.5%;
    left: 30px;
    color: #fff;
    background-color: #e42c5c
}

.join_session_bttn:focus {
    color: #fff !important
}

.join_session_bttn:hover {
    color: #fff !important
}

.designer_div {
    font-size: 13px;
    color: #666666;
    width: 20.333% !important;
    height: 34px;
    border-radius: 4px;
    float: left;
    margin-right: 1%;
    padding: 3px;
    border: 1px solid #d4d6d9;
    margin-bottom: 8px
}

.member_name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    padding-left: 3px;
    width: calc(100% - 48px)
}

.status_tab {
    color: #adadad
}

.task_heading {
    color: #333333 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: calc(100% - 0px)
}

.task_card_styl {
    background: #eaeaea;
    height: 90px;
    padding: 10px;
    margin-bottom: 10px
}

.sidebar_styl {
    overflow-y: scroll;
    z-index: 1
}

.session_section {
    overflow-y: auto;
    height: calc(100vh - 394px);
    margin-top: 12px;
    padding-left: 0px
}

.checkbox_align {
    color: #aaa;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 10px
}

.session_gap {
    background: #fff
}

@media (max-width: 992px) {
    .left_sidebar {
        top: 0px;
        padding-top: 12px;
        height: 470px
    }

    .sessions_blk {
        height: 470px
    }

    .sessions_blk ul,
    .left_container {
        height: 398px
    }

    #p2 .right-bar {
        margin-top: 20px
    }

    .no-padding-left-sm {
        padding-left: 0
    }

    .checkbox_align {
        margin-top: 39px !important
    }

    .session_gap {
        margin-bottom: 10px
    }

    .right-bar {
        margin-bottom: 10px !important
    }

    .session_section {
        height: 367px
    }
}

@media (max-width: 767px) {
    #p2 header .cstatus {
        margin-top: 0px;
        width: 56%
    }

    .left_sidebar {
        top: 0px
    }
}

@media (max-width: 567px) {
    #p2 header .cstatus {
        width: 55%
    }
}

.schedules-canvas {
    background: #fff;
    margin: 0px;
    padding: 0px
}

#task_user_id_chosen,
#task_schedule_id_chosen,
#task_status_chosen,
#task_title,
#task_issue_title,
#task_issue_task_id_chosen,
#task_issue_status_chosen,
#project_incubator_id_chosen,
#project_location_id_chosen,
#article_source,
#project_name,
#project_description,
#project_started_on,
#project_incubator_id_chosen,
#tasks_list_chosen,
#startSession {
    display: block !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #555555 !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important
}

#new-task .modal-footer,
#new-issue .modal-footer {
    border-top: none !important
}

#task_schedule_id_chosen .chosen-single,
#task_issue_task_id_chosen .chosen-single,
#project_incubator_id_chosen .chosen-single,
#project_location_id_chosen .chosen-single,
#tasks_list_chosen .chosen-single,
#task_status_chosen .chosen-single {
    margin-top: 0px !important
}

#project_incubator_id_chosen select.form-control+.chosen-container.chosen-container-single .chosen-single {
    padding-left: 0px !important
}

#new_article .control-label {
    font-weight: 100 !important
}

#project_started_on {
    height: 40px !important
}

#project_incubator_id_chosen .chosen-single,
#project_location_id_chosen .chosen-single,
#task_status_chosen .chosen-single {
    padding-left: 0px !important
}

#project_user_ids_chosen .chosen-choices,
#startSession .chosen-choices {
    display: block !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #555555 !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important
}

#project_user_ids_chosen input[type=text],
#startSession input[type=text] {
    color: #444 !important;
    font-family: "Segoe UI" !important
}

#add-or-update-schedules .modal-footer {
    border-top: none !important
}

#new-issue .modal-header,
#new-task .modal-header {
    padding: 15px 15px 0 !important;
    border-bottom: none !important
}

.chat-bar:hover {
    color: #e42c5c
}

#project_parent_id {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-style: italic;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

#project_parent_id .chosen-single {
    paddingg: 0
}

#project_parent_id_chosen {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    font-style: italic;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

#project_parent_id_chosen .chosen-single {
    paddingg: 0
}

.image_hover {
    transition: all 0.2s ease !important;
    font-size: 14px !important
}

.PaddingRt10 {
    padding: 0px 10px 0px 0px !important
}

.search_div {
    width: 210px;
    border: 1px solid #ccc
}

.input_srch {
    width: 176px !important;
    float: left !important;
    border: none !important
}

.inline_li {
    width: 25px;
    display: inline;
    float: left
}

.mentor_name {
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.46;
    letter-spacing: normal;
    text-align: left;
    color: #363636;
    white-space: nowrap;
    /* overflow: hidden;
    text-overflow: ellipsis; */
    display: inline-block;
    padding-left: 3px !important;
    width: 80px;
    padding-top: 4px
}

.mentor_ct {
    margin-bottom: 0 !important;
    color: #011c5c !important;
    font-size: 11px !important;
    display: inline-block;
    font-weight: bold
}

.position-li {
    position: relative;
    right: 25px;
    margin-right: 2px
}

#attachments #article_file {
    width: 120px;
    height: 37px;
    z-index: 11;
    position: absolute;
    top: 0;
    opacity: 0;
    cursor: pointer
}

#new_article .remove_img {
    position: absolute;
    bottom: 52px;
    left: 100px;
    border-radius: 50%;
    background: #e42c5c;
    padding-left: 4px;
    padding-right: 3px;
    padding-bottom: 1px;
    color: #ffffff;
    font-size: 10px;
    cursor: pointer
}

#new_article .attach_preview {
    margin-left: 10px;
    margin-bottom: 11px;
    padding-left: 0
}

#new_article .attached_image {
    width: 105px;
    height: 60px
}

.project_attach:hover {
    transition: all 0.2s ease !important;
    font-size: 14px !important
}

.attach_project_file {
    width: 20px;
    height: 19px;
    margin-left: 10px;
    margin-bottom: 10px;
    color: #2e417f;
    transform: rotate(90deg)
}

.status_update_task {
    color: #868686
}

.status_update_task label {
    color: #011c5c
}

.load-more {
    margin-bottom: 70px !important;
    position: relative;
    left: 45px
}

.thumbnail-image {
    max-height: 80px;
    max-width: 150px;
    cursor: pointer;
    border: 1px solid #ccc
}

.trimm_image {
    width: 100% !important;
    height: 256px !important;
    cursor: pointer;
    object-fit: contain
}

.media-body {
    position: relative
}

.img-selector {
    margin-left: 15px;
    width: 150px;
    margin-top: 25px
}

.links {
    position: absolute;
    top: 15px;
    right: 5px
}

.target {
    height: 67px;
    width: 119px;
    margin-left: 5px
}

.target img {
    width: 100%;
    height: 100%;
    margin: 10px auto !important;
    border: 1px solid grey
}

.remove-file {
    background: url(/assets/close_delete-128-2ff068c560f3c27fac88d8d6cf31d93a8b250b86a1f3db172d649ec6fbb31141.png) no-repeat 10px 10px;
    padding: 15px;
    background-size: 15px;
    left: 103px;
    bottom: 60px;
    position: relative;
    z-index: 100
}

.user-description p {
    font-family: 'Segoe UI';
    font-size: 13px;
    font-style: italic;
    text-align: left;
    color: #909090;
    margin: 0;
    display: inline-block
}

.post-status-update {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

#clear-search-box {
    display: none
}

div.filter-post-comment-actions {
    right: 15px;
    position: absolute;
    top: calc(50% - 20px)
}

.comment_box_style:hover div.filter-post-comment-actions {
    right: 0px;
    background: #011c5c;
    height: 100%;
    width: 26px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 29px;
    padding-left: 5px;
    top: 0;
    margin-top: 0
}

.comment_box_style:hover .post-commenter-action span {
    margin-top: 23px;
    right: 0px;
    position: absolute;
    top: calc(50% - 28px)
}

.transparent-button {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none
}

.hide-this {
    display: none
}

.show-comments {
    margin: 15px;
    color: #1F005E
}

#selected-post-comments .loader {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #000;
    border-radius: 50%;
    width: 30px;
    margin: auto;
    height: 30px;
    animation: spin 2s linear infinite
}

.post-title-heading {
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 900;
    letter-spacing: normal;
    color: #011c5c;
    text-align: left;
    padding-top: 10px
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.solution_record_title {
    color: #011c5c;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Segoe UI'
}

.solution_close_img {
    float: right;
    margin-top: 3px
}

.solution_page_media_container {
    width: 70%;
    margin: 0 auto;
    background-color: #edeef7;
    min-height: 350px;
    height: 350px
}

.audio_img_container,
.audio_button_container {
    text-align: center
}

.solution_audio_img {
    width: 100%;
    display: none
}

.solution_btn_img {
    margin-top: 45%;
    width: 62px;
    border-radius: 50%
}

.playHover:hover {
    transition: all 0.2s ease !important;
    width: 26% !important
}

.audio-only-post-record-stop {
    margin-top: 11%
}

.audio_post_button_container {
    width: 70%;
    margin: 0 auto
}

.post_audio_button {
    margin-top: 15px;
    width: 98px;
    height: 38px;
    background-color: #011c5c;
    color: #fff;
    border: 0;
    float: right;
    outline: unset
}

.post_audio_button:hover {
    color: #fff;
    background-color: #e42c5c;
    border-color: #e42c5c
}

.stop {
    display: none
}

.play_pause_buttons {
    display: none;
    margin-top: 50px
}

#audio-only-post-record-pause {
    width: 25%;
    display: none
}

#audio-only-post-record-play {
    width: 25%
}

#solution_audio_img_dummy {
    color: #edeef7;
    background-color: #edeef7;
    width: 100%
}

.audio_display_button_container {
    width: 100%;
    background-color: #fff;
    padding: 9px;
    cursor: pointer
}

#audio_postimg {
    width: 50px;
    height: 50px;
    margin-left: 20px
}

.user-picture-container {
    text-align: right;
    width: 100%;
    margin-top: 10px
}

.user-pic_ {
    height: 33px;
    width: 33px
}

.by_name {
    color: #909090;
    font-style: italic;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 2px
}

.by_name_user {
    font-size: 12px;
    font-family: 'Segoe UI SemiBold';
    font-style: normal;
    font-stretch: normal;
    line-height: 1.58;
    letter-spacing: normal;
    color: #333333;
    word-break: break-word
}

.audio_controller {
    width: 100%;
    background-color: #f1f4fb
}

.pause_display {
    display: none
}

.audio_controller_img {
    width: 100%;
    height: 100px;
    padding-left: 20px
}

#formEndAudio {
    display: none;
    width: 55px
}

#post-player {
    display: none
}

.gif-style {
    padding-left: 20px !important
}

.submit_btn-post {
    margin-top: 15px
}

.posts-comments .chosen-container-single .chosen-single {
    float: right
}

.gif_dummy {
    color: #fff;
    background-color: #fff;
    width: 80%
}

#gif_image {
    display: none
}

#playPauseControllerFormButtons img {
    width: 45px;
    padding-top: 7px
}

#playPauseControllerFormButtons {
    display: none
}

#pause_form_btn {
    display: none
}

#post_description {
    padding: 25px 5px !important
}

#attachments {
    margin-top: 0px;
    position: relative;
    clear: both
}

.network-post-list {
    background: url(/assets/search-div-e0552230ea4fd4f7ba7d72926e96e7d29ab6ffbaa074f3a8e81f446dfb561956.png);
    background-repeat: repeat;
    padding: 11px
}

.network-tab {
    background-color: #f3f3f3;
    box-shadow: 0.5px 0.9px 1px 0 rgba(0, 0, 0, 0.12), inset 1px 1.7px 1px 0 rgba(255, 255, 255, 0.75);
    margin-left: 5px;
    border-radius: 10px 10px 0 0
}

.network-tab:hover {
    background-color: #f3f3f3;
    box-shadow: 0.5px 0.9px 1px 0 rgba(0, 0, 0, 0.12), inset 1px 1.7px 1px 0 rgba(255, 255, 255, 0.75);
    margin-left: 5px;
    border-radius: 10px 10px 0 0;
    cursor: pointer
}

.network-tab-nav .active {
    color: #011c5c
}

.message-tab {
    border-radius: 10px 10px 0 0;
    margin-left: 20px
}

.feed-item .user-description {
    text-align: left !important
}

.feed-item .user-description .user-name {
    font-family: 'Segoe UI';
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: normal;
    text-align: left;
    color: #363636
}

.message-tab:hover {
    background-color: none !important
}

.network-feeds {
    overflow-x: hidden;
    background-repeat: repeat
}

.feed-body {
    padding-top: 20px;
    padding-bottom: 20px
}

.post_location p {
    display: inline-block;
    font-family: 'Segoe UI';
    font-size: 11px;
    letter-spacing: normal;
    text-align: left;
    color: #011c5c
}

.network-location-posted-in {
    font-family: 'Segoe UI';
    font-size: 13px;
    font-stretch: normal;
    line-height: 1.31;
    text-align: left;
    font-weight: normal;
    font-style: italic;
    color: #909090
}

.network_group_name_style {
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: 900;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #011c5c;
    padding-left: 5px
}

.network-content {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    margin-left: 55px
}

.network-content .posted-images {
    margin-top: 0px
}

.network-content .owl-item {
    width: 100% !important
}

.network-content .owl-carousel {
    display: block !important
}

.feed_tab {
    width: 201px;
    text-align: center;
    color: #011c5c !important
}

.message_tab {
    width: 150px;
    text-align: center;
    color: rgba(49, 57, 81, 0.6)
}

#post_comments_list {
    padding: 20px 15px 10px 0px
}

#post_title {
    display: block !important;
    width: 100% !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #555555 !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important
}

#post_status_chosen {
    color: #555555 !important;
    background-color: #fff !important;
    background-image: none !important;
    border-radius: 0px !important;
    border: 1px solid #011c5c !important
}

#post_status_chosen .chosen-single {
    margin-top: 1% !important
}

#post_status_chosen .chosen-search {
    display: none
}

#dropdownMenu .chosen-container-single .chosen-search input[type="text"] {
    margin-top: -3px !important
}

.create-comments:focus-within {
    border: 1px solid #011c5c !important
}

.delete_post_comment {
    background: url(/assets/delete_post_comment-b2239fa6695b56a45bfc154e83e292c97ce190769a9b713fbc4a8f160e86ed1b.svg) no-repeat right;
    background-size: 23px 20px;
    height: 25px
}

.delete_post_comment:hover {
    background: url(/assets/delete_post_hover-105c92917086fc6aa165f38cdeb3f0b3be5a48b616483b55739f1c3e406aed84.svg) no-repeat right;
    background-size: 23px 20px;
    height: 25px
}

.flag_icon {
    background: url(/assets/flag-330e1d3f1a377ac52c1c97da4d3c3adb4c2e95a815490841e0736a0b21cc8044.svg) no-repeat right;
    background-size: 23px 20px;
    height: 25px;
    margin-top: -2px
}

.flag_icon:hover {
    background: url(/assets/flag-red-8ab5b6781cdb76b995fc1e4cafa3ddfbe238e165a5942ebaadf68bc155c1cb92.svg) no-repeat right;
    background-size: 23px 20px;
    height: 25px;
    margin-top: -2px
}

#post_location_id_chosen .chosen-drop {
    margin-left: 5px
}

.post-attachment-img .remove-file {
    right: 0;
    bottom: 60px
}

.build_mentor_network_div .add-icon {
    border: 1px solid #011c5c;
    padding-left: 5px;
    margin: 0px 10px;
    float: right;
    width: 33px;
    height: 18px;
    transition: all .2s ease-in-out
}

.formSection_solut #post_description {
    padding: 1px 10px 10px 10px !important;
    height: 80px
}

body {
    background: url("../images/bg.jpg") repeat
}

.noPadding {
    padding: 0 !important
}

.rightCol {
    float: left;
    width: calc(100% - 70px)
}

.rightBox {
    background: #f3f3f3;
    border-radius: 5px;
    margin: 15px 20px 15px 25px
}

.headText {
    font-family: 'Segoe UI';
    font-size: 20px;
    font-weight: 600;
    color: #011c5c;
    padding: 30px 30px 35px
}

.adminForm {
    border-top: 1px solid #e6e5e5;
    padding: 30px
}

#formClass label {
    padding-left: 5px;
    color: #a4a3a3
}

#formClass .form-control {
    font-family: "Segoe UI" !important;
    font-style: italic !important;
    color: #a4a3a3 !important;
    border: 1px solid #c7c7c7 !important
}

#formClass .brdrStyle {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff
}

.pt-2 {
    padding-top: 20px
}

.pr-0 {
    padding-right: 0
}

.fr-box .fr-counter {
    display: none
}

.fr-toolbar {
    border-top: 1px solid #ccc
}

.fr-box {
    margin: 10px 0 25px
}

.datePicker {
    background: url(../images/calendar-icon.jpg) no-repeat #fff;
    background-position: right;
    font-size: 13px;
    color: #011c5c
}

.dz-message {
    text-align: left !important;
    font-family: 'Segoe UI';
    font-style: italic;
    color: #a4a3a3;
    margin: 1em 0 !important
}

.dz-message span {
    color: #011c5c
}

.dropzone {
    border: 2px dashed #011c5c !important;
    border-radius: 5px;
    min-height: 50px !important;
    padding: 10px 20px !important
}

.text-right {
    text-align: right
}

.backBttn {
    background: #fff;
    font-family: 'Segoe UI';
    border: 2px solid #011c5c;
    color: #011c5c;
    padding: 6px 35px
}

.createBttn {
    background: #223678;
    font-family: 'Segoe UI';
    border: 2px solid #011c5c;
    color: #fff;
    padding: 6px 35px;
    margin-left: 5px
}

.searchBoxBg {
    background-image: linear-gradient(45deg, #f6f5f5 33.33%, #bccbd2 33.33%, #bccbd2 50%, #f6f5f5 50%, #f6f5f5 83.33%, #bccbd2 83.33%, #bccbd2 100%);
    background-size: 4.24px 4.24px;
    padding: 5px 2px 2px
}

.knowLeftMenu {
    padding: 10px 0px
}

.knowLeftMenu ul {
    padding: 0 0 0 15px
}

.knowLeftMenu ul li {
    display: block;
    background-color: #ffffff;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    margin-bottom: 0.8px
}

#bookmark-enabled:hover {
    height: 30px
}

#like-enabled:hover {
    height: 30px
}

#like-disabled:hover {
    height: 27px
}

#bookmark-disabled:hover {
    height: 27px
}

#bookmark-enabled {
    height: 28px
}

#like-enabled {
    height: 28px
}

#like-disabled {
    height: 24px
}

#bookmark-disabled {
    height: 26px
}

.knowLeftMenu ul li a {
    display: block;
    padding: 8px 20px 6px;
    border-left: 5px solid #bcb9b9;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    font-family: 'Segoe UI';
    font-size: 13px;
    color: #bcb9b9
}

.knowLeftMenu ul li a:hover {
    text-decoration: none
}

.knowLeftMenu ul li.active a {
    border-left: 5px solid #3a4f80;
    color: #3a4f80
}

.knowledgeMiddleContent {
    padding: 30px 25px;
    background: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid #d7d7d7
}

.knowRecentBottom {
    margin-bottom: 20px;
    padding-left: 20px;
    width: 95%
}

.knowRecentBottom img {
    float: right;
    width: 153px;
    height: 153px
}

.knowRecent {
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.77;
    letter-spacing: normal;
    text-align: left;
    color: #868686;
    margin-top: 0;
    margin-bottom: 6px
}

.knowRecentBlock {
    margin-bottom: 20px
}

.knowRecentMainHd {
    font-family: 'Segoe UI';
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: normal;
    padding: 15px 0 10px;
    text-align: left;
    color: #333333;
    margin-top: 0;
    margin-bottom: 0
}

.knowRecentSub {
    font-family: 'Segoe UI';
    font-size: 13px;
    line-height: 1.77;
    text-align: left;
    color: #777777
}

.knowRecentHd {
    font-family: 'Segoe UI';
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
    margin-top: 0;
    margin-bottom: 5px;
    word-break: break-all
}

.knowUser {
    margin-top: 8px
}

.knowUser img {
    width: 39px;
    height: 39px;
    border: 1px solid #ccc;
    float: left;
    border-radius: 50%;
    margin-right: 5px;
    margin-bottom: 3px;
    margin-top: 1px
}

.knowUserName {
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: 900;
    line-height: 1.46;
    letter-spacing: normal;
    text-align: left;
    color: #333333
}

.knowUserLoc {
    font-family: 'Segoe UI';
    font-size: 12px;
    letter-spacing: normal;
    text-align: left;
    color: #011c5c
}

.knowUserDate,
.knowUserLike {
    opacity: 1;
    font-family: 'Segoe UI';
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.58;
    letter-spacing: normal;
    text-align: left;
    color: #011c5c;
}

.knowUserLikeImg {
    height: 13px !important;
    width: 15px !important;
    border-radius: 0% !important;
    margin-top: 5px !important;
    border: none !important
}

.knowRhtHead {
    font-family: 'Segoe UI';
    font-size: 12px;
    font-weight: 900;
    line-height: 4.11;
    letter-spacing: normal;
    color: #bcb9b9
}

.knowRhtHead span {
    color: #011c5c
}

.knowRhtHead img {
    float: right;
    margin-top: 17px
}

.knowRightBox {
    background-color: #fbfbfa;
    box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 10px;
    padding: 10px 0 22px
}

.rightBoxHd {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #3c495a;
    padding: 0 15px
}

.memberImages {
    padding: 10px 15px 0
}

.memberImages img {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 10px;
    margin-right: 10px
}

.memberCount {
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 900;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: center;
    color: #59b7ff
}

.memTxt {
    font-family: 'Segoe UI';
    font-size: 11px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.55;
    letter-spacing: normal;
    text-align: left;
    color: #868686
}

.editIcon {
    padding-top: 5px;
    padding-right: 10px
}

.veticalLine {
    display: inline-block;
    padding: 2px 5px;
    font-size: 28px;
    vertical-align: sub;
    color: #b4b4b4
}

.detailHead {
    font-family: 'Segoe UI';
    font-size: 30px;
    text-align: left;
    color: #333333
}

.detailPage {
    margin-top: 30px;
    font-family: 'Segoe UI';
    font-size: 13px;
    line-height: 1.77;
    letter-spacing: normal;
    text-align: left;
    color: #777777
}

.detailPage h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.44
}

.detailComments {
    font-family: 'Segoe UI';
    font-size: 12px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #011c5c
}

.detailCommtSec {
    background-color: #fbfbfa;
    margin: 25px 0;
    padding: 10px 25px
}

.textCenter {
    text-align: center
}

.commentImage {
    width: 39px;
    height: 39px;
    border-radius: 50%
}

.commentInput {
    height: 39px;
    border: none;
    background: transparent;
    width: 100%;
    font-family: 'Segoe UI';
    font-size: 13px;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #363636
}

.commentInput:focus {
    outline: 0
}

.commentInput::placeholder {
    font-style: italic;
    color: #9c9595
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group:hover {
    box-shadow: 1px 1px 1px 1px #cec3b0;
    transition: all .2s ease
}

.rightUserCont:hover {
    box-shadow: 1px 1px 1px 1px #cec3b0 !important;
    transition: all 0.2s ease !important
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.input-group-btn>.btn {
    position: relative
}

.search_bttn {
    padding: 3px 8px;
    border: none;
    border-radius: 0;
    border-left: 1px solid #ccc
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    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
}

.createBtn {
    background-color: #011c5c;
    border: solid 0.8px #d9d9d9;
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: 600;
    line-height: 1.46;
    letter-spacing: normal;
    text-align: left;
    color: #fefefe;
    padding: 6px 8px 7px;
    margin: 0 10px
}

.createBtn i {
    padding: 0 5px
}

#design_anthology_article_by_id_chosen,
#design_anthology_subject_area_chosen {
    border: 1px solid #ccc
}

.design_anthology_p {
    margin-top: 15px;
    font-family: 'Segoe UI';
    font-weight: bold;
    letter-spacing: normal;
    color: #4f5052
}

.noPadding {
    padding: 0 !important
}

.rightCol {
    float: left;
    width: 100%
}

.rightBox {
    background: #f3f3f3;
    border-radius: 5px;
    margin: 15px 20px 15px 25px
}

.headText {
    font-family: 'Segoe UI';
    font-size: 20px;
    font-weight: 600;
    color: #011c5c;
    padding: 30px 30px 35px
}

.adminForm {
    border-top: 1px solid #e6e5e5;
    padding: 30px
}

#formClass label {
    padding-left: 5px;
    color: #a4a3a3
}

#formClass .form-control {
    font-family: 'Segoe UI';
    font-style: italic;
    color: #a4a3a3;
    border: 1px solid #c7c7c7
}

#formClass .brdrStyle {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff
}

.pt-2 {
    padding-top: 20px
}

.pr-0 {
    padding-right: 0
}

.pl-2 {
    padding-left: 20px !important
}

.mb-5 {
    margin-bottom: 5px
}

.fr-box .fr-counter {
    display: none
}

.fr-toolbar {
    border-top: 1px solid #ccc
}

.fr-box {
    margin: 10px 0 25px
}

.datePicker {
    background: url(/assets/calendar-icon-cc03a696d5bc6f1b0fd0ea9e50e2b50123eee0586a06cb0beb5f4939b32b4a0e.jpg) no-repeat #fff;
    background-position: right;
    font-size: 13px;
    color: #011c5c
}

.dz-message {
    text-align: left !important;
    font-family: 'Segoe UI';
    font-style: italic;
    color: #a4a3a3;
    margin: 1em 0 !important
}

.dz-message span {
    color: #011c5c
}

.dropzone {
    border: 2px dashed #011c5c !important;
    border-radius: 5px;
    min-height: 50px !important;
    padding: 10px 20px !important
}

.text-right {
    text-align: right
}

.anthalogy_sidebar {
    background-color: #2c3f81;
    width: 70px;
    color: white
}

.adminForm .form-group {
    margin-top: 10px
}

.adminForm #design_anthology_author_id {
    display: none !important
}

.adminForm #design_anthology_article_by_id {
    display: none !important
}

.adminForm #design_anthology_article_by_id_chosen .chosen-single {
    margin-top: 0% !important;
    padding-left: 0px
}

.design_anthology_content_url {
    width: 100% !important
}

.design_anthology_content_url {
    height: 50px !important
}

#design_anthology_preview {
    resize: auto
}

.createBttn {
    background: #011c5c;
    font-family: 'Segoe UI';
    border: 2px;
    color: #fff !important;
    padding: 6px 35px;
    margin-left: 5px
}

.listHeadBox {
    background: #f3f3f3;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 15px 20px 0px 25px
}

.listHeadContent {
    padding: 20px 35px 5px 30px
}

.listTxtAdj {
    padding: 10px 30px 35px
}

.search-container {
    width: 300px;
    float: left;
    display: inline
}

.search-container input[type=text] {
    padding: 4px 10px;
    font-family: 'Segoe UI';
    font-style: italic;
    color: #a4a3a3;
    font-size: 14px;
    border: none;
    width: 252px;
    border: 1px solid #e2e2e2
}

.search-container button {
    float: right;
    padding: 4px 8px 4px 7px;
    background: #fff;
    border-right: 1px solid #e2e2e2 !important;
    border-top: 1px solid #e2e2e2 !important;
    border-bottom: 1px solid #e2e2e2 !important;
    font-size: 14px;
    border: none;
    cursor: pointer
}

.search-container button:hover {
    background: #ccc
}

.searchIcon {
    color: #3a5d83;
    font-size: 17px
}

.sortImg {
    padding: 8px 0
}

.newAnthologybttn {
    background: #011c5c !important;
    font-family: 'Segoe UI';
    color: #fff !important;
    padding: 8px 20px;
    border: none;
    border-radius: 2px
}

.bttnIcon {
    padding-left: 10px;
    border-radius: 50%
}

.listBox {
    margin: 5px 20px 0px 25px
}

.listContentBox {
    border-left: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #fff
}

.listPadding {
    padding: 0px 0 0 35px
}

.borderRB {
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8
}

.borderB {
    border-bottom: 1px solid #e8e8e8
}

.listImages {
    object-fit: cover;
    padding: 20px 10px 5px
}

.listHdTxt {
    color: #032028;
    font-family: 'Segoe UI';
    font-weight: 700;
    font-size: 18px;
    padding-top: 18px
}

.subText {
    font-family: 'Segoe UI';
    font-size: 14px;
    color: #868686
}

.height100 {
    height: 100px
}

.url {
    display: table
}

.url span {
    display: table-cell;
    vertical-align: middle;
    word-break: break-all
}

.gray1Bg {
    background: #fafafa;
    border-bottom: 1px solid #e8e8e8;
    padding: 0 15px;
    margin-bottom: 15px
}

.borderR {
    border-right: 1px solid #e8e8e8
}

.tableDisplay {
    display: table
}

.subHdTxt {
    font-family: 'Segoe UI';
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    color: #868686;
    padding: 10px 0
}

.rightBrdrBox {
    border: 1px solid #011c5c;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 156px
}

.viewBttn {
    padding: 13px 0;
    text-align: center
}

.borderBlue {
    border-bottom: 1px solid #011c5c
}

.backBttn {
    background: #011c5c;
    font-family: 'Segoe UI';
    border: 2px;
    color: #fff !important;
    padding: 6px 35px;
    margin-left: 5px
}

.anthology_container {
    height: 100%;
    overflow-y: auto;
    width: 94% !important;
    padding-bottom: 16px
}

#design_anthology_preview {
    min-width: 500px !important;
    display: block !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    background-color: #fff !important;
    background-image: none !important;
    border-radius: 4px !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
    margin-left: 0
}

.search_anthology {
    height: 30px !important;
    box-shadow: none !important;
    font-style: italic !important;
    font-size: 12px !important
}

.knowUser span {
    margin-top: 10px;
    margin-right: 10px
}

.anthologyPagesLinks a:hover {
    background-color: unset
}

.createBttn:hover,
.backBttn:hover {
    background-color: #e42c5c !important;
    color: #ffffff
}

.post-search-field {
    margin: 32px 0 30px 15px
}

#pagination a {
    color: #011c5c;
    background-color: transparent !important
}

#design_anthology_author_id_chosen .chosen-drop,
#design_anthology_article_by_id_chosen .chosen-drop {
    margin-left: -10px
}

.anthologyForm #formClass label {
    color: #868686
}

.anthology_content_url {
    color: #011c5c !important
}

.anthology_content_url:hover {
    color: #011c5c !important;
    background-color: transparent !important
}

.author_detail_div {
    float: none !important;
    margin: -15px auto
}

.author_section {
    display: flex;
    justify-content: left;
}

.author_section .author_detail_div {
    float: left !important;
    margin: unset
}

.anthology_listing_container {
    background: url(/assets/search-div-e0552230ea4fd4f7ba7d72926e96e7d29ab6ffbaa074f3a8e81f446dfb561956.png);
    background-repeat: repeat;
    height: calc(100% - 70px)
}

.anthology_edit {
    background: url(/assets/edit-691ed489e5d1ca85c7c613d0648a064331962930fc0a00961fd5cd39538a31f0.svg) no-repeat right;
    height: 18px;
    width: 24px !important;
    float: right
}

.anthology_edit:hover {
    filter: invert(69%) sepia(82%) saturate(2811%) hue-rotate(219deg) brightness(44%) contrast(72%)
}

.anthology_delete {
    background: url(/assets/anthology_delete-503002e82bde8fd111599700a8cbe0d95eef76047232d26474a2862f89f3c1fd.svg) no-repeat right;
    height: 18px;
    width: 24px !important;
    float: right
}

.anthology_delete:hover {
    background: url(/assets/anthology_delete_hover-d60dd4c153af91c1aee40c651650e6be21c15aba60c9279dac962dd2d3a138b2.svg) no-repeat right;
    height: 18px;
    width: 24px;
    float: right
}

.anthology_view {
    background: url(/assets/anthology_view-10a54f29fa1bc22dee2c7820ff4c57ba963e97990870ff095834eeebe7edf46f.svg) no-repeat right;
    height: 18px;
    width: 24px !important;
    float: right
}

.anthology_view:hover {
    background: url(/assets/anthology_view_hover-9a8d396168c53e16a96b4ecac0d7ad8dccceb96cf03d4821c07f29b956d78f95.svg) no-repeat right;
    height: 18px;
    width: 24px;
    float: right
}

#article_by_div label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #011c5c;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px
}

#article_by_div input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    left: 22px;
    width: 5px;
    height: 10px;
    border: solid #011c5c;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg)
}

#article_by_admin {
    display: none
}

#incubator_file,
#fabrication_file {
    display: none
}

.img-responsive {
    cursor: pointer
}

.tab-content .started_head {
    float: right
}

.add_institution_admin .form-control {
    height: 41px !important;
    border-radius: 6px !important;
    box-shadow: 0.5px 0.9px 0 0 #fff, inset 0.5px 0.9px 0 0 rgba(0, 0, 0, 0.22) !important;
    background-color: #ffffff !important;
    border: solid 1px rgba(190, 190, 190, 0.18) !important;
    font-size: 13px !important;
    color: #a4a3a3 !important
}

.add_institution_admin .chosen-single {
    height: 41px !important;
    border-radius: 6px !important;
    box-shadow: 0.5px 0.9px 0 0 #fff, inset 0.5px 0.9px 0 0 rgba(0, 0, 0, 0.22) !important;
    background-color: #ffffff !important;
    border: solid 1px rgba(190, 190, 190, 0.18) !important;
    font-size: 13px !important;
    color: #a4a3a3 !important;
    margin-top: -13px !important;
    padding-top: 6px !important
}

.add_institution_admin .chosen-container-single .chosen-single div b {
    margin-top: 10px !important
}

#incubator_incubator_type_chosen .chosen-single {
    padding: 0 !important
}

.incubator_is_internet_provided .radio-inline {
    margin-left: 20px !important
}

#incubator_incubator_admin_ids_chosen .chosen-choices {
    display: block !important;
    width: 100% !important;
    font-size: 13px !important;
    line-height: 1.42857143 !important;
    color: #555555 !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
    font-weight: bold !important
}

#incubator_website,
#incubator_name,
#incubator_start_date {
    display: block !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #555555 !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important
}

#ShowCreate .modal-body {
    padding: 0px !important
}

#ShowCreate .modal-header {
    padding: 0px !important;
    border-bottom: none !important
}

#ShowCreate .modal-footer {
    border-top: none !important
}

.incubator-user-list .chosen-container {
    float: right
}

.incubator_content {
    cursor: unset
}

#incubator_incubator_admin_ids_chosen .chosen-search-input {
    color: #b2b3b2;
    font-weight: normal
}

.add-incubator .add-incubator-submit:focus {
    color: #333
}

.pro_loc {
    float: right;
    font-size: 11px;
    font-family: "Segoe UI"
}

.rev-span {
    font-family: 'Segoe UI';
    font-weight: normal;
    font-style: italic;
    letter-spacing: normal;
    text-align: left;
    color: #7e7d7d !important
}

.incubator_is_internet_provided .radio-inline {
    margin-top: 15px !important
}

#imageIncubation {
    width: 100px
}

#incubator_remove_file .remove_img {
    position: absolute;
    top: -5px;
    left: 108px;
    border-radius: 50%;
    background: #e42c5c;
    padding-left: 4px;
    padding-right: 3px;
    padding-bottom: 1px;
    color: #ffffff;
    font-size: 10px;
    cursor: pointer
}

.dic_number {
    display: flex;
    justify-content: center
}

.cardBg {
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
    border-radius: 7px;
    background-color: #ffffff;
    margin-bottom: 7px;
    margin-top: 7px;
    float: left;
    width: 100%;
    padding: 0
}

.competition-card-footer {
    display: none;
    background: #f6f9f8;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.mobile-date-subTitle,
.mobile-milestone-subTitle {
    display: none
}

.mobile_competiton_tab_heading {
    display: none;
    color: #011c5c;
    font-size: 18px;
    padding: 12px 4px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Segoe UI SemiBold'
}

.mobile_competiton_tab_heading p {
    margin: 0px
}

.competition_page_number {
    border: 1px solid #011c5c;
    border-radius: 50%;
    padding: 0px 7px;
    margin-right: 6px
}

.mobile-edit-icon {
    display: none
}

.competiton__status {
    padding: 2px 0 2px 0 !important
}

.competiton__status .days-left {
    margin-left: 0px !important
}

.preview-col .milestone-icon:last-child .line-brdr {
    display: none !important
}

.competition-main-div .cardBg .title {
    font-size: 18px
}

.dead-line-column {
    font-family: 'Segoe UI';
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 17px;
    letter-spacing: 0.3px;
    text-align: left;
    color: #011c5c
}

.dead-line-column span {
    font-weight: 500;
    color: #868686
}

.dead-line-column span.days-left {
    border-radius: 4px;
    border: solid 1px #868686;
    background-color: #f3f3f3;
    font-family: 'Segoe UI SemiBold';
    font-size: 10px;
    padding: 2px 5px;
    margin-left: 10px;
    line-height: 20px;
    color: #868686
}

.dead-line-column span.days-left img {
    margin-right: 2px
}

.dead-line-column span.in-progress {
    border-radius: 4px;
    border: solid 1px #0ca800;
    background-color: #ffffff;
    font-family: 'Segoe UI SemiBold';
    font-size: 10px;
    padding: 2px 5px;
    margin-left: 10px;
    line-height: 20px;
    color: #0ca800
}

.dead-line-column span.winners {
    border-radius: 4px;
    border: solid 1px #011c5c;
    background-color: #f3f3f3;
    font-family: 'Segoe UI SemiBold';
    font-size: 10px;
    padding: 2px 10px;
    margin-left: 10px;
    line-height: 20px;
    color: #011c5c
}

.design-category {
    font-family: 'Segoe UI';
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 17px;
    letter-spacing: 0.2px;
    padding: 2px 0;
    text-align: left;
    color: #011c5c
}

#createComp .createComp,
#createPublications .createComp {
    box-shadow: inset -2.1px 2.1px 3px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    border: solid 1px #d1d1d1;
    background-color: #ffffff
}

#createComp .createHead,
#createPublications .createHead {
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 900;
    padding: 50px 0 30px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #011c5c
}

#createComp #formClass label,
#createPublications #formClass label {
    padding-left: 0px;
    font-size: 14px;
    font-weight: 900;
    color: #a4a3a3
}

#createComp #formClass .form-control,
#createPublications #formClass .form-control {
    font-family: 'Segoe UI';
    font-style: italic;
    color: #a4a3a3;
    height: 41px;
    border: 1px solid #bebebe
}

#createComp #formClass .brdrStyle,
#createPublications #formClass .brdrStyle {
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff
}

#createComp .datePicker,
#createPublications .datePicker {
    background: url(../images/calendar-icon.jpg) no-repeat #fff;
    background-position: right;
    font-size: 13px;
    color: #011c5c
}

#createComp .paddingAdjust,
#createPublications .paddingAdjust {
    padding-left: 30px;
    padding-right: 0
}

#createComp .helpTxt,
#createPublications .helpTxt {
    font-family: 'Segoe UI';
    font-size: 13px;
    font-style: italic;
    line-height: 16px;
    margin-top: 25px;
    letter-spacing: 0.3px;
    color: #a4a3a3
}

#createComp #check .form-group input,
#createPublications #check .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}

#createComp #check .form-group label,
#createPublications #check .form-group label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #011c5c
}

#createComp #check .form-group label:before,
#createPublications #check .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #011c5c;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px
}

#createComp #check .form-group input:checked+label:after,
#createPublications #check .form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #011c5c;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg)
}

#createComp .uploadHeadTxt,
#createPublications .uploadHeadTxt {
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.3px;
    text-align: left;
    color: #73728a
}

#createComp .uploadSec,
#createPublications .uploadSec {
    margin-bottom: 25px
}

#createComp .uploadFilesContainer,
#createPublications .uploadFilesContainer {
    border-top: 1px solid #ccc;
    padding: 10px 0
}

#createComp .uploadFileSec,
#createPublications .uploadFileSec {
    float: left;
    margin-right: 10px;
    font-family: 'Segoe UI';
    font-size: 13px;
    line-height: 21.5px;
    letter-spacing: normal;
    text-align: center;
    color: #011c5c
}

#createComp .uploadFileSec span,
#createPublications .uploadFileSec span {
    display: block;
    padding-top: 10px
}

#createComp #checkForm .form-group input,
#createPublications #checkForm .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}

#createComp #checkForm .form-group label,
#createPublications #checkForm .form-group label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #011c5c
}

#createComp #checkForm .form-group label:before,
#createPublications #checkForm .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #011c5c;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px
}

#createComp #checkForm .form-group input:checked+label:after,
#createPublications #checkForm .form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #011c5c;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg)
}

#createComp #closedStatus .form-group input,
#createPublications #closedStatus .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}

#createComp #closedStatus .form-group label,
#createPublications #closedStatus .form-group label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #011c5c
}

#createComp #closedStatus .form-group label:before,
#createPublications #closedStatus .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #011c5c;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px
}

#createComp #closedStatus .form-group input:checked+label:after,
#createPublications #closedStatus .form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #011c5c;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg)
}

#createComp .postBttnContainer,
#createPublications .postBttnContainer {
    margin: 60px auto;
    text-align: center
}

#createComp .post-bttn,
#createPublications .post-bttn {
    background-color: #011c5c;
    font-family: 'Segoe UI';
    padding: 9px 35px;
    font-size: 14px;
    border-radius: 0px;
    border: none;
    font-weight: 900;
    letter-spacing: 0.3px;
    text-align: center;
    color: #ffffff;
    margin-right: 70px;
    width: 105px;
    border: transparent;
    border-radius: 0
}

#createComp .nextBtn,
#createPublications .nextBtn {
    margin-right: 70px
}

#createComp .post-bttn:hover,
#createPublications .post-bttn:hover {
    color: #ffffff;
    text-decoration: none
}

#createComp .discussContainer,
#createPublications .discussContainer {
    background: url(../images/bg-pattern.jpg) repeat
}

#createComp .discussion-board-head,
#createPublications .discussion-board-head {
    font-family: 'Segoe UI SemiBold';
    font-size: 18px;
    padding: 26px 136px 16px 16px;
    line-height: 26px;
    display: inline-flex;
    text-align: left;
    color: #011c5c
}

#createComp .discussion-board-head span,
#createPublications .discussion-board-head span {
    border-radius: 4px;
    background-color: #9cadd3;
    font-family: 'Segoe UI SemiBold';
    vertical-align: middle;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: normal;
    text-align: left;
    padding: 5px 10px;
    margin-left: 10px;
    color: #011c5c;
    max-height: 55px
}

#createComp .questionBox,
#createPublications .questionBox {
    display: flex;
    border: solid 1px #e0dfdf;
    box-shadow: 0.5px 0.9px 1px 0 rgba(0, 0, 0, 0.12);
    background-color: #f3f3f3;
    padding: 10px 15px;
    margin: 3px 0 5px
}

#createComp .askQuest,
#createPublications .askQuest {
    padding-right: 15px;
    margin: 10px
}

#createComp .discussBoxBg,
#createPublications .discussBoxBg {
    border-radius: 6px;
    box-shadow: 0.8px 0.7px 2px 0 rgba(0, 0, 0, 0.24), inset -1.4px -1.4px 2px 0 #fff;
    border: solid 0.8px #ffffff;
    padding: 20px 0 !important;
    background-color: #ffffff;
    margin-bottom: 1px
}

#createComp .discussHead,
#createPublications .discussHead {
    font-family: 'Segoe UI';
    font-size: 18px;
    clear: both;
    font-weight: 900;
    line-height: 19px;
    text-decoration: underline;
    text-underline-position: under;
    position: relative;
    letter-spacing: 0.4px;
    color: #363636
}

#createComp .discussName,
#createPublications .discussName {
    font-family: 'Segoe UI';
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.2px;
    padding-top: 3px;
    color: #a9a8a8
}

#createComp .discussHour,
#createPublications .discussHour {
    font-family: 'Segoe UI';
    font-size: 11px;
    line-height: 19px;
    letter-spacing: 0.2px;
    text-align: left;
    padding-left: 10px;
    padding-top: 3px;
    color: #878da5
}

#createComp .discussHour img,
#createPublications .discussHour img {
    vertical-align: inherit;
    margin-right: 3px
}

#createComp .resContainer,
#createPublications .resContainer {
    padding-top: 10px !important
}

#createComp .resText,
#createPublications .resText {
    font-family: 'Segoe UI SemiBold';
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.3px;
    padding-right: 8px;
    text-align: left;
    color: #011c5c
}

#createComp .resText span,
#createPublications .resText span {
    padding-left: 5px;
    position: relative
}

#createComp .resText span:after,
#createPublications .resText span:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -2px;
    border-color: #011c5c;
    border-width: 0 0 1px;
    border-style: solid
}

#createComp .viewTxt,
#createPublications .viewTxt {
    font-family: 'Segoe UI SemiBold';
    font-size: 12px;
    line-height: 19px;
    padding-left: 8px;
    letter-spacing: 0.2px;
    text-align: left;
    color: #a9a8a8;
    border-left: 1px solid #ababab
}

#createComp .viewTxt span,
#createPublications .viewTxt span {
    padding-left: 5px
}

#createComp .organise,
#createPublications .organise {
    height: 39px;
    border: solid 2px #011c5c;
    background-color: #eaecf0;
    font-family: 'Segoe UI SemiBold';
    line-height: 33px;
    font-size: 13px;
    border-radius: 4px;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
    color: #011c5c
}

#createComp .organise img,
#createPublications .organise img {
    margin-left: 10px
}

#createComp .team-member-box,
#createPublications .team-member-box {
    border-radius: 4px;
    box-shadow: inset -2.1px 2.1px 3px 0 rgba(0, 0, 0, 0.06);
    border: solid 1px #d1d1d1;
    background-color: #fbfbf8
}

#createComp .team-head,
#createPublications .team-head {
    background-color: #f3f3f3;
    font-family: 'Segoe UI SemiBold';
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    padding: 14px 0 12px;
    color: #011c5c
}

#createComp .team-container,
#createPublications .team-container {
    padding: 13px 0 0;
    display: flex
}

#createComp .designation,
#createPublications .designation {
    font-family: 'Segoe UI';
    font-size: 11px;
    line-height: 19px;
    letter-spacing: 0.2px;
    text-align: left;
    color: #363636
}

#createComp .team-divider,
#createPublications .team-divider {
    float: left;
    width: 80%;
    margin: 20px 10% 5px;
    border-top: 2px solid #d1d1d1;
    display: block
}

#createComp .team-active-members,
#createPublications .team-active-members {
    font-family: 'Segoe UI';
    font-size: 12.5px;
    font-weight: 300;
    font-style: italic;
    text-align: right;
    padding: 20px 0 30px;
    color: #252b2f
}

#createComp .team-active-members span,
#createPublications .team-active-members span {
    font-family: 'Segoe UI SemiBold';
    font-style: normal;
    color: #011c5c
}

#createComp .mentorBox,
#createPublications .mentorBox {
    box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.12);
    background-color: #fcfcfc;
    border-top: 3px solid #2f4280;
    border-bottom: 3px solid #2f4280;
    padding: 10px 0 0
}

#createComp .mentorMember,
#createPublications .mentorMember {
    margin: 0 auto;
    width: 80%
}

#createComp .mentorHead,
#createPublications .mentorHead {
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: 900;
    line-height: 14px;
    letter-spacing: 0.3px;
    padding: 5px 25px;
    text-align: center;
    color: #3c495a
}

#createComp .memtorMemBox,
#createPublications .memtorMemBox {
    border-radius: 2px;
    display: flex;
    box-shadow: 1px 1.7px 2px 0 rgba(0, 0, 0, 0.14);
    border: solid 0.8px #ffffff;
    height: 56px;
    background-color: #ffffff;
    margin-bottom: 5px
}

#createComp .memtorMemBox span.txt,
#createPublications .memtorMemBox span.txt {
    display: flex;
    align-items: center;
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: 900;
    line-height: 17px;
    letter-spacing: 0.3px;
    text-align: left;
    padding-left: 10px;
    color: #363636;
    width: 70%
}

#createComp .memtorMemBox span,
#createPublications .memtorMemBox span {
    display: flex;
    align-items: center
}

#createComp .member-count,
#createPublications .member-count {
    font-family: 'Segoe UI';
    font-size: 11px;
    font-weight: 300;
    font-style: italic;
    line-height: 17px;
    letter-spacing: 0.2px;
    padding: 10px 0 3px;
    text-align: center;
    color: #868686
}

#createComp .member-count span,
#createPublications .member-count span {
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 900;
    line-height: 17px;
    letter-spacing: 0.3px;
    text-align: left;
    color: #59b7ff
}

#createComp .count-arrow,
#createPublications .count-arrow {
    background-color: #ffffff;
    text-align: center;
    padding: 10px 0
}

#createComp .btn-breadcrumb,
#createPublications .btn-breadcrumb {
    margin: 10px 0 30px
}

#createComp .btn-breadcrumb .btn:after,
#createPublications .btn-breadcrumb .btn:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid white;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 100%;
    z-index: 3
}

#createComp .btn-breadcrumb .btn:before,
#createPublications .btn-breadcrumb .btn:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid #adadad;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    margin-left: 1px;
    left: 100%;
    z-index: 3
}

#createComp .btn-breadcrumb .btn,
#createPublications .btn-breadcrumb .btn {
    padding: 8px 20px 8px 30px;
    background: #f7f7f7;
    border-bottom: 1px solid #aeadad !important
}

#createComp .btn-breadcrumb .btn.active,
#createPublications .btn-breadcrumb .btn.active {
    background: #011c5c;
    border-color: #011c5c;
    color: #ffffff
}

#createComp .btn-breadcrumb .btn.inactive,
#createPublications .btn-breadcrumb .btn.inactive {
    background: #011c5c;
    border-color: #011c5c
}

#createComp .btn-breadcrumb .btn:first-child,
#createPublications .btn-breadcrumb .btn:first-child {
    padding: 8px 15px 8px 20px
}

#createComp .btn-breadcrumb .btn:last-child,
#createPublications .btn-breadcrumb .btn:last-child {
    padding: 8px 22px 8px 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

#createComp .btn-breadcrumb .btn.btn-default:after,
#createPublications .btn-breadcrumb .btn.btn-default:after {
    border-left: 10px solid #f7f7f7
}

#createComp .btn-breadcrumb .btn.btn-default.active:after,
#createPublications .btn-breadcrumb .btn.btn-default.active:after {
    border-left: 10px solid #011c5c
}

#createComp .btn-breadcrumb .btn.btn-default.inactive:after,
#createPublications .btn-breadcrumb .btn.btn-default.inactive:after {
    border-left: 10px solid #011c5c
}

#createComp .btn-breadcrumb .btn.btn-default.inactive::before,
#createPublications .btn-breadcrumb .btn.btn-default.inactive::before {
    border-left: 10px solid #011c5c
}

#createComp .btn-breadcrumb .btn.btn-default::before,
#createPublications .btn-breadcrumb .btn.btn-default::before {
    border-left: 10px solid #aeadad
}

#createComp .btn-breadcrumb .btn.btn-default:hover:after,
#createPublications .btn-breadcrumb .btn.btn-default:hover:after {
    border-left: 10px solid #011c5c
}

#createComp .btn-breadcrumb .btn.btn-default:hover:before,
#createPublications .btn-breadcrumb .btn.btn-default:hover:before {
    border-left: 10px solid #adadad
}

#createComp .btn-breadcrumb .btn:hover,
#createPublications .btn-breadcrumb .btn:hover {
    background: #011c5c;
    border-color: #011c5c;
    border-left: unset !important
}

#createComp .btn-breadcrumb>*>div,
#createPublications .btn-breadcrumb>*>div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Segoe UI';
    font-size: 13px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    text-align: left;
    color: #bcb9b9
}

#createComp .btn-breadcrumb>.active>div,
#createPublications .btn-breadcrumb>.active>div {
    color: #ffffff
}

#createComp .nxt-bttn,
#createPublications .nxt-bttn {
    background-color: #011c5c;
    font-family: 'Segoe UI';
    padding: 9px 35px;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.3px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    margin-right: 20px
}

#createComp .createTitle,
#createPublications .createTitle {
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 900;
    padding: 50px 0 5px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #011c5c
}

#createComp .create-subTitle,
#createPublications .create-subTitle {
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.3px;
    padding-bottom: 20px;
    text-align: left;
    color: #a4a3a3
}

#createComp .circle-blue,
#createPublications .circle-blue {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #011c5c
}

#createComp .dot-col,
#createPublications .dot-col {
    padding-top: 8px;
    position: relative
}

#createComp .line-brdr,
#createPublications .line-brdr {
    border-left: 1px solid #011c5c;
    height: 45px;
    margin-left: 12px;
    margin-top: -5px
}

#createComp .line-brdr-1,
#createPublications .line-brdr-1 {
    border-left: 1px solid #011c5c;
    height: 10px;
    margin-left: 12px
}

#createComp .line-brdr-2,
#createPublications .line-brdr-2 {
    border-left: 1px dashed #011c5c;
    height: 45px;
    margin-left: 12px
}

#createComp .line-brdr-3,
#createPublications .line-brdr-3 {
    border-left: 1px dashed #011c5c;
    height: 10px;
    margin-left: 12px
}

#createComp .mile-bttn,
#createPublications .mile-bttn {
    width: 170px;
    height: 40px;
    border-radius: 6px;
    box-shadow: 0.5px 0.9px 0 0 #fff, inset 0.5px 0.9px 0 0 rgba(0, 0, 0, 0.22);
    border: solid 1px #011c5c !important;
    background-color: #ffffff;
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 900;
    line-height: 38px;
    letter-spacing: 0.3px;
    text-align: center;
    color: #011c5c
}

#createComp .remve-bttn,
#createPublications .remve-bttn {
    font-family: 'Segoe UI';
    margin-top: 10px;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.3px;
    text-align: left;
    color: #011c5c
}

#createComp .title-Txt,
#createPublications .title-Txt {
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.3px;
    text-align: left;
    color: #a4a3a3
}

#createComp .subTitle-txt,
#createPublications .subTitle-txt {
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-align: left;
    color: #011c5c
}

#createComp .subTitle-txt-small,
#createPublications .subTitle-txt-small {
    font-size: 13px;
    padding-right: 40px
}

#createComp .preview-col,
#createPublications .preview-col {
    padding: 20px 0;
    border-bottom: 1px solid #011c5c
}

#createComp .comp-date,
#createPublications .comp-date {
    font-family: 'Segoe UI';
    font-size: 13px;
    font-style: italic;
    letter-spacing: 0.3px;
    text-align: left;
    color: #011c5c
}

#createComp .comp-subTxt,
#createPublications .comp-subTxt {
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-align: left;
    color: #011c5c
}

#createComp .preFile,
#createPublications .preFile {
    padding-top: 30px
}

#createComp .create-subTitle .form-control[disabled],
#createComp .create-subTitle .form-control[readonly],
#createComp .create-subTitle fieldset[disabled] .form-control,
#createPublications .create-subTitle .form-control[disabled],
#createPublications .create-subTitle .form-control[readonly],
#createPublications .create-subTitle fieldset[disabled] .form-control {
    background-color: #ffffff;
    opacity: 1
}

#compTimeline .circle-blue,
#compWinner .circle-blue {
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #011c5c
}

#compTimeline .line-brdr,
#compWinner .line-brdr {
    border-left: 1px solid #011c5c;
    height: 45px;
    margin-left: 8px
}

#compTimeline .line-brdr-1,
#compWinner .line-brdr-1 {
    border-left: 1px solid #011c5c;
    height: 47px;
    margin-left: 8px;
    margin-top: -15px
}

#compTimeline .d-content,
#compWinner .d-content {
    padding-top: 20px
}

.comp_descptn {
    font-family: 'Segoe UI';
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    color: #868686;
    padding-top: 20px;
    text-align: justify;
}

.competitionAnnouncement {
    color: #e42c5c;
    font-size: 12px;
    font-style: italic;
    word-break: break-word
}

.remove_milestone {
    float: right;
    width: 48px;
    height: 11px;
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.3px;
    text-align: left;
    color: #011c5c
}

.timeline-description {
    color: #011c5c !important
}

.competition-title {
    padding-left: 0px !important;
    font-family: 'Segoe UI SemiBold';
    font-weight: normal
}

.visit-link {
    padding: 0px !important
}

.competition-details-main-div .posted-images {
    margin-top: 0px !important
}

#design_anthology_title,
#design_anthology_other_author,
#design_anthology_published_date,
#design_anthology_category,
#design_anthology_content_url {
    font-family: "Segoe UI" !important;
    font-style: italic !important;
    padding: 4px 8px;
    color: #a4a3a3 !important;
    border: 1px solid #c7c7c7 !important;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.428571429;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

.competition-edit {
    padding: 0 0 0 4px !important
}

#competition_submission_project_id_chosen .chosen-drop {
    margin-left: -10px
}

#declaration_text label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #011c5c;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px
}

#declaration_text input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    left: 21px;
    width: 5px;
    height: 10px;
    border: solid #011c5c;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg)
}

.nxt-bttn:hover,
.post-bttn:hover {
    background-color: #e42c5c !important
}

.competiton-main-heading {
    font-family: 'Segoe UI SemiBold' !important;
    font-weight: normal !important
}

.message-title {
    font-family: 'Segoe UI SemiBold';
    font-size: 14px;
    line-height: 20px;
    letter-spacing: normal;
    margin: 0;
    text-align: left;
    padding: 17px 0 10px 25px;
    color: #011c5c
}

#projectSubmission .modal-title,
#projectSubmission .modal-body {
    color: #868686
}

.submissionDiv {
    border-radius: 4px;
    margin-top: 15px;
    background-color: #f3f3f3
}

.submission_submitted {
    font-family: 'Segoe UI';
    font-size: 14px;
    color: #868686
}

.submission_submitted span {
    color: #011c5c;
    font-family: 'Segoe UI SemiBold'
}

.submit-project-btn:hover {
    background-color: #e42c5c
}

.submission-entry-title {
    background-image: url(/assets/bg-pattern-7a573cb0e29d12ba8790fd966c6041146924f31fc4d57553f3da8bc5904aa9f7.jpg) !important;
    font-family: 'Segoe UI SemiBold';
    font-size: 18px;
    padding: 16px 16px 16px 16px;
    line-height: 26px;
    text-align: left;
    color: #011c5c
}

.rightContainer {
    padding: 0px 0px 10px 0px
}

.competition-detail-content-mobile {
    padding: 4px 0px
}

.winner-subTitle {
    color: #011c5c !important;
    margin-bottom: 5px;
    font-weight: bold
}

winner-form {
    font-family: 'Segoe UI';
    font-style: italic;
    color: #a4a3a3;
    height: 41px;
    border: 1px solid #bebebe
}

.winner-text {
    color: #868686
}

.winner-field {
    margin-top: 0px !important;
    padding: 19px 12px !important;
    width: 100% !important;
    padding: 6px 12px;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    background-color: #ffffff !important;
    background-image: none !important;
    font-family: "Segoe UI" !important;
    font-style: italic !important;
    color: #a4a3a3 !important;
    border: 1px solid #c7c7c7 !important;
    border-radius: 4px !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    font-weight: 100
}

.winner-team .chosen-container {
    display: block !important;
    width: 100% !important;
    padding: 6px 12px;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    background-color: #ffffff !important;
    background-image: none !important;
    font-family: "Segoe UI" !important;
    font-style: italic !important;
    color: #a4a3a3 !important;
    border: 1px solid #c7c7c7 !important;
    border-radius: 4px !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    padding-right: 0;
    font-weight: 100
}

.form-blue {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-left: 4px;
    border-radius: 50%;
    background-color: #011c5c
}

.winner-announcement-popup .winner-remove-btn {
    padding-top: 9px
}

.noTeams {
    border: 1px solid #011c5c;
    color: #011c5c;
    background: #e1e5ee;
    padding: 0px 35px !important
}

.noTeams span {
    font-weight: 700
}

.noTeams h1 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 25px
}

.noTeams p {
    margin-bottom: 20px
}

#recordingsList,
.record_list {
    list-style-type: none;
    padding: 0px 7px;
    margin-bottom: 0px
}

#recordingsList li audio,
.record_list li audio {
    outline: unset;
    width: 100%
}

#recordingsList li a,
.record_list li a {
    display: none
}

.network_comments .comment_section {
    width: calc(100% - 65px)
}

.network_comments .comment_box {
    padding: 10px
}

.network_comments .comment_box .user_pic,
.network_comments .comment_box .comment_pic {
    width: 50px;
    float: left
}

.network_comments .comment_box .user_pic img {
    width: 40px
}

.network_comments .comment_box .comment_input,
.network_comments .comment_box .comment_b {
    width: calc(100% - 65px);
    float: left
}

.network_comments .comment_box .comment_input .form-control {
    height: 38px
}

.network_comments .comment_post_box {
    height: 40px
}

.network_comments .comment_disp_box {
    padding-top: 20px
}

.network_comments .comment_box .comment_pic img {
    width: 30px
}

.network_comments .comment_box .comment_name {
    font-size: 11px;
    color: #999999
}

.network_comments .comment_box .comment_text {
    font-family: 'Segoe UI';
    color: #363636;
    font-size: 12px
}

.network_comments {
    padding-bottom: 0px
}

.network_comments .comment_pic {
    padding-left: 0px !important
}

.network_comments .user_pic {
    display: none
}

.network_comments .post_comment_comment {
    width: 100%;
    margin-left: 27px
}

.network_comments .post_comment_comment textarea {
    resize: none;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    padding-top: 14px;
    height: 56px !important;
    padding-right: 41px;
    background-color: whitesmoke;
    margin-left: 27px;
    padding-top: 18px
}

.network_comments #recordForm button {
    display: none
}

.network_comments .post_comment_file {
    display: none
}

.network_comments .comment_post_box {
    height: 36px
}

.network_comments .audioRecorder {
    padding-left: 25px
}

.network_comments .record_icon {
    display: none;
    position: absolute;
    top: 6px;
    background: #f5f5f5;
    height: 44px;
    width: 44%;
    left: 51px
}

.network_comments .attach_preview {
    margin-left: 10px;
    margin-bottom: 11px
}

.network_comments .remove_img {
    position: absolute;
    top: 49px;
    left: 128px;
    border-radius: 50%;
    background: #e42c5c;
    padding-left: 4px;
    padding-right: 3px;
    padding-bottom: 1px;
    color: #ffffff;
    font-size: 10px;
    cursor: pointer
}

.network_comments .file_name {
    position: absolute;
    top: 3px;
    width: 86%;
    padding-left: 36px;
    background: #ffffff;
    min-height: 30px
}

.network_comments .nested_messages #post_comment_comment {
    width: calc(100% - 60px) !important
}

.popover {
    font-family: 'Segoe UI' !important
}

.tour-backdrop {
    opacity: 0.5 !important
}

.top-menu-popover {
    box-shadow: 1px 1.7px 4px 0 rgba(0, 0, 0, 0.24) !important;
    background-color: #f3f4f6 !important;
    border-radius: unset !important;
    width: 304px !important;
    padding: 12px 12px !important
}

.top-menu-popover .popover-title {
    font-family: 'Segoe UI';
    font-weight: 600 !important;
    background-color: #f3f4f6 !important;
    border: unset !important;
    font-size: 13px !important;
    color: #011c5c !important
}

.top-menu-popover .arrow:after {
    border-bottom-color: #f3f4f6 !important
}

.top-menu-popover .popover-image {
    width: 70%;
    display: flex;
    margin: auto
}

.top-menu-popover .tour-end-btn {
    display: none !important
}

.top-menu-popover .btn-group {
    float: right
}

.top-menu-popover .btn {
    font-family: 'Segoe UI';
    background-color: unset !important;
    color: #011c5c !important;
    font-size: 12px;
    outline: unset !important;
    box-shadow: unset !important;
    -webkit-box-shadow: unset !important;
    text-decoration: underline !important;
    font-weight: bold !important;
    width: auto !important;
    padding: 0
}

.top-menu-popover .popover-nav-arrow {
    padding-left: 5px;
    padding-top: 0px;
    height: 15px
}

.top-menu-popover .popover-nav-left-arrow {
    padding-top: 0px;
    height: 15px
}

.top-menu-popover .popover-description-text {
    font-size: 12px !important;
    color: #011c5c
}

.top-menu-popover .prev-bttn {
    padding-right: 10px
}

.tour-MenuTour-8 .tour-end-btn {
    display: block !important
}

.tour-MenuTour-8 .btn-group {
    float: left
}

.onboardingOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f3f4f699;
    z-index: 9999;
    cursor: pointer
}

.onboardingMenuPopup {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 710px !important;
    height: 433px !important
}

.onboarding-text-area {
    background-color: #ffffff;
    height: 100%;
    padding: 20px 32px !important
}

.onboarding-logo-area {
    background-color: #f6f5f5;
    height: 100%;
    padding: 102px 10px
}

.onboarding-logo-area img {
    width: 91%;
    height: 100%
}

.onboarding-numbers {
    font-family: 'Segoe UI';
    border-radius: 50%;
    padding: 0px 11px 2px 6px !important;
    background-color: #011c5c;
    color: #fff;
    margin-bottom: 9px;
    font-size: 11px
}

.onboarding_numerical_count div:nth-child(4) {
    margin-bottom: 12px
}

.onboarding-text-div {
    padding-right: 0px !important
}

.onboarding-text-div p {
    font-size: 11px;
    font-family: 'Segoe UI';
    color: #011c5c;
    text-decoration: underline;
    font-weight: bold
}

.onboarding-text-main-div {
    padding-right: 0px !important;
    padding-left: 0px !important
}

.onboarding-main-heading {
    font-size: 13px;
    font-family: 'Segoe UI';
    color: #011c5c;
    font-weight: bold
}

.onboarding-description-heading {
    font-size: 12px;
    font-family: 'Segoe UI';
    color: #011c5c
}

.onboarding-tour-start-btn {
    font-family: 'Segoe UI';
    background: unset;
    border: unset;
    outline: unset;
    padding-left: 0px;
    text-decoration: underline;
    color: #011c5c;
    font-size: 18px;
    font-weight: bold
}

.onboarding-skip-btn {
    font-family: 'Segoe UI';
    background: unset;
    border: unset;
    outline: unset;
    padding-left: 0px;
    text-decoration: underline;
    font-size: 12px;
    color: #26a9e0
}

.onboarding-secondary-text {
    font-family: 'Segoe UI';
    text-decoration: underline;
    color: #011c5c;
    font-size: 14px
}

.onboarding-arrow-logo {
    padding-top: 0px;
    padding-left: 6px;
    width: 22px
}

#faq {
    margin-top: 50px;
    padding: 0
}

#faq .help_center_heading_div {
    border: 1px solid #dbdbdb
}

#faq .help_center_tab_container {
    border: 1px solid #dbdbdb;
    padding-bottom: 15px
}

#faq .nav-tabs {
    border-radius: 0px;
    border: unset;
    width: 100%;
    margin-left: 0
}

#faq .nav-tabs li {
    width: 100%;
    border: unset
}

#faq .nav-tabs li a {
    border-radius: unset;
    text-align: left;
    padding-left: 15px
}

#faq .nav-tabs li.active a {
    background-color: #011c5c
}

#faq .tab-content {
    padding: 8px 15px
}

#faq .tab-content p {
    padding-left: 20px
}

#faq .panel-title {
    background-color: unset !important;
    margin: 0
}

#faq .panel-body {
    box-shadow: unset
}

#faq .panel-heading a:hover h3,
#faq .panel-heading a:hover h4 {
    color: #011c5c
}

.info_icon {
    position: fixed;
    bottom: 78px;
    right: 23px;
    z-index: 1000
}

.info_icon img {
    height: 40px
}

.reg_main_heading {
    margin: 0
}

.outer_tab_head_section {
    margin-top: 12px
}

.faq-container {
    overflow-y: auto
}

.faq_text_highlight {
    color: #011c5c;
    font-family: 'Segoe UI SemiBold';
    font-size: 15px
}

.faq_register_bttn {
    padding: 3px 8px !important;
    background-color: #011c5c;
    border: solid 1px #ffffff;
    text-align: center;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: normal;
    cursor: unset !important
}

.faq_collab_video_icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #439fe0;
    float: left;
    margin: 0px 15px
}

.faq_collab_video_icon img {
    height: 20px;
    width: 20px;
    position: relative;
    transform: translate(-50%, -50%);
    top: 45%;
    left: 49%
}

.faq_collab_video_text {
    margin: 0;
    padding-top: 7px;
    float: left
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(/assets/slick/ajax-loader-e7b44c86b050fca766a96ddac2d0932af0126da6f2305280342d909168dcce6b.gif) center center no-repeat
}

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url(/assets/slick-06d80cf01250132fd1068701108453feee68854b750d22c344ffc0de395e1dcb.eot);
    src: url(/assets/slick-06d80cf01250132fd1068701108453feee68854b750d22c344ffc0de395e1dcb.eot?#iefix) format("embedded-opentype"), url(/assets/slick-26726bac4060abb1226e6ceebc1336e84930fe7a7af1b3895a109d067f5b5dcc.woff) format("woff"), url(/assets/slick-37bc99cfdbbc046193a26396787374d00e7b10d3a758a36045c07bd8886360d2.ttf) format("truetype"), url(/assets/slick-8ca11b5fcbff92ee6378017cf6832dddfa745253202d7c8d01f42d5d17c4cb5c.svg#slick) format("svg")
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir='rtl'] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir='rtl'] .slick-next:before {
    content: '←'
}

.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black
}

.ninja-slider {
    width: 100%;
    background: transparent;
    padding: 0px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box
}

.ninja-slider.fullscreen {
    background: black
}

.ninja-slider div.fs-icon {
    top: 10px;
    right: 6px;
    width: 60px;
    height: 26px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
    color: white;
    text-align: center;
    font: bold 11px/26px arial;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    opacity: 0;
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s
}

.ninja-slider .slider-inner:hover div.fs-icon,
.ninja-slider.fullscreen div.fs-icon {
    opacity: 1
}

.ninja-slider div.fs-icon::before {
    content: "EXPAND";
    display: block
}

.ninja-slider.fullscreen div.fs-icon::before {
    content: "CLOSE"
}

.ninja-slider .slider-inner {
    margin: 0 auto;
    font-size: 0px;
    position: relative;
    box-sizing: border-box
}

.ninja-slider.fullscreen .slider-inner {
    width: 100%;
    max-width: 950px
}

.ninja-slider ul {
    height: 300px !important;
    overflow: hidden;
    position: relative;
    list-style: none;
    padding: 0;
    box-sizing: border-box;
    touch-action: pan-y
}

.ninja-slider li {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    font-size: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
    opacity: 0;
    overflow: hidden;
    box-sizing: border-box
}

.ninja-slider li.ns-show {
    opacity: 1
}

.ninja-slider .ns-img {
    background-color: rgba(0, 0, 0, 0.3);
    background-size: contain;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8), inset 0 0 2px rgba(255, 255, 255, 0.4);
    cursor: default;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center
}

.ninja-slider .video,
.video-playbutton-layer {
    top: 0;
    left: 0;
    border: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: black;
    position: absolute
}

.video-playbutton-layer {
    background: transparent url(../css-img/video.png) no-repeat center center
}

.ninja-slider div.stopVideoIcon {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0px;
    margin: 0 0 6px 6px;
    background: rgba(0, 0, 0, 0.7);
    border-bottom-left-radius: 4px;
    cursor: pointer
}

.ninja-slider div.stopVideoIcon::before {
    content: "+";
    color: white;
    font: bold 30px/30px arial;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block
}

.ninja-slider-pause-play {
    display: none
}

.ninja-slider-prev,
.ninja-slider-next {
    position: absolute;
    display: inline-block;
    width: 42px;
    height: 56px;
    line-height: 56px;
    top: 50%;
    margin-top: -28px;
    background-color: rgba(0, 0, 0, 0.4);
    background-color: #ccc\9;
    backface-visibility: hidden;
    color: white;
    overflow: hidden;
    white-space: nowrap;
    -webkit-user-select: none;
    user-select: none;
    border-radius: 2px;
    z-index: 10;
    opacity: 0.3;
    font-family: 'Segoe UI';
    font-size: 13px;
    cursor: pointer;
    -webkit-transition: all 0.7s;
    transition: all 0.7s
}

.ninja-slider-prev:hover,
.ninja-slider-next:hover {
    opacity: 1
}

.ninja-slider.fullscreen .ninja-slider-prev:hover,
.ninja-slider.fullscreen .ninja-slider-next:hover {
    width: 90px
}

.ninja-slider-prev {
    left: 0
}

.ninja-slider-next {
    right: 0
}

.ninja-slider.fullscreen .ninja-slider-prev {
    left: -50px;
    opacity: 1
}

.ninja-slider.fullscreen .ninja-slider-next {
    right: -50px;
    opacity: 1
}

.ninja-slider-prev div {
    opacity: 0;
    margin-left: 30px;
    transition: opacity 0.7s
}

.ninja-slider-next div {
    opacity: 0;
    margin-right: 30px;
    transition: opacity 0.7s
}

.ninja-slider.fullscreen .ninja-slider-prev:hover div {
    opacity: 1
}

.ninja-slider.fullscreen .ninja-slider-next:hover div {
    opacity: 1
}

.ninja-slider-prev::before,
.ninja-slider-next::before {
    position: absolute;
    top: 17px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-left: 2px solid white;
    border-top: 2px solid white
}

.ninja-slider-prev::before {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    backface-visibility: hidden;
    left: 14px
}

.ninja-slider-next::before {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    backface-visibility: hidden;
    right: 14px
}

.ninja-slider-pager {
    display: none
}

.ninja-slider-pager,
.ninja-slider-prev,
.ninja-slider-next,
.ninja-slider-pause-play {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none
}

.thumbnail-slider {
    height: auto;
    display: inline-block;
    padding: 0px 0;
    position: relative;
    -webkit-user-select: none;
    user-select: none
}

.thumbnail-slider div.inner {
    border-radius: 3px;
    background-color: transparent;
    padding: 0 12px;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    margin: 0
}

.thumbnail-slider div.inner ul {
    position: relative;
    left: 0;
    top: 0;
    list-style: none;
    font-size: 0;
    padding: 0;
    margin: 0;
    float: left !important;
    width: auto !important;
    height: auto !important
}

.thumbnail-slider ul li {
    opacity: 1;
    display: block;
    border: 1px solid transparent;
    margin: 0;
    transition: all 0.5s;
    text-align: center;
    padding: 0;
    position: relative;
    list-style: none;
    box-sizing: content-box;
    backface-visibility: hidden;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.thumbnail-slider ul li.active {
    border-color: white;
    -webkit-filter: initial;
    filter: initial
}

.thumbnail-slider li:hover {
    border-color: rgba(255, 255, 255, 0.5);
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%)
}

.thumbnail-slider .thumb {
    width: 100%;
    height: 70px !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: absolute;
    font-size: 0
}

.thumbnail-slider-pause-play {
    display: none
}

.thumbnail-slider-prev,
.thumbnail-slider-next {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0;
    color: white;
    z-index: 10;
    cursor: pointer;
    transition: opacity 0.6s;
    *background-color: #ccc;
    backface-visibility: hidden
}

.thumbnail-slider-prev {
    top: 0
}

.thumbnail-slider-next {
    bottom: 0
}

.thumbnail-slider-next.disabled,
.thumbnail-slider-prev.disabled {
    opacity: 0.1;
    cursor: default
}

.thumbnail-slider-prev::before,
.thumbnail-slider-next::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    border-left: 4px solid white;
    border-top: 4px solid white
}

.thumbnail-slider-prev::before {
    top: 12px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.thumbnail-slider-next::before {
    bottom: 12px;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("/assets/bootstrap/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot");
    src: url("/assets/bootstrap/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot?#iefix") format("embedded-opentype"), url("/assets/bootstrap/glyphicons-halflings-regular-fe185d11a49676890d47bb783312a0cda5a44c4039214094e7957b4c040ef11c.woff2") format("woff2"), url("/assets/bootstrap/glyphicons-halflings-regular-a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742.woff") format("woff"), url("/assets/bootstrap/glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf") format("truetype"), url("/assets/bootstrap/glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.svg#glyphicons_halflingsregular") format("svg")
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #fff
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

small,
.small {
    font-size: 85%
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase,
.initialism {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777777
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover,
a.text-primary:focus {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover,
a.text-info:focus {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #337ab7
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt,
dd {
    line-height: 1.428571429
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

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

.container:after {
    clear: both
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

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

.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-left: 15px;
    padding-right: 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-1 {
    width: 8.3333333333%
}

.col-xs-2 {
    width: 16.6666666667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.3333333333%
}

.col-xs-5 {
    width: 41.6666666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.3333333333%
}

.col-xs-8 {
    width: 66.6666666667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.3333333333%
}

.col-xs-11 {
    width: 91.6666666667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.3333333333%
}

.col-xs-pull-2 {
    right: 16.6666666667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.3333333333%
}

.col-xs-pull-5 {
    right: 41.6666666667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.3333333333%
}

.col-xs-pull-8 {
    right: 66.6666666667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.3333333333%
}

.col-xs-pull-11 {
    right: 91.6666666667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.3333333333%
}

.col-xs-push-2 {
    left: 16.6666666667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.3333333333%
}

.col-xs-push-5 {
    left: 41.6666666667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.3333333333%
}

.col-xs-push-8 {
    left: 66.6666666667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.3333333333%
}

.col-xs-push-11 {
    left: 91.6666666667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0%
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }

    .col-sm-1 {
        width: 8.3333333333%
    }

    .col-sm-2 {
        width: 16.6666666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.3333333333%
    }

    .col-sm-5 {
        width: 41.6666666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.3333333333%
    }

    .col-sm-8 {
        width: 66.6666666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.3333333333%
    }

    .col-sm-11 {
        width: 91.6666666667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.3333333333%
    }

    .col-sm-pull-2 {
        right: 16.6666666667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.3333333333%
    }

    .col-sm-pull-5 {
        right: 41.6666666667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.3333333333%
    }

    .col-sm-pull-8 {
        right: 66.6666666667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.3333333333%
    }

    .col-sm-pull-11 {
        right: 91.6666666667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.3333333333%
    }

    .col-sm-push-2 {
        left: 16.6666666667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.3333333333%
    }

    .col-sm-push-5 {
        left: 41.6666666667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.3333333333%
    }

    .col-sm-push-8 {
        left: 66.6666666667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.3333333333%
    }

    .col-sm-push-11 {
        left: 91.6666666667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0%
    }

    .col-sm-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }

    .col-md-1 {
        width: 8.3333333333%
    }

    .col-md-2 {
        width: 16.6666666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.3333333333%
    }

    .col-md-5 {
        width: 41.6666666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.3333333333%
    }

    .col-md-8 {
        width: 66.6666666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.3333333333%
    }

    .col-md-11 {
        width: 91.6666666667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.3333333333%
    }

    .col-md-pull-2 {
        right: 16.6666666667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.3333333333%
    }

    .col-md-pull-5 {
        right: 41.6666666667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.3333333333%
    }

    .col-md-pull-8 {
        right: 66.6666666667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.3333333333%
    }

    .col-md-pull-11 {
        right: 91.6666666667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.3333333333%
    }

    .col-md-push-2 {
        left: 16.6666666667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.3333333333%
    }

    .col-md-push-5 {
        left: 41.6666666667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.3333333333%
    }

    .col-md-push-8 {
        left: 66.6666666667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.3333333333%
    }

    .col-md-push-11 {
        left: 91.6666666667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0%
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }

    .col-lg-1 {
        width: 8.3333333333%
    }

    .col-lg-2 {
        width: 16.6666666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.3333333333%
    }

    .col-lg-5 {
        width: 41.6666666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.3333333333%
    }

    .col-lg-8 {
        width: 66.6666666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.3333333333%
    }

    .col-lg-11 {
        width: 91.6666666667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.3333333333%
    }

    .col-lg-pull-2 {
        right: 16.6666666667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.3333333333%
    }

    .col-lg-pull-5 {
        right: 41.6666666667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.3333333333%
    }

    .col-lg-pull-8 {
        right: 66.6666666667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.3333333333%
    }

    .col-lg-pull-11 {
        right: 91.6666666667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.3333333333%
    }

    .col-lg-push-2 {
        left: 16.6666666667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.3333333333%
    }

    .col-lg-push-5 {
        left: 41.6666666667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.3333333333%
    }

    .col-lg-push-8 {
        left: 66.6666666667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.3333333333%
    }

    .col-lg-push-11 {
        left: 91.6666666667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0%
    }

    .col-lg-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
    background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
    background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
    background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px
    }

    input[type="date"].input-sm,
    .input-group-sm>input[type="date"].form-control,
    .input-group-sm>input[type="date"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="date"].btn,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm>input[type="time"].form-control,
    .input-group-sm>input[type="time"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="time"].btn,
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm>input[type="datetime-local"].form-control,
    .input-group-sm>input[type="datetime-local"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="datetime-local"].btn,
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm>input[type="month"].form-control,
    .input-group-sm>input[type="month"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="month"].btn,
    .input-group-sm input[type="month"] {
        line-height: 30px
    }

    input[type="date"].input-lg,
    .input-group-lg>input[type="date"].form-control,
    .input-group-lg>input[type="date"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="date"].btn,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg>input[type="time"].form-control,
    .input-group-lg>input[type="time"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="time"].btn,
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg>input[type="datetime-local"].form-control,
    .input-group-lg>input[type="datetime-local"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="datetime-local"].btn,
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg>input[type="month"].form-control,
    .input-group-lg>input[type="month"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="month"].btn,
    .input-group-lg input[type="month"] {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-left: 0;
    padding-right: 0
}

.input-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
select[multiple].input-sm,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>.input-group-btn>select[multiple].btn {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn {
    height: 46px;
    line-height: 46px
}

textarea.input-lg,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
select[multiple].input-lg,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>.input-group-btn>select[multiple].btn {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777777
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #777777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left
}

.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar:before,
.btn-toolbar:after {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret,
.btn-group-lg>.btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

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

.nav:after {
    clear: both
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eeeeee
}

.nav>li.disabled>a {
    color: #777777
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eeeeee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eeeeee #eeeeee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
    float: none
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {

    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {

    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

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

.navbar:after {
    clear: both
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}

.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation: landscape) {

    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {

    .container>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width: 768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0
    }

    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm,
.btn-group-sm>.navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs,
.btn-group-xs>.navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #090909;
    color: #fff
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active {
    color: #777777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

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

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #eeeeee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777777
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge,
.btn-group-xs>.btn .badge,
.btn-group-xs>.btn .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #333333
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #337ab7
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777777
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body {
    padding: 15px
}

.panel-body:before,
.panel-body:after {
    content: " ";
    display: table
}

.panel-body:after {
    clear: both
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header:before,
.modal-header:after {
    content: " ";
    display: table
}

.modal-header:after {
    clear: both
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.428571429
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner>.item.next,
    .carousel-inner>.item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.prev,
    .carousel-inner>.item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right,
    .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: transparent
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

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

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

/*! X-editable - v1.5.0 
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */
.editableform {
    margin-bottom: 0
}

.editableform .control-group {
    margin-bottom: 0;
    white-space: nowrap;
    line-height: 20px
}

.editable-buttons {
    display: inline-block;
    vertical-align: top;
    margin-left: 7px;
    zoom: 1;
    *display: inline
}

.editable-buttons.editable-buttons-bottom {
    display: block;
    margin-top: 7px;
    margin-left: 0
}

.editable-input {
    vertical-align: top;
    display: inline-block;
    width: auto;
    white-space: normal;
    zoom: 1;
    *display: inline
}

.editable-buttons .editable-cancel {
    margin-left: 7px
}

.editable-buttons button.ui-button-icon-only {
    height: 24px;
    width: 30px
}

.editableform-loading {
    background: url(/assets/editable/loading-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) center center no-repeat;
    height: 25px;
    width: auto;
    min-width: 25px
}

.editable-inline .editableform-loading {
    background-position: left 5px
}

.editable-error-block {
    max-width: 300px;
    margin: 5px 0 0 0;
    width: auto;
    white-space: normal
}

.editable-error-block.ui-state-error {
    padding: 3px
}

.editable-error {
    color: red
}

.editableform .editable-date {
    padding: 0;
    margin: 0;
    float: left
}

.editable-inline .add-on .icon-th {
    margin-top: 3px;
    margin-left: 1px
}

.editable-checklist label input[type="checkbox"],
.editable-checklist label span {
    vertical-align: middle;
    margin: 0
}

.editable-checklist label {
    white-space: nowrap
}

.editable-wysihtml5 {
    width: 566px;
    height: 250px
}

.editable-clear {
    clear: both;
    font-size: 0.9em;
    text-decoration: none;
    text-align: right
}

.editable-clear-x {
    background: url(/assets/editable/clear-3e7ca776783956c0521083ddd59b772e3c18a5e6501c302637528edba421378a.png) center center no-repeat;
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    opacity: 0.6;
    z-index: 100;
    top: 50%;
    right: 6px;
    margin-top: -6px
}

.editable-clear-x:hover {
    opacity: 1
}

.editable-pre-wrapped {
    white-space: pre-wrap
}

.editable-container.editable-popup {
    max-width: none !important
}

.editable-container.popover {
    width: auto
}

.editable-container.editable-inline {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    zoom: 1;
    *display: inline
}

.editable-container.ui-widget {
    font-size: inherit;
    z-index: 9990
}

.editable-click,
a.editable-click,
a.editable-click:hover {
    text-decoration: none;
    border-bottom: dashed 1px #0088cc
}

.editable-click.editable-disabled,
a.editable-click.editable-disabled,
a.editable-click.editable-disabled:hover {
    color: #585858;
    cursor: default;
    border-bottom: none
}

.editable-empty,
.editable-empty:hover,
.editable-empty:focus {
    font-style: italic;
    color: #DD1144;
    text-decoration: none
}

.editable-unsaved {
    font-weight: bold
}

.editable-bg-transition {
    -webkit-transition: background-color 1400ms ease-out;
    -moz-transition: background-color 1400ms ease-out;
    -o-transition: background-color 1400ms ease-out;
    -ms-transition: background-color 1400ms ease-out;
    transition: background-color 1400ms ease-out
}

.form-horizontal .editable {
    padding-top: 5px;
    display: inline-block
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr
}

.datepicker-inline {
    width: 220px
}

.datepicker.datepicker-rtl {
    direction: rtl
}

.datepicker.datepicker-rtl table tr td span {
    float: right
}

.datepicker-dropdown {
    top: 0;
    left: 0
}

.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px
}

.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 7px
}

.datepicker>div {
    display: none
}

.datepicker.days div.datepicker-days {
    display: block
}

.datepicker.months div.datepicker-months {
    display: block
}

.datepicker.years div.datepicker-years {
    display: block
}

.datepicker table {
    margin: 0
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent
}

.datepicker table tr td.day:hover {
    background: #eeeeee;
    cursor: pointer
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #999999
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #999999;
    cursor: default
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
    background-color: #fdf59a
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
    background-color: #fbf069 \9
}

.datepicker table tr td.today:hover:hover {
    color: #000
}

.datepicker table tr td.today.active:hover {
    color: #fff
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
    background: #eeeeee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
    background-color: #f3d17a;
    background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
    background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
    border-color: #f3e97a #f3e97a #edde34;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
    background-color: #f3e97a
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
    background-color: #efe24b \9
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    background-color: #9e9e9e;
    background-image: -moz-linear-gradient(to bottom, #b3b3b3, gray);
    background-image: -ms-linear-gradient(to bottom, #b3b3b3, gray);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(gray));
    background-image: -webkit-linear-gradient(to bottom, #b3b3b3, gray);
    background-image: -o-linear-gradient(to bottom, #b3b3b3, gray);
    background-image: linear-gradient(to bottom, #b3b3b3, gray);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
    border-color: #808080 #808080 #595959;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
    background-color: #808080
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
    background-color: #666666 \9
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom, #08c, #04c);
    background-image: -ms-linear-gradient(to bottom, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
    background-image: -o-linear-gradient(to bottom, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
    background-color: #0044cc
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
    background-color: #003399 \9
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.datepicker table tr td span:hover {
    background: #eeeeee
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: none;
    color: #999999;
    cursor: default
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom, #08c, #04c);
    background-image: -ms-linear-gradient(to bottom, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
    background-image: -o-linear-gradient(to bottom, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
    background-color: #0044cc
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
    background-color: #003399 \9
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
    color: #999999
}

.datepicker th.datepicker-switch {
    width: 145px
}

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
    cursor: pointer
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
    background: #eeeeee
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}

.datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px
}

.input-daterange input {
    text-align: center
}

.input-daterange input:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.input-daterange input:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    vertical-align: middle;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px
}

@font-face {
    font-family: 'Segoe UI SemiBold';
    src: url(/assets/seguisb-e52ecd76827eb67261a77e1012463884d1310204756460a823a20aebb0c0588e.ttf) format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Segoe UI';
    src: url(/assets/segui-9f006360948fbdcf8535e650f3ece264432b1c515b5d1f688dbecfb03cd83155.ttf) format("truetype");
    font-weight: normal;
    font-style: normal
}

.logo img {
    width: 36px
}

.session-radio.session-radio-inline {
    display: inline-block
}

.session-radio input[type="radio"] {
    display: none
}

.session-radio input[type="radio"]:checked+label:before {
    border-color: #337ab7;
    animation: ripple 0.2s linear forwards
}

.session-radio input[type="radio"]:checked+label:after {
    transform: scale(1)
}

.session-radio label {
    display: inline-block;
    height: 20px;
    position: relative;
    padding: 0 30px;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: bottom;
    padding-left: 40px
}

.session-radio label:before,
.session-radio label:after {
    position: absolute;
    content: '';
    border-radius: 50%;
    transition: all 0.3s ease;
    transition-property: transform, border-color
}

.session-radio label:before {
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: url(/assets/tick-normal-61ba7e32ed32af7fad2541009f4540a89fbfdf4c8c7273bc754948d11427a193.svg) no-repeat
}

.session-radio label:after {
    top: 0px;
    left: 0px;
    width: 30px;
    height: 30px;
    transform: scale(0);
    background: url(/assets/tick-active-fee16ae06f25bb6da9d1714cfc0c23ef95432ceb7b5473aee529dc0e287f6a09.svg) no-repeat
}

.heading {
    font-weight: bold;
    color: #ffffff;
    font-size: 32px;
    margin: 3px 0 9px;
    font-family: "Segoe UI SemiBold"
}

.header {
    box-shadow: -1.4px 1.4px 3px 0 rgba(0, 0, 0, 0.17);
    background-color: #ffffff;
    border-bottom: 1px solid #cfcece
}

.header .form-control {
    height: 30px !important;
    border-radius: 0 !important
}

.custom-btn {
    height: 27px;
    padding: 0 10px;
    border-radius: 0
}

.sign-in-form {
    padding-top: 15px;
    padding-bottom: 15px
}

.radio-inline {
    margin-top: 0;
    padding-left: 0;
    margin-left: 0px !important
}

.main-left {
    background: #b0b9cd;
    height: auto
}

.main-right {
    background: #ffffff;
    padding-bottom: 40px
}

.form-group {
    margin-left: 0;
    margin-bottom: 10px
}

.user_role {
    font-size: 16px !important;
    margin-top: 20px;
    font-family: 'Segoe UI';
    font-weight: 900;
    text-align: left !important;
    color: #ffffff !important
}

.user_role .radio label {
    font-weight: 900 !important
}

.btn-default:focus {
    border: 1px solid transparent !important;
    outline: unset;
    background-color: #e42c5c
}

.radio {
    margin-bottom: 20px
}

.main-right .forms .form-control {
    height: 41px;
    border-radius: 6px;
    box-shadow: 0.5px 0.9px 0 0 #fff, inset 0.5px 0.9px 0 0 rgba(0, 0, 0, 0.22);
    background-color: #ffffff;
    border: solid 1px rgba(190, 190, 190, 0.18);
    font-style: italic;
    font-size: 13px;
    color: #a4a3a3
}

a {
    text-decoration: none !important
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.18);
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.38)
}

.profile .forms .form-control {
    border: none;
    border-bottom: 1px solid #949c9c;
    border-radius: 0;
    background: none;
    box-shadow: none
}

.nested-fields .form-control {
    border: none;
    border-bottom: 1px solid #949c9c;
    border-radius: 0;
    background: none;
    box-shadow: none;
    margin-top: -5%
}

#project_tasks_attributes_0_description {
    border: 1px solid #949c9c !important;
    border-radius: 4px !important
}

select.form-control+.chosen-container.chosen-container-single .chosen-single {
    border-radius: 0;
    border: none;
    background: none;
    box-shadow: none;
    padding-left: 10px;
    margin-top: 3%
}

.chosen-container.chosen-container-single .chosen-single {
    border-radius: 0;
    border: none;
    background: none;
    box-shadow: none
}

.post-comment-title .chosen-single span {
    color: #011c5c !important;
    border-bottom: 1px solid #aaa
}

.chosen-container {
    width: 100% !important
}

select.form-control+.chosen-container.chosen-container-multi .chosen-choices {
    background: none;
    min-height: 40px;
    border-radius: 6px;
    box-shadow: 0.5px 0.9px 0 0 #fff, inset 0.5px 0.9px 0 0 rgba(0, 0, 0, 0.22);
    background-color: #ffffff;
    border: solid 1px #bebebe;
    padding: 5px 0 0 10px
}

.title {
    text-align: center
}

.networkFeed {
    width: 100%;
    float: left;
    margin: 15px 0 10px 15px
}

.incubatorFeed {
    padding: 15px 0px 15px 10px;
    width: 100%;
    margin: 0 !important;
    float: left;
    background: url(/assets/search-div-e0552230ea4fd4f7ba7d72926e96e7d29ab6ffbaa074f3a8e81f446dfb561956.png);
    background-repeat: repeat
}

.incubatorFeed .dropdown-item:hover {
    color: #011c5c !important
}

.overflowHidden {
    overflow: hidden
}

.logo img {
    width: 85px
}

.header-title {
    font-weight: bold;
    color: #ffffff;
    font-size: 18px;
    padding-top: 6px;
    padding-right: 0;
    font-family: 'Segoe UI';
    text-align: right;
    clear: both
}

.header {
    background-color: #ffffff
}

.user-picture,
.user-description,
.user-header-dropdown {
    float: left
}

.user-info-header-wrapper {
    float: right;
    padding-top: 7px;
    padding-bottom: 6px
}

.user-description {
    text-align: center
}

.header .user-description .user-name {
    font-family: "Segoe UI SemiBold";
    font-weight: bolder;
    font-size: 14px
}

.header .user-description .user-post {
    font-size: 12px
}

.header .user-header-dropdown {
    margin-left: 20px;
    margin-top: 2px;
    font-size: 22px;
    padding: 5px
}

.platforms {
    background-color: #f6f5f5;
    border-bottom: 1px solid #cfcece
}

.platforms ul.platform-items li {
    list-style: none;
    display: table-cell;
    border-right: none;
    text-align: center
}

.platforms ul.platform-items li a {
    display: block;
    text-align: center;
    padding: 16px 0;
    color: #000
}

.platforms ul.platform-items li a:focus,
.platforms ul.platform-items li.active a {
    border-bottom: 3px solid #011c5c;
    text-decoration: none !important;
    padding-bottom: 13px
}

.platforms ul.platform-items li a:hover {
    border-bottom: 3px solid #011c5c;
    color: #011c5c !important;
    padding-bottom: 13px !important
}

.platforms ul.platform-items li.active a:hover {
    border-bottom: 3px solid #011c5c
}

.platforms ul.platform-items {
    display: table;
    width: 90%;
    padding: 0;
    margin: 0;
    margin-left: 8%;
    padding-bottom: 3px
}

.platform-title {
    font-size: 25px;
    font-style: italic;
    padding: 8px 0;
    background: #ffffff;
    box-shadow: 0px 4px 3px #ccc;
    position: relative;
    height: 55px;
    z-index: 1
}

.platform-title h3 {
    margin: 0;
    font-weight: 100;
    font-style: normal;
    color: #888;
    font-size: 22px;
    padding-top: 6px
}

.user-info-header-dropdown {
    display: none
}

.menu .user-info {
    margin-top: 30px;
    overflow: hidden;
    padding-bottom: 10px
}

.menu .user-info .user-name {
    font-weight: bold
}

.menu .user-info .user-description {
    text-align: left;
    font-size: 12px;
    font-weight: 100
}

ul.incubator-side-menu {
    padding: 0px 0px 0px 17px;
    border-bottom: none !important
}

.incubator-side-menu li a {
    display: inline-block;
    margin: 0 !important
}

.incubator-side-menu li {
    border-bottom: none !important
}

.incubator-side-menu .left-dropdwn-title {
    text-align: center !important
}

ul.side-menu {
    list-style: none;
    padding: 0;
    padding-top: 40px
}

.side-menu li a {
    font-family: 'Segoe UI SemiBold';
    display: block;
    padding: 5px 0px 0px 20px;
    color: #7b808a;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px
}

.side-menu .left-dropdwn-title {
    padding: 7px 3px 7px 66px;
    color: #011c5c;
    text-align: left;
    font-size: 13px;
    line-height: normal
}

.side-menu .left-dropdwn-title .fa {
    color: #aeadad;
    margin-top: 2px
}

.side-menu li a:hover,
.side-menu li a:focus {
    text-decoration: none !important
}

.side-menu li a.active,
.side-menu li a.active:hover,
.side-menu li a.active:focus {
    text-decoration: none !important
}

.side-menu li {
    position: relative
}

.side-menu li i {
    position: absolute;
    left: 5px;
    top: 16px;
    margin-top: -7px
}

.side-menu .dropdown-content {
    display: none
}

.side-menu .dropdown-content_all {
    display: none
}

.post-item,
.feed-item {
    margin-top: 7px;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
    border-radius: 7px;
    background-color: #ffffff;
    width: 100%;
    float: left
}

.feed-item {
    padding-bottom: 0px !important;
    margin-top: 8px !important
}

.post-item {
    margin-top: 8px !important
}

.post-title,
.post-comment-title {
    padding: 10px 10px 5px;
    font-family: "Segoe UI SemiBold";
    color: #2d2b2b
}

.post-comment-title {
    padding: 0
}

.post-title {
    border: 3px solid #ffffff;
    padding-bottom: 10px;
    background: #e1e5ee;
    font-size: 18px;
    border-radius: 8px
}

.crete-post-icon {
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #011c5c
}

.post-title h3 {
    float: left;
    margin-top: 4px !important;
    padding-left: 5px;
    word-break: break-word
}

.post-comment-title {
    margin: 10px 0 10px
}

.post-commenter-comment {
    font-family: 'Segoe UI SemiBold';
    font-size: 12px
}

.post-commenter-comment-name {
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: 900;
    letter-spacing: normal;
    text-align: left;
    color: #363636
}

.post-commenter-comment-designation {
    font-family: 'Segoe UI';
    font-size: 11px;
    letter-spacing: normal;
    text-align: left;
    color: #363636
}

.post-comment-title h3 {
    margin: 0;
    font-size: 13px;
    padding-bottom: 3px;
    text-transform: capitalize;
    font-family: 'Segoe UI';
    text-align: left
}

.post-title h3 {
    margin: 0;
    font-size: 18px;
    padding-bottom: 3px;
    text-transform: capitalize;
    font-family: 'Segoe UI SemiBold';
    line-height: normal;
    word-break: break-word
}

.post-description {
    padding: 15px 15px 15px 15px;
    font-family: 'Segoe UI';
    font-size: 14px;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #504e4e;
    word-break: break-all
}

.posted-date {
    font-family: 'Segoe UI';
    font-size: 11px;
    font-style: italic;
    line-height: 1.55;
    letter-spacing: normal;
    text-align: left;
    color: #868686;
    padding-right: 0
}

.posted-in {
    font-family: 'Segoe UI';
    font-size: 11px;
    padding: 0;
    letter-spacing: normal;
    text-align: left;
    color: #011c5c;
    padding-left: 0
}

.posted-in span {
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
    color: #868686
}

.post-location {
    float: left;
    cursor: pointer
}

.post-location .fa-map-marker {
    font-size: 16px;
    padding-right: 5px
}

.post-posted-in {
    float: left;
    padding-left: 20px
}

.post-posted-in span {
    font-family: 'Segoe UI SemiBold';
    font-size: 12px;
    letter-spacing: normal;
    text-align: left;
    color: #011c5c;
    padding-top: 20px;
    float: right;
    cursor: pointer
}

.posted-images {
    text-align: center;
    margin-top: 10px;
    clear: both
}

.posted-images img {
    margin: 0 auto
}

.post-commenter-pic img {
    width: 30px;
    height: 30px
}

.post-commenter-pic {
    float: left
}

.post-commenter-desc {
    float: left;
    padding: 0px 0px 8px 8px
}

.post-commenter-name {
    font-size: 11px;
    color: #999
}

.post-commenter {
    position: relative;
    word-break: break-word;
    padding: 10px 18px;
    border-radius: 6px;
    box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.12);
    background-color: #ffffff;
    border: 0.5px solid #e3e3df;
    margin-bottom: 2px
}

.user-commenter {
    position: relative;
    word-break: break-word;
    padding: 5px 10px 5px 10px !important;
    box-shadow: none !important;
    background-color: #ffffff !important;
    border: none !important
}

.post-commenter-action {
    float: left;
    font-weight: bold;
    font-size: 30px;
    cursor: pointer;
    width: 10px;
    height: 20px;
    text-align: center;
    position: relative;
    line-height: .1;
    margin-top: 3px;
    color: #cccccc
}

.post-commenter-action span {
    transform: rotate(90deg);
    display: inline-block;
    height: 10px;
    width: 25px;
    margin-top: 5px
}

.post-commenter-action span:hover {
    color: #011c5c
}

.post-body {
    display: none
}

.post-commenter-action-items {
    display: none;
    position: absolute;
    right: 7px;
    top: 6px;
    width: 89px;
    background: #ffffff !important;
    border-radius: 4px;
    box-shadow: 0px 0px 3px 0px #b8b8b8 !important;
    margin: 0;
    z-index: 1
}

.posts-comments .post-commenter-action-items {
    width: 125px
}

.post-commenter-action-items {
    min-width: -moz-max-content
}

.post-commenter-action-items li {
    padding: 0
}

.post-commenter-action-items li a {
    width: 28px;
    line-height: 27px;
    font-size: 14px;
    color: #000;
    margin: 6px 1px 5px
}

.post-commenter-action-items li a:hover {
    color: #011c5c;
    border-color: #011c5c
}

.post-commenter-action:hover .post-commenter-action-items {
    background: #ddd;
    display: block
}

.table>tbody>tr>td.user-profile-title-label-value {
    padding-left: 30px
}

.right-col .group .group-pic {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    border: 1px solid #555;
    color: #555;
    float: left;
    line-height: 0.95;
    margin-top: 5px
}

.right-col .group .group-pic img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.right-col .group {
    overflow: hidden
}

.right-col .group .group-name {
    float: left;
    word-wrap: break-word
}

#selected-post-comments {
    /* height: calc(100vh - 224px);
    overflow-y: auto;
    overflow-x: hidden */
}

.scroll_position,
.user_list_div {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 217px)
}

.form-title {
    height: 41px;
    border-radius: 6px;
    box-shadow: 0.5px 0.9px 0 0 #fff, inset 0.5px 0.9px 0 0 rgba(0, 0, 0, 0.22);
    background-color: #ffffff;
    border: solid 1px #bebebe
}

.attachment-style {
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: 600;
    letter-spacing: normal;
    color: #011c5c;
    float: right
}

a {
    color: black
}

.form-body {
    height: 91px;
    border-radius: 6px;
    box-shadow: 0.5px 0.9px 0 0 #fff, inset 0.5px 0.9px 0 0 rgba(0, 0, 0, 0.22);
    background-color: #ffffff;
    border: solid 1px #bebebe
}

.panel-form-heading {
    height: 95px;
    background-color: #f3f3f3
}

.panel-form-heading p {
    margin-bottom: 0
}

.panel-body {
    border: 1px solid transparent;
    background-color: #ffffff;
    box-shadow: 0px 1px 7px #aaa
}

.noPadding {
    padding: 0px
}

.panel-title {
    background-color: #011c5c;
    margin-top: 10px;
    max-height: 36px
}

.panel-title:hover {
    background-color: #011c5c !important
}

.panel-title-name {
    font-size: 14px;
    color: white;
    font-family: "Segoe UI SemiBold"
}

.text-form {
    border-radius: 0;
    border: none;
    background: none;
    box-shadow: none;
    border-bottom: 1px solid #949c9c;
    width: 100%
}

.carousel-control.left,
.carousel-control.right {
    background-image: none !important
}

.actClass {
    color: #666 !important;
    float: right;
    padding-left: 10px
}

.error {
    color: red !important;
    font-weight: normal !important;
    font-style: normal !important
}

.alert-danger {
    margin-bottom: 0
}

.alert-success {
    margin-bottom: 0
}

.index_groups {
    background-color: #fAf9f5;
    padding: 0
}

.index_groups .index_title {
    background-color: unset;
    color: #555;
    padding: 0;
    height: 30px;
    border: 0;
    margin-top: 15px
}

.index_groups .index_title h3 {
    font-family: 'Segoe UI';
    font-size: 12px;
    font-weight: 900;
    letter-spacing: normal;
    color: #868686;
    margin-top: 20px
}

.index_title span {
    color: #011c5c
}

.index_groups .add-icon {
    border: 1px solid #011c5c;
    padding-left: 5px;
    margin: 0px 10px;
    float: right
}

.left-col {
    background-color: #f6f5f5;
    color: #ffffff;
    padding: 0px;
    cursor: pointer
}

.header .user-picture {
    margin: 0 10px 0 10px
}

.header .user-description {
    text-align: left;
    margin-top: 6px
}

.header .user-picture {
    margin-top: 3px
}

.header .user-picture img {
    width: 40px;
    height: 40px
}

.index_groups .create-group-form {
    clear: both;
    border: 1px solid #ddd;
    background-color: white;
    padding: 5%;
    border-radius: 5px;
    margin-bottom: 20px
}

.buildNetwork_div {
    clear: both;
    border: 1px solid #ddd;
    padding: 10px 7px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: white
}

.create_group_btn {
    text-align: center
}

.create_group_btn .btn:hover {
    background: #e42c5c;
    border: 1px solid #e42c5c
}

.create_group_btn .btn {
    width: 100%;
    margin-top: 10px;
    max-width: 150px;
    background: #011c5c;
    border-radius: 0px;
    border: 1px solid #011c5c
}

#network_group_user_ids {
    border-radius: 0px !important;
    border: 1px solid #011c5c !important
}

.post-comment-title .chosen-container-single .chosen-single div {
    display: none
}

.left-col .dropdown.my-posts,
.left-col .dropdown2.all-posts {
    padding-bottom: 2px
}

.my-projects,
.all-projects {
    border-radius: 5px;
    padding-bottom: 2px;
    margin-top: 10px
}

.left-post-title {
    position: relative;
    width: 100%;
    margin-left: 0px !important
}

.left-post-title .fa-chevron-right {
    font-size: 10px;
    color: #011c5c
}

.submit_post1:hover {
    background-color: #011c5c !important
}

.left-col .user-picture {
    margin-right: 10px
}

.left-col .user-picture .user-pic {
    width: 40px;
    height: 40px
}

.left-col .user-info .user-description {
    margin-top: 4px
}

.index_groups .create-group-form {
    clear: both;
    border: 1px solid #ddd;
    padding: 10px 7px 20px
}

.index_groups .form-control,
#network_group_user_ids_chosen .chosen-choices,
.comment_input .form-control {
    background-color: #F3F3F3;
    font-size: 12px
}

.new_network_group .control-label {
    font-size: 12px;
    color: #999
}

.network_group-wrapper ul {
    list-style-type: none;
    padding-left: 19px;
    position: relative;
    color: #555;
    margin-right: 0
}

.network_group-wrapper ul .fa-chevron-right,
.network_group-wrapper ul .fa-chevron-down {
    position: absolute;
    left: 5px;
    top: 6px;
    font-size: 12px
}

.network_group-wrapper {
    margin: 0px 0 20px;
    overflow: hidden
}

.side-menu .splace {
    color: #ffffff
}

.networkFeed #tabnetwork {
    float: left;
    color: #aaa;
    padding-left: 0
}

.networkFeed #tabmessage {
    float: left;
    color: #aaa
}

#createGroup {
    clear: both
}

#showDiv,
.feeds {
    background-color: #fAf9f5
}

.collab_message {
    height: 400px;
    overflow-y: auto
}

.post_comment_bar {
    padding: 20px 0
}

.share_comment_btn {
    float: right;
    padding: 0 15px
}

.comment_num_box {
    float: right
}

.comment_num_box .comment_num {
    font-family: 'Segoe UI';
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: normal;
    text-align: left;
    color: #011c5c;
    margin: 6px
}

.single_comment {
    width: 100%;
    float: left;
    margin-bottom: 1px
}

.post_location_select .fa-map-marker {
    padding-right: 10px;
    float: left;
    margin-top: 13px;
    margin-left: 10px
}

.post_location_select .post_location {
    width: 100%;
    height: 41px;
    border-radius: 6px;
    background-color: #ffffff;
    border: solid 1px #bebebe
}

.post_location_select a.chosen-single {
    padding-left: 0;
    margin-top: 5px !important
}

.posted_in {
    margin-top: 10px
}

.posted_in .posted_in_label {
    width: 55px;
    float: left;
    margin-top: 3px
}

.posted_in .post_network_groups {
    width: calc(100% - 55px);
    float: left
}

.posted_in ul.chosen-choices {
    border: 0 !important;
    border-radius: 0 !important;
    min-height: 30px !important;
    border-bottom: 1px solid #aaa !important
}

.innovation_rht .inn_rht_title {
    margin-top: 15px
}

.image-mentor {
    width: 30px;
    height: 30px
}

.mentor-div {
    padding: 3px;
    height: 38px;
    border: 1px solid #aaa;
    margin-bottom: 8px
}

.mentor-div p {
    padding: 5px 0;
    margin: 0;
    width: calc(85% - 34px);
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    color: #707070
}

.project_select_boxes .col-md-4 {
    padding: 0 5px
}

.project_select_boxes .col-md-4:first-child {
    padding: 0 5px 0 0
}

.project_select_boxes .col-md-4:last-child {
    padding: 0 0 0 5px
}

.project_select_boxes .col-md-4 a.chosen-single {
    height: 34px;
    border: 1px solid #e1e3e6 !important;
    margin: 0;
    border-radius: 4px !important;
    line-height: 34px;
    margin-top: 0 !important
}

.project_select_boxes .chosen-single div {
    position: absolute;
    top: 5px;
    width: 13px;
    height: 22px
}

#new_project input,
#new_project textarea {
    border: 1px solid #e1e3e6 !important;
    box-shadow: unset
}

#attachments,
.reply_attach {
    position: relative;
    clear: both;
    float: left
}

#attachments #project_file,
.reply_attach .inp {
    width: 120px;
    height: 37px;
    z-index: 11;
    position: absolute;
    top: 0;
    opacity: 0;
    cursor: pointer
}

.choose_files {
    height: 37px;
    width: 120px;
    padding: 0;
    border: solid 1px #e42c5c;
    color: #e42c5c
}

#new_project .form-actions {
    float: right;
    height: 37px
}

#new_project .form-actions .btn {
    height: 37px;
    color: #ffffff;
    width: 160px
}

#new_project .form-group {
    margin-bottom: 15px
}

#attachments .form-group {
    margin: 0
}

#new_project #project_user_ids_chosen input {
    border: 0 !important
}

#ShowCreate {
    border-radius: 6px;
    background-color: transparent;
    box-shadow: 0.8px 0.7px 2px 0 rgba(0, 0, 0, 0.24), inset -1.4px -1.4px 2px 0 #fff
}

#ShowAudio {
    background-color: transparent !important
}

.innovation_rht {
    padding: 0 10px;
    overflow-x: hidden
}

.inn_rht_title p b,
.most_in_network p {
    text-align: center
}

.inn_rht_title p b b,
.most_in_network p b {
    font-size: 13px;
    color: #011c5c;
    font-weight: normal !important;
    text-align: center;
    font-family: 'Segoe UI SemiBold'
}

.mentor_network_card {
    background-color: #f2f2f2;
    border-top: 3px solid #011c5c;
    padding: 14px 23px;
    margin-bottom: 8px
}

.most_in_network .in_img {
    width: 30px;
    float: left;
    margin-right: 5px
}

.most_in_network .in_img img {
    width: 30px;
    height: 30px
}

.most_in_network .in_name {
    width: calc(100% - 40px);
    float: left;
    padding: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    color: #707070
}

.most_in_network .col-md-12 {
    padding: 5px 0
}

.most_in_network .in_count {
    width: 30px;
    float: left;
    margin-left: 10px;
    font-size: 13px;
    color: #4d4d4d;
    padding-top: 5px
}

.post-commenter-desc .cname {
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.46;
    letter-spacing: normal;
    text-align: left;
    color: #363636
}

.post-commenter-desc .csubname {
    font-family: 'Segoe UI';
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.73;
    letter-spacing: normal;
    padding-top: 5px;
    text-align: left;
    color: #363636
}

.commtPading {
    padding: 10px 0
}

.commenterTxt {
    font-family: 'Segoe UI';
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.58;
    letter-spacing: normal;
    color: #909090
}

.post-commenter-desc .cproject_count {
    color: #999
}

.post-commenter-desc .cproject_count .cnum {
    color: #011c5c;
    font-size: 13px
}

.cproject_count .ongoing {
    padding-left: 10px
}

.post-title .user-info {
    float: right;
    text-align: right
}

.post-title .user-picture {
    margin: 0 0 0 30px
}

.post-title .user-name {
    font-size: 11px;
    color: #b1b1b1;
    margin-top: 5px
}

.feed-body .project_img {
    margin-top: 10px;
    padding: 0 5px 0 0
}

.feed-body .project_img img {
    width: 140px;
    height: 100px;
    padding-right: 10px;
    display: inline-block
}

.project_detail {
    padding: 10px 0 0 5px
}

.project_info {
    padding: 0;
    color: #999;
    font-style: italic;
    font-size: 13px
}

.project_info .p_green {
    color: #45e695
}

.project_info .started_date {
    font-family: 'Segoe UI';
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    text-align: left;
    color: #909090
}

.project_info .p_num {
    color: #4d4d4d
}

.project_info .p_divider {
    font-style: normal;
    padding: 0 5px 0 6px;
    position: relative;
    top: -1px
}

.project_desc {
    font-family: 'Segoe UI';
    font-size: 14px;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: justify;
    color: #363636;
}

.locationCont {
    border-top: 1px solid #d7d7d7;
    margin-top: 10px;
    padding: 15px 0 25px
}

.project_location {
    color: #b3b3b3;
    font-size: 13px;
    font-style: italic
}

.project_location .fa-map-marker {
    font-size: 17px
}

.project_location .pro_loc {
    padding-right: 5px;
    font-size: 11px;
    line-height: 18px;
    font-style: normal;
    color: #011c5c
}

.project_location .incubated_loc {
    padding: 0 9px 0 5px
}

.incubated_locTxt {
    font-size: 13px;
    line-height: 18px;
    font-style: normal;
    color: #011c5c
}

.created-by {
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.46;
    letter-spacing: normal;
    text-align: left;
    color: #909090;
    padding-right: 10px
}

.half_title {
    padding: 15px 0 0 15px;
    height: 45px
}

.half_title .left {
    height: 20px;
    width: 80px;
    font-size: 13px;
    color: #999999
}

.half_title .right {
    height: 20px;
    width: calc(100% - 80px)
}

.half_title .right hr {
    margin: 10px 0;
    border-color: #e6e6e6
}

.cross_x {
    display: inline-block;
    width: 15px;
    position: relative;
    top: -2px;
    margin-top: -1px
}

.cross_x span {
    font-style: normal;
    font-family: 'Segoe UI';
    font-size: 21px;
    transform: rotate(45deg);
    display: inline-block;
    opacity: .5
}

.project_members .mentor-div {
    font-size: 13px;
    color: #666666;
    padding: 10px;
    width: 32.333%;
    height: 56px;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    box-shadow: 1px 1.7px 2px 0 rgba(0, 0, 0, 0.14);
    background-color: #ffffff;
    border-left: 3px solid #d6dae6;
    float: left;
    margin-right: 1%
}

.project_members .mentor-div .m_name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: calc(100% - 48px);
    color: #363636;
    padding: 6px 10px
}

.project_members .mentor-div .image-mentor {
    width: 34px;
    height: 34px
}

.projectMemStyle {
    background-color: #fbfbfa;
    border: 1px solid #f2f2f0;
    border-left: 3px solid #011c5c;
    margin-bottom: 2px
}

.projectMentorStyle {
    background-color: #f2f2f2;
    border: 1px solid #f2f2f0;
    border-left: 3px solid #a9aaae;
    margin-bottom: 2px
}

.projectMemberCont {
    padding: 10px 5px 15px 15px
}

.numberTxt {
    color: #011c5c;
    font-size: 11px
}

.project_news {
    font-size: 13px
}

.news_para {
    color: #4d4d4d
}

.news_info {
    text-align: right;
    font-style: italic
}

.news_info .info_src {
    color: #cccccc
}

.news_info .info_date {
    color: #b3b3b3;
    margin-left: 25px
}

.news_single {
    padding: 10px 0
}

.feeds .owl-item .col-xs-12 {
    padding: 0
}

.group-name-style {
    background-color: #ffffff;
    box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.12);
    padding-top: 15px;
    padding-bottom: 5px;
    margin-bottom: 5px
}

.group-name-style .post-commenter-action {
    display: none
}

.group-name-style:hover .post-commenter-action {
    display: block !important
}

.group-name-style p {
    font-family: 'Segoe UI';
    font-weight: bold;
    letter-spacing: normal;
    color: #3c495a;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px
}

.user-in-group {
    border-bottom: 1px solid #cccccc;
    padding: 0px 20px 15px 20px
}

.add-user-group {
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px
}

.group-member-count {
    font-family: 'Segoe UI';
    font-size: 11px;
    font-weight: 600;
    line-height: 1.55;
    letter-spacing: normal;
    color: #868686
}

.group-member-count p {
    font-family: 'Segoe UI SemiBold';
    margin-bottom: 0 !important;
    color: #011c5c !important;
    font-size: 12px !important
}

.group__name {
    font-family: 'Segoe UI SemiBold';
    font-size: 13px;
    color: #011c5c
}

.custom-bubble {
    position: absolute;
    z-index: 100;
    margin-left: 2px;
    height: 17px;
    width: 15px;
    background-color: #d06d6d;
    color: white;
    top: 0px;
    padding-left: 1px;
    padding-top: 0px;
    right: 0px;
    border-radius: 50%;
    font-size: 12px
}

.bubble-div {
    width: 20px;
    height: 20px;
    padding-left: 6px;
    float: right
}

.block {
    width: 100%;
    float: left
}

#showDiv .fa-caret-down .fa-caret-up {
    margin: 4px 0 0 10px;
    font-size: 19px
}

.media,
.media-body {
    overflow: unset
}

.media {
    background-color: #ffffff;
    padding: 10px;
    clear: both;
    border-radius: 5px
}

.media-left {
    width: 50px;
    float: left
}

.media-body {
    width: calc(100% - 50px);
    float: left
}

.media-left .user-pic {
    width: 35px;
    height: 35px
}

.media-left .user-picture {
    margin-right: 5px
}

.media-heading {
    color: #011c5c
}

.msg_subject {
    font-family: 'Segoe UI';
    font-size: 11px;
    letter-spacing: normal;
    text-align: justify;
    color: #363636;
    word-break: break-word;
    margin-top: 5px
}

.msg_content {
    color: #808080;
    clear: both;
    margin-top: 20px;
    white-space: pre-line;
    font-size: 13px
}

.media-body-left {
    width: calc(100% - 121px);
    float: left
}

.media-body-right {
    color: #bebebe;
    text-align: right;
    font-size: 12px;
    width: 121px;
    float: right
}

.msg_view a {
    color: #999;
    font-size: 12px
}

.panel-footer {
    clear: both
}

.reply_btn_box {
    padding: 20px 0 10px
}

.reply_btn,
.reply_to {
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 4px;
    line-height: 40px;
    color: #999;
    font-size: 13px;
    padding: 0 10px;
    background-color: #ffffff;
    cursor: pointer
}

.reply_to {
    display: none
}

.reply_btn span {
    color: #e42c5c
}

.feed-item .user-description,
#showDiv .user-description {
    padding-left: 10px
}

.msg_reply_btn {
    border-radius: 0px;
    float: right;
    height: 38px;
    background-color: #011c5c;
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 900;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff
}

.msg_reply_btn:hover {
    background-color: #e42c5c;
    color: #ffffff;
    border-color: transparent
}

.reply_attach .inp,
.reply_attach .choose_files {
    height: 35px
}

.msg_reply_btn_box {
    padding: 5px 0
}

.msg_reply_container {
    display: none
}

.Project .fa-search {
    margin-top: 8px;
    display: inline-block;
    font-size: 16px;
    color: #999;
    cursor: pointer
}

.project_members {
    min-height: 42px
}

.rht_container {
    max-width: calc(100% - 220px);
    padding: 10px;
    background-color: #e9ebee
}

.rht_container .projects {
    width: 100%;
    overflow: auto;
    height: calc(100vh - 178px)
}

.rht_container .right-col {
    width: 50%
}

.schedule_nav {
    height: 38px;
    line-height: 1;
    border-radius: 4px 4px 0 0
}

.schedule_nav li {
    font-size: 15px;
    padding: 10px 15px;
    color: #999999
}

.schedule_nav li.active {
    color: #011c5c;
    padding-bottom: 10px;
    border-bottom: 3px solid #e42c5c
}

.schedule_mid_container {
    border-radius: 5px;
    border: 1px solid #eee;
    background-color: #ffffff;
    border-top: 0
}

.schedule_mid_container .panel-form-heading {
    padding: 12px 15px
}

.issue-task-container .create_title {
    background: linear-gradient(to top, #f2f2f2, #f7f7f7);
    color: #999;
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center
}

.issue-task-container .create_btn {
    float: right;
    color: #333;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #ccc;
    padding: 6px 10px;
    border-radius: 3px;
    font-size: 12px;
    cursor: pointer
}

.no-padding-left {
    padding-left: 0
}

.issue-task-container #createGroup {
    padding: 15px 0 18px
}

.issue-task-container .right-col {
    background-color: #ffffff
}

.task_tbl {
    font-size: 13px
}

.issue-task-container .sub_title {
    display: inline-block;
    width: 100%;
    font-style: normal;
    color: #999
}

.issue-task-container .task_name {
    padding-left: 0;
    color: #7f7f7f;
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden
}

.issue-task-container .main_box .indi_box {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 5px 2px
}

.project-task-issues .issue_title {
    padding-bottom: 8px;
    color: #666
}

.project-task-issues .issue_desc {
    color: #999;
    word-break: break-word
}

.issue-task-container .project-task-issues .indi_box {
    padding: 10px 0;
    border-radius: 0;
    border-left: 0
}

.issue_blk {
    overflow-y: auto;
    height: calc(100vh - 178px)
}

.task_blk {
    overflow-y: auto;
    height: calc(100vh - 178px);
    min-height: 400px
}

.issue_blk .sub_title {
    padding: 0 15px;
    height: 25px
}

.issue_blk #createGroup {
    padding: 15px 15px 18px
}

.issue-task-container {
    height: calc(100vh - 178px);
    display: none;
    padding-right: 0
}

.issue-task-container .main_box {
    max-height: none
}

#ShowCreateIssue,
#ShowCreateTask {
    box-shadow: unset;
    border: 1px solid #ddd;
    margin-top: 10px
}

.schedule_nav_btn,
.issue_nav_btn {
    cursor: pointer
}

.schedule_nav .cpercent {
    font-size: 15px;
    color: #011c5c
}

.schedule_nav .clabel {
    font-size: 10px;
    float: left;
    padding: 4px 8px;
    color: #a1a4b3
}

#ShowCreateTask .nested-fields {
    padding-bottom: 20px
}

#ShowCreateTask .nested-fields .form-control,
#ShowCreateTask .chosen-container-single,
#ShowCreateIssue .chosen-container-single,
.add_schedule_box .nested-fields .form-control,
.add_schedule_box .chosen-container-single,
.add_schedule_box .chosen-container-single {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0;
    height: 34px;
    padding: 6px 12px;
    color: #777;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

#ShowCreateTask .chosen-container-single .chosen-single,
#ShowCreateIssue .chosen-container-single .chosen-single {
    margin: 0;
    border: 0;
    padding: 0;
    height: auto;
    color: #777
}

#ShowCreateTask .edit_single_row textarea {
    height: 70px !important;
    border: 1px solid #ccc !important
}

.task_blk .issue_num {
    color: #7f7f7f
}

#ShowCreateTask .add_task_close_btn,
.add_schedule_box .add_task_close_btn {
    position: absolute;
    right: 16px;
    top: -1px
}

#ShowCreateTask .edit_single_row,
.add_schedule_box .edit_single_row {
    padding-top: 3px;
    padding-bottom: 3px
}

#ShowCreateTask .edit_title,
#ShowCreateIssue .edit_title,
#ShowCreateIssue .control-label,
.add_schedule_box .edit_title {
    color: #999;
    margin-bottom: 4px;
    font-size: 13px
}

#ShowCreateTask .project_tasks_user_id {
    margin-top: 0px
}

.edit_single_row .left-half {
    padding-right: 5px
}

.edit_single_row .right-half {
    padding-left: 5px
}

#ShowCreateTask .links,
.add_schedule_box .links {
    float: left;
    border: 1px solid #ccc;
    margin-left: 15px
}

.create_task_btn,
.create_issue_btn {
    float: right;
    margin-right: 15px
}

.task_blk #tasks,
.add_schedule_box #ShowCreate {
    padding: 15px 0
}

#ShowCreateIssue .issue_attach_btn {
    width: 16px;
    height: 16px;
    color: darkgray
}

#new_task_issue .issue_attach_btn {
    width: 16px;
    height: 16px;
    margin-left: 10px;
    margin-bottom: 10px;
    float: right;
    color: #011c5c;
    transform: rotate(90deg);
    margin-right: 5px
}

#ShowCreateIssue #attachments {
    height: auto;
    padding: 0 10px
}

#ShowCreateIssue .links {
    padding: 10px 0
}

#ShowCreateIssue #image_upload {
    color: #999
}

.add_schedule_box {
    margin-bottom: 10px
}

.create_schedule_btn {
    height: 35px;
    width: 120px;
    padding: 0 7px;
    border: solid 1px #e42c5c;
    color: #e42c5c;
    font-size: 12px;
    outline: 0
}

.create_schedule_btn span:first-child {
    float: left;
    font-size: 18px;
    top: -1px;
    position: relative
}

.create_schedule_btn span:last-child {
    float: right;
    padding-top: 4px
}

.create_schedule_btn:hover,
.create_schedule_btn:focus {
    color: #e42c5c;
    outline: 0
}

svg g:first-of-type rect {
    fill-opacity: 0
}

.add_schedule_box {
    margin-top: 13px
}

.add_schedule_box #ShowCreate {
    box-shadow: unset;
    border: 1px solid #dddddd;
    margin-top: 10px
}

.schedule_container .shedule_blk {
    margin-top: 10px
}

.project-task-issues .indi_box {
    font-size: 13px
}

.project-task-issues .indi_box .chosen-single {
    padding: 0;
    border: 0 !important;
    margin: 0 !important
}

.project-task-issues .indi_box .chosen-single>span {
    margin-right: 12px
}

.project-task-issues .indi_box .chosen-single>div {
    width: 11px;
    top: 2px
}

.project-task-issues .indi_box .chosen-container-single {
    font-size: 12px;
    color: #011c5c
}

.project-task-issues .task_issue_status {
    width: 83px;
    float: right
}

.project-task-issues .indi_box .istatus {
    font-size: 11px;
    color: #999;
    float: left;
    padding-top: 5px
}

.project-task-issues .indi_box .task-issues {
    max-width: 138px
}

.project-task-issues .indi_box .task-issues .chosen-drop {
    border-top: 1px solid #aaa
}

.custom-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 26px;
    margin: 0
}

.custom-switch input {
    display: none
}

.custom-switch .switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 26px;
    background-color: #E7E7E7;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

.custom-switch .switch-slider:before {
    position: absolute;
    content: "No";
    height: 22px;
    width: 32px;
    color: #011c5c;
    border: solid 1px #cccccc;
    left: 2px;
    bottom: 2px;
    background-color: white;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-transition: .4s;
    transition: .4s;
    text-align: center;
    padding-top: 1px;
    font-size: 12px
}

.custom-switch input:focus+.switch-slider {
    box-shadow: 0 0 1px #2196F3
}

.custom-switch input:checked+.switch-slider:before {
    content: "Yes";
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px)
}

.recent-post-icon {
    background-color: #f6f5f5;
    float: left;
    margin-top: 10px;
    margin-right: 15px;
    margin-left: 20px
}

.notification-icon {
    background-color: #f6f5f5;
    float: left;
    margin-top: 10px;
    margin-right: 15px;
    margin-left: 20px
}

.my-activity-icon {
    background-color: #f6f5f5;
    float: left;
    margin-top: 10px;
    margin-right: 15px;
    margin-left: 20px
}

.my-post-icon {
    background-color: #f6f5f5;
    float: left;
    margin-top: 10px;
    margin-right: 15px;
    margin-left: 20px
}

.add-incubator {
    background-color: #ffffff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 13px;
    padding: 15px
}

.add-incubator .add-incubator-lhs {
    width: calc(100% - 137px);
    float: left;
    padding: 0 5px 0 0;
    font-style: italic
}

.add-incubator .add-incubator-rhs {
    width: 137px;
    float: left;
    padding: 0 0 0 5px
}

.add-incubator .label-lhs {
    float: left;
    color: #b3b3b3;
    padding-top: 8px
}

.add-incubator .custom-switch {
    float: left;
    margin-left: 9px;
    margin-top: 4px
}

.add-incubator input::placeholder,
.add-incubator textarea::placeholder {
    color: #b3b3b3 !important;
    opacity: 1
}

.add-incubator input:-ms-input-placeholder,
.add-incubator textarea::placeholder,
.add-incubator input::-ms-input-placeholder,
.add-incubator textarea::-ms-input-placeholder {
    color: #b3b3b3 !important
}

.add-incubator .form-group {
    float: left;
    width: 100%;
    min-height: 34px;
    margin-bottom: 15px
}

.add-incubator .add-incubator-submit {
    height: 34px;
    background-color: #e42c5c;
    color: #ffffff;
    width: 100px;
    font-size: 13px
}

.add-incubation-title {
    color: #011c5c;
    font-size: 13px
}

.red-text {
    color: #e42c5c
}

.incubator-image-wrap {
    position: relative
}

.incubator-image-wrap #remove-file {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 100
}

.add-incubator .incubator-cover-img .img-responsive {
    border-radius: 4px
}

.incubator-cover-img .red-text {
    margin-top: 7px;
    text-align: center;
    cursor: pointer
}

#dropdownMenu .chosen-container {
    background: url(/assets/drop-dwn-5075dd431e5c71ce44d31f018d6fd4afc8f79bac2599f0bb57f5789a25078576.svg) no-repeat right center !important;
    background-size: 15px 15px !important
}

#dropdownMenu .chosen-container.chosen-with-drop .chosen-drop {
    margin-top: 3px
}

.description_position {
    float: right
}

#top_menu li>a {
    color: #808080
}

#top_menu li.active a {
    color: #011c5c
}

.commt_height {
    min-height: 9px
}

.user-status {
    font-size: 11px
}

#incubator_is_dic {
    margin: 0;
    margin-left: 40px;
    right: 19px
}

#incubator_incubator_type_chosen,
#fabrication_request_facility_id_chosen,
#slot_date_and_time,
#competition_project_ids_chosen,
#bug_report_bug_menu_chosen,
#bug_report_name {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

#slot_date_and_time {
    outline: none;
    cursor: pointer;
    font-size: 14px
}

#microphoneStop:hover {
    color: red
}

#loader_record {
    margin: 10px 4px;
    display: inline-block;
    position: absolute;
    font-size: 14px
}

.incubator_head {
    font-family: 'Segoe UI';
    font-size: 12px
}

.incubator_content {
    background: white;
    margin-top: 7px;
    box-shadow: 0px 4px 3px #ccc;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.nopadding {
    padding: 0px
}

.created_incubator {
    text-align: left;
    display: inline-flex;
    padding: 10px 0px;
    border-bottom: 1px solid #d9d9d9
}

#recordForm ul {
    padding-left: 0px;
    border-radius: 1px;
    background: linear-gradient(to top, #e6e6e6 1%, #fff)
}

#recordForm ul>li {
    list-style-type: none
}

#recordForm ul>li>audio {
    width: 100%
}

#recordForm ul>li>a {
    padding-left: 11px
}

#recordForm button {
    background: none;
    border: none
}

#recordForm button:focus {
    outline: none
}

#post_inputs .post_comment_file {
    float: left
}

.add-incubator .add-incubator-section {
    width: calc(100% - 0px);
    float: left;
    padding: 0 5px 0 0;
    font-style: italic
}

.add-incubator-lhs #incubator_incubator_type_chosen {
    margin-bottom: 15px
}

.add-incubator-rhs .form-group {
    margin-bottom: 0px
}

.lft_detail {
    width: 75%;
    float: left
}

.rht_image {
    width: 25%;
    float: right
}

.seven-col .col-md-2 {
    width: 20%;
    *width: 20%
}

.buttn_styl {
    background: none;
    border: none
}

.buttn_styl:hover {
    background: none;
    border: none
}

.attachFile {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fafafa;
    padding: 13px;
    cursor: pointer
}

.audioRecorder {
    position: absolute;
    right: 11px;
    top: 0px;
    background: #ffffff;
    padding: 13px;
    cursor: pointer
}

#session_nav div.active {
    color: #011c5c;
    border-bottom: 3px solid #011c5c;
    -webkit-box-shadow: none;
    border-radius: 3px;
    padding-bottom: 8px
}

.sidebar_header {
    color: #748cb8;
    padding-left: 7px
}

.sidebar_post {
    background-color: transparent !important
}

.user_img {
    height: 33px;
    padding-top: 7px
}

.attachmentIcon {
    width: 19px;
    height: 12px
}

.tab_style {
    color: #808080;
    font-size: 15px;
    font-weight: 600
}

.tab_style>a {
    color: #808080
}

.tab_style:hover {
    color: #808080
}

.mainContainer {
    height: 566px
}

.tab_navigation {
    z-index: 2;
    background: #f6f5f5
}

.canvasLoading {
    display: none;
    height: 400px;
    position: absolute;
    top: 150;
    z-index: 100;
    padding-top: 124px;
    text-align: center;
    margin-top: 36px
}

.drawingTools {
    margin-top: 0px;
    width: 4.333333%;
    background-color: #f6f5f5;
    height: 426px;
    padding-top: 3px;
    border-right: 1px solid #dadfe5
}

.drawingTools div i {
    font-size: 19px
}

.canvasBoard {
    width: 94.9%;
    background: #ffffff;
    border: solid 0.9px #d3d3d3;
    padding: 0;
    position: relative
}

#tabShrink .panel-title {
    background-color: #f5f5f5 !important
}

.nav>li>a {
    position: relative !important;
    display: block !important;
    padding: 10px 10px
}

.one-time {
    margin-top: 20px;
    text-align: center
}

.slick-prev {
    left: -33px !important;
    background: transparant !important;
    z-index: 10 !important
}

.slick-next {
    right: -20px !important;
    background: transparant !important
}

.slick-slide {
    padding-top: 10px !important;
    border-radius: 4px;
    min-height: auto !important;
    height: 180px !important;
    box-shadow: 0.5px 0.9px 4px 0 rgba(0, 0, 0, 0.22);
    border: solid 0.8px #b1b1b1;
    background-color: white !important
}

.slick-prev:before,
.slick-next:before {
    font-size: 30px !important;
    border: 1px solid transparent;
    border-radius: 50%;
    color: #011c5c
}

.content {
    background-repeat: no-repeat !important;
    padding: 0
}

.content-user-picture p {
    color: #7f7f7f;
    font-size: 13px !important;
    margin-top: 6px
}

.content_user_img {
    padding-left: 0;
    width: 40px;
    padding-right: 10px
}

.rect-title {
    height: 65px;
    background-color: #001035;
    padding-top: 10px
}

.announcements {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    color: #f7f7f7;
    padding-top: 20px;
    padding-left: 0
}

.date-box {
    width: 53px;
    height: 50px;
    background-color: #001035;
    border: solid 1px #ffffff;
    margin-right: 10px
}

.date-box>p {
    font-size: 11px;
    color: #f7f7f7
}

.announcements-title {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    color: #ffffff;
    padding-top: 20px;
    padding-left: 0
}

.home_page_container {
    padding: 0;
    height: 543px;
    overflow: hidden;
    background: #f7f7f7
}

.content-box {
    width: 100%;
    height: 250px;
    border-radius: 6px;
    background-color: #ffffff;
    margin-top: 34px;
    box-shadow: -3px 0px 6px 0 #e2e2e2;
    border: solid 1px #f2f2f2;
    position: relative
}

.content-user-picture {
    bottom: 0px !important;
    position: absolute;
    padding-left: 0;
    padding-bottom: 5px
}

.content_user_name {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.78));
    padding-left: 10px;
    padding-bottom: 5px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.status-bar {
    padding: 0;
    float: right;
    height: 100%;
    background-color: #ffffff;
    box-shadow: -6px 0px 12px 0 #e2e2e2
}

.status_list {
    font-size: 12px;
    color: #808080;
    height: 54px;
    text-align: left;
    padding: 10px;
    padding-top: 20px;
    border-bottom: 1px solid #e6e6e6
}

.status_list span {
    padding-left: 11px
}

.status_list a {
    color: #808080 !important;
    padding-left: 11px
}

.content-title {
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: #002989
}

.list-content {
    height: 82px;
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4d4c4c;
    padding: 10px
}

.status_number {
    width: 37px;
    height: 18px;
    border-radius: 8.5px;
    background-color: #99b7ff
}

.content-pic-title {
    position: absolute;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    background: linear-gradient(rgba(0, 0, 0, 0.78), transparent);
    width: 100%;
    padding: 10px 0 10px 10px;
    color: white;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.content_image {
    object-fit: cover;
    height: 100%;
    padding: 0;
    border-radius: 6px
}

.pic_user {
    color: white !important
}

.nested_messages {
    margin-left: 41px
}

.nested_messages #post_comment_comment {
    width: 250px
}

.nested_messages .nested_messages {
    margin-left: 0
}

.nested_messages .single_comment {
    border: none
}

.comment_input .submit_post {
    background: url(/assets/send-btn-af37c09463804d2d24b0e248f12254e2d5bc75f64fe3f8db607e9a1553977522.svg) no-repeat center;
    background-color: #e42c5c;
    border: none;
    box-shadow: 0px 1px 0px 0 #e2e2e2;
    padding: 9px 17px;
    border-radius: 4px;
    z-index: 0;
    height: 37px
}

.comment_input .replyComment {
    display: none
}

.comment_input .submit_post:hover {
    background-color: #e42c5c;
    border: none
}

.comment_input .submit_bttn {
    position: absolute;
    right: 30px;
    top: 4px;
    cursor: pointer
}

.commentSubmit .submit_bttn {
    display: none;
    background: url(/assets/send-btn-af37c09463804d2d24b0e248f12254e2d5bc75f64fe3f8db607e9a1553977522.svg) no-repeat center;
    background-color: #e42c5c;
    margin-top: -39px;
    height: 24px;
    border-left: none;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    padding: 6px 9px;
    background-size: 9px
}

.networkComment .attach_File {
    position: absolute;
    top: 1px;
    left: 1px;
    background: #F3F3F3 !important;
    padding: 7px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    cursor: pointer
}

.networkComment .audio_Recorder {
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 12px;
    background: #F3F3F3 !important;
    padding: 7px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    cursor: pointer
}

.networkComment .submit_network_bttn {
    display: none;
    position: absolute;
    right: 12px;
    height: 34px;
    top: 22px;
    cursor: pointer
}

#post_comments_list #post_comment_comment {
    padding: 8px 0px 0px 8px;
    width: calc(100% - 22px);
    height: 35px !important;
    border-radius: 2px;
    font-size: 10px !important;
    background-color: whitesmoke !important;
    border: solid 1px #e6e6e6;
    display: none;
    box-shadow: none;
    color: #363636
}

#post_comments_list .replyComment {
    float: right;
    cursor: pointer
}

#post_comments_list textarea::-webkit-input-placeholder {
    color: #a9a9a9
}

#post_comments_list textarea:-moz-placeholder {
    color: #98aad5
}

#post_comments_list textarea::-moz-placeholder {
    color: #98aad5
}

#post_comments_list textarea:-ms-input-placeholder {
    color: #98aad5
}

.collab_message .single_comment:nth-child(1) {
    border-top: none;
    padding-top: 4px
}

.reply_count {
    float: right;
    padding: 0px 1px 0px 10px;
    font-family: 'Segoe UI';
    font-size: 12px;
    font-weight: 500;
    line-height: 1.33;
    text-align: right;
    color: #011c5c
}

.reply_txt {
    float: right;
    margin-left: 8px;
    font-family: 'Segoe UI';
    font-size: 11.5px;
    font-weight: 500;
    text-align: left;
    color: #011c5c;
    line-height: 1.33
}

.replyComment:hover .reply_txt,
.replyComment:hover .reply_count {
    color: #e42c5c
}

.history_buttn_body {
    padding-left: 22px;
    margin-top: 82px;
    cursor: pointer
}

.session_history {
    display: none;
    position: absolute;
    height: 100%;
    background-color: #e6e6e6;
    top: 0px;
    left: 0px;
    overflow-y: auto
}

.user_name {
    float: left;
    height: 8px;
    font-family: 'Segoe UI';
    font-size: 11px;
    line-height: normal;
    color: #808080
}

.post_time {
    float: right;
    height: 10px;
    font-family: 'Segoe UI';
    font-size: 11px;
    font-style: italic;
    line-height: normal;
    color: #808080
}

.previous_history {
    text-align: left;
    color: #808080;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: normal;
    height: 10px;
    font-family: 'Segoe UI';
    font-size: 13px
}

.left-dropdwn-title-count {
    float: right;
    margin-left: 10px;
    margin-right: 10px;
    background: #011c5c;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 9px;
    text-align: center;
    padding: 5px 0 0 0;
    margin-top: -1px
}

.uploaded_file_name {
    height: auto;
    font-family: 'Segoe UI';
    font-size: 13px;
    line-height: normal;
    text-align: left;
    color: #4d4d4d;
    padding-top: 5px
}

.history_detail {
    height: 59px;
    padding-left: 15px;
    padding-right: 8px;
    cursor: pointer
}

.history_detail.active {
    background-color: #f2f2f2
}

.search_bttn {
    padding: 3px 8px;
    border: none;
    border-radius: 0;
    border-left: 1px solid #ccc
}

.search_bttn img {
    height: 14px
}

.search_input {
    width: 100%;
    height: 30px;
    font-size: 13px;
    box-shadow: none;
    font-style: normal;
    font-size: 12px;
    padding-left: 9px;
    padding-top: 0px;
    border: none
}

.search_input:focus {
    outline: none
}

.search_bttn:focus {
    outline: none;
    background-color: unset
}

.search_bttn {
    outline: none !important
}

.collab_dash_bttn {
    padding: 0px !important
}

.collab_dash_bttn a {
    color: #999999 !important;
    margin-top: -3px
}

.collab_dash_bttn a:hover {
    border-color: transparent !important;
    background-color: transparent !important
}

.collab_dash_bttn a:focus {
    background-color: transparent !important;
    outline: none !important;
    outline-offset: 0px !important
}

.collab_dash_bttn:focus {
    outline: none
}

#dropdownMenuLink {
    background: white;
    border: solid 1px #d9d9d9;
    border-radius: 0px !important;
    height: 32px;
    margin-left: 1px
}

#dropdownMenuLink .tooltip {
    position: fixed
}

#dropdownMenuLink i {
    font-size: 16px;
    color: #909090
}

.project_cards {
    height: 250px;
    border-radius: 6px;
    background-color: #ffffff;
    margin-top: 34px;
    margin-left: 15px;
    box-shadow: -3px 0px 6px 0 #e2e2e2;
    border: solid 1px #f2f2f2;
    padding-left: 0px;
    padding-right: 0px
}

.project_cards_container {
    padding-bottom: 20px;
    background-color: #f7f7f7;
    min-height: 398px
}

.collabContainer {
    padding: 20px;
    background-color: #f7f7f7;
    border-left: 1px solid #e7ebed;
    overflow-y: auto;
    height: 100%
}

.project_title_cards {
    position: absolute;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    padding-left: 15px;
    width: 100%;
    padding: 10px 0 0px 10px;
    color: #002989;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.project_title_cards p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    padding-left: 6px;
    width: calc(100% - 48px);
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    text-align: left;
    color: #002989
}

.project_content {
    margin-top: 26px;
    padding-top: 15px;
    padding-left: 0;
    font-size: 24px;
    font-weight: 100;
    font-family: 'Segoe UI';
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #363636;
    width: 78%;
    word-break: break-all
}

.project_body {
    position: absolute;
    width: 82%;
    font-size: 12px;
    font-family: 'Segoe UI'
}

.project_user_footer {
    padding-left: 10px;
    padding-bottom: 11px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    bottom: 0px !important;
    position: absolute;
    padding-left: 0px
}

.user_icon {
    padding-top: 8px
}

.text_shadow_background {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0.01) 99%)
}

.text_shadow_background p {
    color: #ffffff
}

.footer_text_shadow {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.01) 99%);
    color: #ffffff
}

.filter_text {
    padding-right: 9px
}

#incubationDetailsContent .fade {
    opacity: 2
}

.post_contents {
    height: 100%;
    overflow-y: auto;
    padding-bottom: 110px
}

#remove_file .removeImg {
    padding-left: 7px;
    color: #e42c5c;
    cursor: pointer;
    position: absolute
}

#remove_file .file_name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: calc(100% - 361px)
}

#cometchat {
    padding-bottom: 0px !important
}

#cometchat .cometchat_userstabtitle {
    background-color: #011c5c !important
}

#cometchat #cometchat_alertsicon,
#cometchat #cometchat_newchat,
#cometchat #cometchat_moduleslist,
#cometchat #cometchat_blockedusersoptions {
    display: none !important
}

#cometchat #cometchat_tabcontainer .cometchat_tab_clicked {
    background: #011c5c !important;
    border: none !important;
    border-bottom: none !important;
    color: #ffffff !important
}

#cometchat #cometchat_tabcontainer #cometchat_recenttab {
    border-bottom: 2px solid #011c5c !important
}

#cometchat #cometchat_tabcontainer #cometchat_contactstab {
    border-bottom: 2px solid #011c5c !important
}

#cometchat #cometchat_tabcontainer #cometchat_groupstab {
    display: none !important;
    border-bottom: 2px solid #011c5c !important
}

#cometchat #cometchat_tabcontainer .cometchat_tab {
    color: #011c5c !important
}

#cometchat #cometchat_tabcontainer .cometchat_tab:hover {
    background: #011c5c !important
}

#cometchat #cometchat_tabcontainer span.cometchat_tabstext {
    color: #011c5c
}

#cometchat .cometchat_groupscontentavatar {
    background-color: #011c5c !important
}

#cometchat .cometchat_tabtitle {
    background-color: #011c5c !important
}

#cometchat .cometchat_prependMessages {
    color: #011c5c !important
}

#cometchat .cometchat_self {
    background: #011c5c !important
}

#cometchat .selfMsgArrow .after {
    background: #011c5c !important
}

#cometchat #cometchat_userstab {
    background-color: #011c5c !important;
    bottom: 60px !important
}

#cometchat #cometchat_chatboxes_wide .cometchat_tab {
    background: #011c5c !important
}

#cometchat .cometchat_newcompose_option {
    color: #011c5c !important
}

.cometchat_container_title {
    background: #011c5c !important;
    border: #011c5c !important
}

#cometchat_avchat_container {
    width: 354px !important;
    height: 98px !important
}

#cometchat_userself {
    padding-top: 24px !important
}

#cometchat_acceptcall {
    margin-top: 24px !important
}

#cometchat_rejectcall {
    margin-top: 24px !important
}

.cometchat_usersavatarimage {
    height: 50px !important;
    width: 50px !important
}

#cometchat_avchat_container {
    top: 111px !important
}

.cometchat_ccmobiletab_redirect {
    display: none !important;
    background-color: unset !important;
    background: url(/assets/mobile-commet-chat-13e64244eb5c1eef948a8df3781015d300d6392c93738dc69f8768d5d234c371.svg) no-repeat;
    -webkit-border-radius: 0px !important;
    bottom: 22px !important;
    right: 38px !important;
    padding: 13px 13px !important;
    background-size: 34px 32px;
    z-index: 1040 !important
}

.cometchat_ccmobiletab_redirect span {
    top: 30% !important;
    left: 35% !important
}

.tri-right.btm-left-in:after {
    content: unset !important
}

.ccbadge-danger {
    background-color: #011c5c !important
}

.cometchat_pluginsbottom .cometchat_plugins_openuplist:nth-child(4) {
    display: none
}

.rating {
    margin-left: 150px
}

.rate_yo {
    padding-bottom: 14px !important
}

.networkFeed a:nth-child(2) {
    padding-left: 9px
}

.submit_post1 {
    background: url(/assets/send-btn-af37c09463804d2d24b0e248f12254e2d5bc75f64fe3f8db607e9a1553977522.svg) no-repeat center;
    background-color: #e42c5c;
    border: none;
    box-shadow: 0px 1px 0px 0 #e2e2e2;
    padding: 9px 17px;
    border-radius: 4px;
    height: 37px;
    width: 36px !important;
    margin: 5px
}

.submit_post1:hover {
    background-color: #e42c5c;
    border: none
}

.submit_post1:active {
    background-color: #e42c5c !important;
    border: none !important
}

.submit_btn-post {
    height: 38px;
    border: transparent;
    background-color: #011c5c;
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 900;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff
}

.submit_btn-post:hover {
    background-color: #e42c5c !important;
    color: #ffffff
}

.media-submit_btn-post {
    margin-top: 15px;
    border-radius: 0px
}

.clear_filter {
    color: red !important;
    text-align: left
}

.trash-message {
    top: 0px;
    color: #011c5c
}

.trash-message:hover {
    color: #fc3c21
}

.update_member_chosen .chosen-choices {
    background-color: #ffffff !important;
    width: 170px
}

.update_member_chosen .chosen-results {
    max-height: 127px !important
}

.right-col .group_space {
    margin-bottom: 10px
}

.right-col .group_space .form-actions {
    margin-bottom: 49px
}

.edit_posts {
    background: #ffffff;
    margin-top: 16px;
    border-radius: 4px;
    padding-bottom: 10px;
    padding-top: 12px
}

.edit_page {
    background-color: #e9ebee;
    height: 100%;
    margin-bottom: 115px;
    overflow-y: auto
}

.delete_icon {
    background: url(/assets/delete-a8f0eee5b41d376dc58982c62d54af0fa1e98b2fa222dd9f760cdf1f79439cb9.svg) no-repeat right;
    height: 18px;
    width: 12px;
    float: right
}

.delete_icon:hover {
    background: url(/assets/delete_hover-e0810d2971e001de5d4df5aa132cf4a09404eafef56f2d0d5da5558e210b81c2.svg) no-repeat right;
    height: 18px;
    width: 12px;
    float: right
}

.edit_icon {
    background: url(/assets/pencil-1e1219a0b774919f00125363ab394b0a18f774d87fade2e97c8f346e8d8eb744.svg) no-repeat right;
    height: 18px;
    width: 15px;
    float: left
}

.create-comments .post_comment_comment {
    width: 98%;
    margin-left: 24px;
    margin-bottom: 0px
}

.create-comments .post_comment_comment textarea {
    resize: none;
    border: none;
    background-color: #ffffff !important;
    box-shadow: none;
    border-radius: 0px;
    padding-top: 14px;
    height: 44px;
    padding-right: 41px
}

.create-comments .post_comment_bttn {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    height: 36px;
    margin: 4px 5px
}

.create-comments .audioRecorder {
    padding-left: 16px
}

.create-comments .post_comment_file {
    display: none
}

.create-comments #recordForm button {
    display: none
}

.create-comments .record_icon {
    display: none;
    position: absolute;
    top: 0px;
    background: #ffffff;
    height: 44px;
    width: 44%;
    left: 51px
}

.create-comments .attached_image {
    display: block;
    width: 105px;
    height: 60px
}

.create-comments .attach_preview {
    margin-left: 10px;
    margin-top: 10px
}

.create-comments .remove_img {
    position: absolute;
    top: 49px;
    left: 135px;
    border-radius: 50%;
    background: #e42c5c;
    padding-left: 3px;
    padding-right: 5px;
    padding-bottom: 1px;
    color: #ffffff;
    font-size: 10px;
    cursor: pointer
}

.create-comments .file_name {
    position: absolute;
    top: 3px;
    width: 86%;
    padding-left: 36px;
    background: #ffffff;
    min-height: 30px
}

.post-commenter-action-item .user_options {
    padding: 0px
}

.post-commenter-action-item .user_options:hover {
    background-color: #ffffff
}

.post-commenter-action-item .user_options:focus {
    background-color: #ffffff;
    outline: none
}

.post-commenter-action-item .dropdown_options1:hover {
    background-color: #ffffff
}

.post-commenter-action-item .dropdown_options1:focus {
    background-color: #ffffff;
    outline: none
}

#group_adding_dropdown .dropdown-menu {
    min-width: 0px;
    width: 125px;
    margin-top: 2px;
    border: none
}

#group_adding_dropdown .dropdown-menu li a {
    margin: 0px
}

.user_image {
    margin-left: 20px;
    margin-top: 5px
}

.user-status img {
    position: absolute;
    left: 0;
    top: 11px
}

.user_name_input {
    padding-right: 0px
}

.user_name_input .user_name {
    width: 100%
}

.main-right .form-group {
    margin-right: 0px
}

.in_count {
    display: inline;
    font-weight: bold;
    line-height: 1.3;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    position: absolute;
    right: 15px;
    top: 15px;
    background-color: #011c5c;
    margin-right: 10px;
    font-size: 9px !important;
    margin-right: 10px;
    font-size: 9px !important;
    min-width: 15px !important;
    width: 21px !important;
    height: 21px !important;
    border-radius: 50% !important;
    padding: 5px 0 0 0;
    margin-top: -1px
}

.no_message {
    text-align: left;
    width: 78%;
    margin: auto;
    padding-top: 143px;
    font-size: 37px;
    color: #394261
}

.box_background {
    background: url(/assets/bg_graphics-32b9e14c7ce79f31ea924b3d1bea0387a4682d4402e1c7f8315440d376d4863b.png) center;
    background-repeat: no-repeat;
    padding: 0;
    background-color: #ffffff
}

.no_data {
    padding-top: 182px;
    text-align: left;
    width: 78%;
    margin: auto;
    font-size: 37px;
    color: #394261
}

.news_link {
    float: right;
    padding-right: 15px
}

.incubation_proj_sectn {
    padding: 0 0 20px 0;
    margin-top: 15px;
    background-color: #fafafa;
    border: solid 1px #e6e6e6;
    border-radius: 4px
}

.incubation_contents {
    height: 300px;
    padding: 5px;
    margin-bottom: 17px
}

.right_arrw {
    float: left;
    padding-right: 8px;
    color: #e42c5c;
    padding-top: 10px;
    padding-bottom: 10px
}

.incubation_points p {
    padding-bottom: 5px;
    font-family: 'Segoe UI';
    font-size: 12px;
    color: #363636;
    display: inline-block
}

.project_user_icon {
    padding-top: 0px !important;
    width: 30px !important;
    padding-right: 0px !important;
    margin-right: 10px
}

#incubator_is_dic {
    border: 1px solid #41719c !important;
    padding: 7px !important;
    -webkit-appearance: none !important;
    height: 14px !important;
    width: 14px !important;
    margin: auto !important
}

#incubator_is_dic:checked {
    background: url(/assets/checked-bdb6d8020067beb3e45521ffe25bb226281e0f4dc976b691cb858a4d98bfa541.png) no-repeat center center !important;
    background-size: 10px 10px !important
}

#incubator_is_dic:focus {
    outline-color: transparent !important
}

#new_message_inbox .attached_image {
    display: block;
    width: 105px;
    height: 60px;
    padding-top: 4px
}

#new_message_inbox .attach_preview {
    margin-left: 10px;
    margin-bottom: 11px
}

#new_message_inbox .remove_img {
    position: absolute;
    top: 0px;
    left: 110px;
    font-style: normal;
    border-radius: 50%;
    background: #e42c5c;
    padding-left: 4px;
    padding-right: 3px;
    padding-bottom: 1px;
    color: #ffffff;
    font-size: 10px;
    cursor: pointer
}

#new_message_inbox .bttn_gap {
    margin-left: 10px
}

.news_link a {
    color: #011c5c;
    padding-right: 20px;
    text-decoration: underline !important
}

.news_link a:hover {
    color: #fc3c21
}

.news_link span {
    color: #011c5c
}

.add-incubator-rhs .incubator_is_dic {
    width: 50%;
    float: right
}

.add-incubator-rhs .checkbox {
    margin-top: 1px
}

.profile .user_name {
    width: 100%
}

.profile .form-group {
    margin-left: 0px;
    margin-right: 0px
}

#createGroup1 .panel-form-heading {
    width: 25%;
    background: #ffffff;
    margin-left: 10px;
    border: #357aa4;
    box-shadow: 0px 0px 7px #357aa4;
    margin-bottom: 5px
}

.post_count {
    position: absolute;
    width: 19px;
    height: 17px;
    text-align: center;
    color: #011c5c;
    font-size: 9px;
    right: 17px
}

.activity-link:hover .post_count {
    background-color: #011c5c;
    color: #ffffff;
    border-radius: 2px
}

.post_count p {
    margin-top: 2px
}

.draft_container {
    padding-top: 20px
}

.draft_container .media {
    margin-bottom: 11px
}

.draft_container .media-left {
    width: 50px;
    float: left
}

.draft_container .media-body {
    width: calc(100% - 50px);
    float: left
}

.draft_container .media-body-left {
    width: calc(100% - 121px);
    float: left
}

.draft_container .media-body-right {
    color: #bebebe;
    text-align: right;
    font-size: 12px;
    width: 121px;
    float: right
}

#showDiv .edit_icon {
    width: 20px
}

#showDiv .create-post {
    background: url(/assets/search-div-e0552230ea4fd4f7ba7d72926e96e7d29ab6ffbaa074f3a8e81f446dfb561956.png);
    background-repeat: repeat;
    padding: 11px
}

.label-form {
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 900;
    letter-spacing: normal;
    color: #a4a3a3
}

.issue_title {
    padding-left: 0;
    color: #7f7f7f;
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden
}

.session_user_name {
    top: 5px;
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: calc(100% - 180px)
}

.posts-commentss .commt_height div {
    padding-left: 0px;
    padding-right: 0px
}

.posts-commentss .commt_height div a {
    display: none
}

.posts-commentss .commt_height div audio {
    width: 100%
}

.draft_msg {
    color: #aaa !important;
    text-align: right !important;
    width: 100% !important;
    font-size: 12px !important;
    float: right !important
}

.issue_status_text {
    color: #7f7f7f;
    font-size: 15px;
    margin-top: 20px
}

#inbox_div,
#draft_div {
    border-radius: 6px;
    box-shadow: 0.8px 0.7px 2px 0 rgba(0, 0, 0, 0.24), inset -1.4px -1.4px 2px 0 #fff;
    background-color: #f6f5f5;
    border: solid 0.8px #d7d7d7;
    margin-bottom: 5px;
    margin-top: 0;
    padding: 20px 10px 20px 20px;
    min-height: 85px
}

#inbox_div:hover {
    background: #f6f5f5
}

#draft_div:hover {
    background: #f6f5f5
}

.search_collab_input {
    width: 100%;
    height: 26px;
    color: #7b808a;
    border-radius: 5px;
    border-color: #7b808a;
    font-size: 13px;
    height: 26px;
    box-shadow: none;
    font-size: 13px;
    padding-left: 9px;
    padding-top: 0px;
    border: 1px solid #ccc !important
}

.search_collab_input:focus {
    border: 1px solid #ccc !important
}

.edit_schedule_bttn {
    position: absolute;
    top: 28px;
    left: 147px;
    width: 108px
}

#innovation_create_proj .attached_image,
#new_bug_report .attached_image {
    width: 105px;
    height: 60px
}

#innovation_create_proj .attach_preview,
#new_bug_report .attach_preview {
    margin-left: 10px;
    margin-bottom: 11px;
    padding-top: 30px;
    padding-left: 0
}

#innovation_create_proj .remove_img,
#new_bug_report .remove_img {
    position: absolute;
    top: 25px;
    left: 100px;
    border-radius: 50%;
    background: #e42c5c;
    padding-left: 4px;
    padding-right: 3px;
    padding-bottom: 1px;
    color: #ffffff;
    font-size: 10px;
    cursor: pointer
}

.edit_page .innovation_tab .attached_image {
    width: 105px;
    height: 60px
}

.task_tbl .assigned_user {
    padding-top: 4px !important
}

.task_tbl .issue_num {
    padding-top: 10px
}

.project_name_main {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: calc(100% - 5px)
}

.proj_name_styl {
    padding-left: 9px;
    word-break: break-all
}

.delete_btn {
    margin-bottom: 20px
}

.send_message_btn {
    float: right;
    height: 38px;
    background-color: #011c5c;
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 900;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff
}

.send_message_btn:hover {
    background-color: #e42c5c;
    color: #ffffff;
    border-color: transparent
}

.Network .single_comment div {
    padding-left: 0px;
    padding-right: 0px
}

.Network .single_comment div audio {
    width: 71%;
    margin-left: 32px
}

.Network .comment_name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: calc(100% - -22px)
}

.innov_project_title {
    word-break: break-all
}

.innovation_rht .network_user_name {
    margin-bottom: 10px
}

.innovation_rht .network_user_name .in_name {
    padding-top: 4px
}

.task_issue_divider {
    border-right: 2px solid #ddd
}

#sent_mailbox .sender_name {
    display: none !important
}

#sent_mailbox .recipients_name {
    font-family: 'Segoe UI SemiBold';
    font-size: 12px;
    color: #333333
}

#inbox_mailbox #infinite-loading-ajax .media-body .user_recipients_name,
#trash_mailbox #infinite-loading-ajax .media-body .user_recipients_name {
    display: none !important
}

#inbox_mailbox #infinite-loading-ajax .media-body .recipients_name,
#trash_mailbox #infinite-loading-ajax .media-body .recipients_name {
    font-size: 12px;
    color: #7b808a !important
}

#inbox_div .media-body .user_recipients_name {
    font-family: 'Segoe UI SemiBold';
    font-size: 12px;
    color: #333333
}

.proj_head_collab {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: calc(100% - 1px)
}

.project_head_dash {
    max-width: 55%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    padding-top: 7px
}

#incubationDetails li a {
    margin: 0 !important;
    border-radius: 0px !important;
    border-right: 1px solid #d9d9d9 !important;
    border-top: 1px solid #d9d9d9 !important;
    background: #e8eaed;
    border-bottom: none;
    color: #011c5c
}

#incubationDetails li a:hover {
    background: #011c5c !important;
    color: #ffffff !important;
    border: 1px solid #011c5c !important
}

.project_invitation {
    font-size: 13px;
    font-style: italic;
    color: #011c5c;
    word-break: break-word
}

.order_box .chosen-single {
    border-bottom: none !important
}

.order_box .project_schedules_order {
    width: 50%
}

.draft_saved_img,
.compose_saved_img,
.reply_saved_img {
    width: 105px;
    height: 60px;
    margin-top: 10px
}

.name_for_session {
    margin: 14px 0px;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px
}

.start_new_session {
    position: absolute;
    top: 14px;
    width: 81.5%;
    left: 30px;
    border-radius: 5px;
    padding: 6px 12px;
    color: #ffffff;
    text-align: center;
    background-color: #e42c5c;
    cursor: pointer
}

.create_post_user_pic {
    width: 37px;
    height: 37px;
    background-color: #000000;
    border: solid 2px #e1e3e6
}

.create_post_dropdown {
    padding-top: 9px;
    color: #a4a3a3;
    font-size: 13px;
    font-weight: normal;
    width: 100%;
    height: 36px;
    padding-left: 10px;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0.5px 0.9px 0 0 #fff, inset 0.5px 0.9px 0 0 rgba(0, 0, 0, 0.22);
    text-align: left;
    font-style: italic
}

.curnt_user_pic {
    margin-left: 13px
}

.post_audio_icon {
    font-size: 29px !important;
    padding-top: 11px;
    color: #aaa
}

.microphone_spacing {
    margin-top: 20px;
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    float: right;
    box-shadow: 1px 1.7px 2px 0 rgba(0, 0, 0, 0.14);
    padding-left: 12px
}

.create_post_form {
    margin-top: 20px;
    background: white;
    width: 39px;
    cursor: pointer;
    height: 39px;
    border-radius: 50%;
    box-shadow: 1px 1.7px 2px 0 rgba(0, 0, 0, 0.14);
    padding-left: 10px
}

.login_labels {
    font-family: 'Segoe UI';
    margin-top: 3px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 0
}

.post_location_style {
    color: #011c5c;
    font-family: "Segoe UI";
    font-size: 11px;
    letter-spacing: normal
}

.post_location_style span {
    color: #868686;
    font-style: italic;
    font-size: 11px
}

.status_hover:hover {
    color: #011c5c !important
}

#showDiv .posts .post-body {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    min-height: 140px
}

#showDiv .posts .post-body .post-location-posted-in {
    padding-left: 0px;
    padding-right: 5px;
    padding-top: 20px
}

.index_groups {
    padding-bottom: 60px
}

.index_groups #network_group_user_ids_chosen .chosen-choices {
    width: 100%
}

#createGroup #post_network_group_ids_chosen .chosen-results {
    max-height: 82px !important;
    overflow-y: auto !important
}

.attach_issue_icon {
    padding-left: 15px;
    margin-left: -18px
}

#createGroup1 .add_news {
    text-align: center
}

#createGroup1 .panel-form-heading {
    height: 45px;
    margin-top: 15px;
    margin-left: 15px
}

.comment_time {
    margin-top: 5px;
    font-family: 'Segoe UI';
    font-size: 10px;
    line-height: 1.58;
    letter-spacing: normal;
    text-align: left;
    color: #a1a1a1
}

#showDiv .user-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: auto
}

#showDiv .user-description {
    clear: both;
    text-align: right
}

#showDiv .create-comments audio {
    padding-top: 2px !important;
    outline: none
}

#showDiv .create-comments .audio_remove_btn {
    padding-top: 14px !important
}

#showDiv .create-comments .audio_add_bttn {
    padding-top: 14px !important
}

.comment_hide_show_btn {
    font-style: italic;
    text-align: right;
    color: #011c5c !important;
    font-size: 12px;
    cursor: pointer;
    border-radius: 0 0 6px 6px;
    margin: 5px 0 5px 0;
    padding: 0px 5px
}

.session_bttn_collab {
    border-radius: 5px !important;
    margin-top: 14px;
    padding: 6px 12px !important;
    width: 50% !important;
    color: #ffffff !important;
    text-align: center !important;
    background-color: #e42c5c !important;
    font-style: normal !important;
    cursor: pointer;
    margin-left: 81px
}

.disabled_session_btn {
    cursor: not-allowed !important;
    background-color: #ccc !important;
    border: 1px solid #ccc !important
}

.nav_main_heading {
    margin-left: 10px;
    padding-top: 7px;
    width: 113px;
    height: 22px;
    font-family: "Segoe UI" !important;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: normal;
    text-align: left;
    color: #011c5c
}

.nav_verticle_dots {
    cursor: pointer
}

.user_dropdown_nav {
    margin-top: 11px;
    margin-left: 8px
}

.user_nav_dropdown {
    right: 10px;
    top: 38px
}

.user-name-nav {
    width: auto;
    height: 14px;
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    margin-bottom: 5px;
    color: #4b4b4d
}

.user-post-nav {
    width: auto;
    height: 11px;
    font-family: 'Segoe UI';
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #a1a1a1
}

.user-name-nav-mob {
    font-family: "Segoe UI";
    font-size: 12px;
    color: #333333
}

.user-post-nav-mob {
    font-family: "Segoe UI";
    font-size: 9px;
    color: #333333
}

#top_menu li a {
    font-family: "Segoe UI";
    font-size: 12px;
    display: inline-block
}

.user_profile_link {
    color: #ffffff;
    cursor: pointer
}

.collab_heading {
    font-family: "Segoe UI";
    text-align: left;
    padding-left: 6px;
    color: #162643;
    font-size: 21px;
    margin-top: 16px;
    padding-bottom: 7px
}

.add_dic_btn {
    width: 80%;
    color: #ffffff !important;
    padding: 7px 7px 7px !important;
    background-color: #011c5c;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 10px;
    outline: unset !important
}

.add_dic_btn:hover {
    width: 80%;
    padding: 7px 7px 7px !important;
    background-color: #e42c5c !important;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 10px;
    color: #ffffff !important;
    border: 1px solid transparent !important
}

.add_review_button_incubation {
    font-size: 12px;
    width: auto !important
}

.add_review_button_fab {
    font-size: 12px;
    margin-top: 10px;
    width: auto !important
}

.review-bttn-div {
    display: flex;
    justify-content: center
}

.mentors-network-title {
    text-align: center !important;
    color: #011c5c;
    font-size: 13px;
    font-family: 'Segoe UI SemiBold' !important
}

.posts-comments {
    background: #fAf9f5;
    padding: 7px;
    overflow-x: hidden;
    height: 100%;
    overflow-y: hidden !important
}

#network-user-list {
    background-color: #fAf9f5
}

.collab_tab_container {
    background-color: #e9ebee
}

.left-col .content {
    background: none !important
}

.in_name_overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    padding-left: 3px;
    width: calc(100% - 76px)
}

.solution_comment_align {
    float: left;
    font-size: 12px;
    width: 90%;
    text-align: justify
}

#comment-count {
    font-family: 'Segoe UI';
    font-size: 12px;
    margin-top: 20px;
    padding: 0;
    font-style: italic;
    letter-spacing: normal;
    color: #868686
}

.post-user-name {
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: 800;
    letter-spacing: normal;
    color: #363636 !important
}

.comment_box_style {
    border-radius: 6px;
    box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.12);
    background-color: #fbfbfa;
    border: solid 0.5px #e3e3df
}

.comment_box_style:hover {
    background-color: #ffffff
}

.user_online {
    background: #009900;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    float: left;
    margin: 20px 0px 0px 4px
}

.user_offline {
    background: #a9a9a9;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    float: left;
    margin: 20px 0px 0px 4px
}

.user_away {
    background: #fe9900;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    float: left;
    margin: 20px 0px 0px 4px
}

@-moz-document url-prefix() {
    .add-incubator-rhs .incubator_is_dic {
        width: 43%;
        float: right
    }

    .left-col {
        scrollbar-color: grey;
        scrollbar-width: thin
    }

    .right-col {
        scrollbar-color: grey;
        scrollbar-width: thin
    }

    .posts-comments {
        scrollbar-color: grey;
        scrollbar-width: thin
    }

    .feeds {
        scrollbar-color: grey;
        scrollbar-width: thin
    }

    .scroll_position {
        scrollbar-color: grey;
        scrollbar-width: thin
    }

    .moz_scroll {
        scrollbar-color: grey;
        scrollbar-width: thin
    }

    .collabContainer {
        scrollbar-color: grey;
        scrollbar-width: thin
    }

    .right-bar {
        scrollbar-color: grey;
        scrollbar-width: thin
    }

    .session_section {
        scrollbar-color: grey;
        scrollbar-width: thin
    }

    .main {
        scrollbar-color: grey;
        scrollbar-width: thin
    }

    .main-div {
        scrollbar-color: grey;
        scrollbar-width: thin
    }

    .collab_message .comment_disp_box {
        scrollbar-color: grey;
        scrollbar-width: thin
    }

    .draft-label,
    .compose-label,
    .reply-label {
        font-weight: normal
    }

    html {
        scrollbar-color: grey;
        scrollbar-width: thin
    }

    .nav_main_heading {
        font-size: 11px;
        width: 121px
    }

    .Newpost-Heading {
        letter-spacing: 0px !important
    }

    .header .user-post-nav {
        font-size: 11px
    }

    .header .user-name-nav {
        font-size: 13px
    }
}

.microphone_spacing:hover,
.microphone_spacing:active {
    background-color: #011c5c;
    cursor: pointer
}

.microphone_spacing:hover img,
.microphone_spacing:active img {
    filter: invert(90%) sepia(93%) saturate(23%) hue-rotate(87deg) brightness(109%) contrast(100%)
}

.create-media-buttton:hover,
.create-media-buttton:active {
    background-color: #011c5c
}

.create-media-buttton:hover img,
.create-media-buttton:active img {
    filter: invert(90%) sepia(93%) saturate(23%) hue-rotate(87deg) brightness(109%) contrast(100%)
}

.UserNam {
    width: 114px;
    height: 13px;
    font-family: 'Segoe UI SemiBold';
    font-size: 12px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
    margin-top: 6px;
    padding-right: 8px
}

.textSection {
    position: relative;
    height: 0;
    background-color: whitesmoke;
    height: 100%
}

.AllInc {
    text-align: center;
    color: #ffffff !important;
    font-weight: 900;
    background-color: #011c5c;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 10px 7px 10px !important;
    width: 100%
}

.newLeft-post {
    height: 27px;
    opacity: 0.8;
    background-color: #fdfdfd;
    box-shadow: 0.5px 0.9px 2px 0 rgba(0, 0, 0, 0.24);
    margin-bottom: 2px;
    border-radius: 4px
}

.newLeft-post:hover {
    background-color: #e8eaed
}

.right-most-arrow {
    width: 6px;
    height: 27px;
    background-color: #011c5c;
    float: left;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.right-most-arrow-spoke {
    width: 6px;
    height: 27px;
    background-color: #e42c5c;
    float: left;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.Newpost-title {
    padding: 5px 5px;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.Newpost-Heading {
    font-family: 'Segoe UI SemiBold' !important;
    font-size: 18px !important;
    font-weight: normal;
    letter-spacing: normal;
    color: #2d2b2b
}

.new-loc {
    font-family: 'Segoe UI' !important;
    letter-spacing: normal;
    padding-right: 5px;
    color: #011c5c !important;
    font-size: 12px !important;
    letter-spacing: normal;
    margin-top: 5px
}

.inc-member {
    height: auto;
    border-radius: 6px;
    background-color: #fbfbfa;
    border: solid 0.9px rgba(215, 215, 215, 0.38);
    margin-top: 15px;
    padding-bottom: 9px
}

.span-text {
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    letter-spacing: normal;
    text-align: left;
    color: #868686;
    font-weight: normal;
    margin-left: 5px;
    margin-right: 5px
}

.left-num {
    color: #011c5c
}

.more-info a {
    font-family: 'Segoe UI';
    font-size: 12px;
    font-weight: 900;
    letter-spacing: normal;
    color: #011c5c !important
}

.more-info a:hover {
    color: #e42c5c !important
}

.incubator-tab.active,
:focus {
    border-bottom: 2px solid #011c5c !important
}

.incubator-tab.active a,
:focus a {
    background-color: #ffffff !important;
    height: 45px
}

.incubator-tab:focus .incubator_head {
    background-color: #ffffff;
    border-bottom: 3px solid #011c5c !important;
    color: #011c5c !important
}

.review-project {
    display: inline-block;
    width: 158px;
    height: 56px;
    border-radius: 2px;
    box-shadow: 1px 1.7px 2px 0 rgba(0, 0, 0, 0.14);
    background-color: #ffffff;
    border: solid 0.8px #d7d7d7;
    border-left: 5px solid #d7d7d7;
    margin-left: 5px;
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 10px
}

.review-project-user img {
    width: 42px;
    height: 42px;
    margin-top: 6px
}

.vertical-dot {
    transform: rotate(90deg);
    display: inline-block;
    height: 55px;
    font-size: 22px;
    float: left
}

.contact-detail {
    width: auto;
    height: auto;
    padding-left: 10px !important;
    font-family: 'Segoe UI';
    color: #3c495a;
    border-left: 2px solid #341212;
    margin-top: 10px;
    min-height: 20px
}

.contact-detail p {
    font-size: 12px;
    color: #363636
}

.registar {
    font-size: 16.5px;
    font-weight: bold;
    color: #3c495a;
    font-weight: normal
}

.mail-contact {
    font-size: 12px;
    color: #011c5c;
    font-family: 'Segoe UI';
    font-weight: normal
}

.contact-main {
    height: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.27);
    border-bottom: 1px solid rgba(0, 0, 0, 0.27);
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.view-map {
    font-size: 12px;
    font-family: 'Segoe UI';
    font-style: normal;
    letter-spacing: normal;
    color: #011c5c;
    padding-left: 5px !important
}

.news-mainTab {
    padding: 15px;
    margin-bottom: 20px
}

.newsTab {
    background-color: #ffffff;
    border: solid 1px #ebebeb;
    box-shadow: 0.8px 0.7px 2px 0 rgba(0, 0, 0, 0.24), inset -1.4px -1.4px 2px 0 #fff;
    margin-bottom: 10px
}

.news-head {
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    letter-spacing: normal;
    color: #011c5c;
    padding-top: 10px;
    padding-bottom: 1px;
    margin: 0px;
    width: 100%;
    word-break: break-word
}

.news-date {
    font-family: 'Segoe UI';
    font-size: 11px;
    font-style: italic;
    line-height: normal;
    letter-spacing: normal;
    color: #6b6b6b;
    margin: 0px !important;
    padding-top: 1px;
    padding-bottom: 1px
}

.news-content {
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #363636;
    width: 350px;
    overflow: hidden;
    margin: 0px !important;
    padding-top: 1px;
    padding-bottom: 1px
}

.other-space-right {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: #3c495a
}

.other-space {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #011c5c;
    border-right: 2px solid #341212
}

.info-incubation-space {
    font-size: 16.5px;
    border-bottom: 1px solid #131045;
    font-weight: normal;
    line-height: 0.97;
    letter-spacing: normal;
    text-align: left;
    color: #3c495a;
    padding-bottom: 10px;
    padding-left: 0px
}

.review-comment {
    width: 100%;
    font-family: 'Segoe UI';
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: center;
    color: #363636
}

.review-comment-user {
    font-size: 13px;
    font-family: 'Segoe UI SemiBold'
}

.jq-ry-container {
    width: 100px !important
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg {
    width: 20px !important
}

.slick-dots {
    display: none !important
}

.review-count {
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: center;
    color: #04205e
}

.btn-delete {
    background: transparent;
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: bold;
    color: #011c5c;
    padding: 0 5px;
    letter-spacing: normal;
    opacity: 1 !important;
    text-decoration: underline
}

.select-msg-btn {
    background: transparent;
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: bold;
    color: #011c5c;
    padding: 0 5px;
    letter-spacing: normal;
    opacity: 1 !important
}

.search-div-pattern {
    background: url(/assets/search-div-e0552230ea4fd4f7ba7d72926e96e7d29ab6ffbaa074f3a8e81f446dfb561956.png);
    background-repeat: repeat
}

.maibox-right-arrow {
    height: 40px;
    width: 4px;
    background-color: #011c5c;
    float: left
}

.message-icon {
    background-color: #f6f5f5;
    float: left;
    margin-top: 5px;
    margin-right: 15px;
    margin-left: 17px
}

.side-menu .side-bar-data {
    display: block;
    padding: 5px 5px 5px 20px;
    color: #7b808a;
    margin-top: 5px;
    margin-bottom: 5px
}

.maibox-sidebar li a {
    color: #3a4f80
}

.message-contents {
    margin: 0 10px 0 25px;
    border-radius: 5px
}

.message-box li a.active {
    color: #011c5c !important
}

.message-box li a {
    border-bottom: none !important;
    cursor: pointer
}

.time-style-msg {
    font-family: 'Segoe UI';
    font-size: 11px;
    text-align: left;
    color: #b7b3b3
}

.message-title-count {
    float: right;
    margin-left: 10px;
    margin-right: 10px;
    background: #011c5c;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 9px;
    text-align: center;
    padding: 4px 0 0 0
}

.incubator-tab,
:focus {
    border-bottom: none !important
}

.incubator-tab.active>a {
    border-bottom: 2px solid #011c5c !important;
    color: #011c5c !important
}

.add-commnt {
    height: 44px;
    width: 39px
}

.audio-rec {
    margin-top: 1px;
    height: 41px
}

.form-control:focus {
    border: 1px solid #ccc !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important
}

.btn-sign-in {
    color: #ffffff !important;
    background-color: #011c5c !important;
    border-color: #011c5c !important
}

.btn-sign-in:hover {
    color: #ffffff !important;
    background-color: #011c5c !important;
    border-color: #011c5c !important
}

.user_list_div {
    background: white;
    border-radius: 4px;
    box-shadow: 1.5px 1.4px 3px 0 rgba(0, 0, 0, 0.24);
    background-color: #ffffff;
    border: solid 0.5px #e3e3df
}

div.user-commenter:hover div.post-commenter-action {
    display: block !important
}

.left-drop {
    width: 4px;
    height: 41px;
    background-color: #011c5c;
    float: left
}

.left-items-recent {
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #ffffff
}

.left-items-activity {
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #ffffff;
    padding: 0px !important
}

.left-items-post {
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #ffffff;
    padding: 0px !important
}

.recent-drop-content {
    background-color: #e8eaed;
    padding-left: 10px;
    border-top: 1px solid #e8eaed;
    border-left: 1px solid #e8eaed;
    border-bottom: 1px solid #e8eaed;
    padding-left: 20px
}

.network-message-dropdown {
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #ffffff
}

.network-message-droplist {
    background-color: #e8eaed;
    padding-left: 10px;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #fbfbfb;
    border-bottom: 1px solid #ffffff;
    padding-left: 30px;
    margin-top: 10px
}

.network-leftdropdown {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #d8d8d8
}

.activity-link {
    font-family: "Segoe UI" !important
}

.innovation-drop {
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #ffffff;
    border-radius: 0px;
    margin: 0px
}

.innovation-project-title {
    padding: 7px 3px 7px 25px !important
}

.chosen-container .chosen-results li.highlighted {
    background: #ffffff !important;
    color: #011c5c
}

.vertical-dot {
    display: none
}

.review-project:hover .vertical-dot {
    display: block !important
}

.innovation-drop-arrow {
    margin-right: 20px
}

.incubator-nav-tabs {
    display: flex;
    width: 100%;
    font-size: 13px;
    padding: 0px
}

.incubator-tab-head {
    padding: 12px 14.9px !important;
    font-size: 14px !important
}

.incubator-tab-li {
    margin-bottom: -2px !important;
    background: #f7f7f7
}

.inubation-vertical-dot {
    transform: rotate(90deg);
    display: inline-block;
    height: 55px;
    font-size: 30px !important;
    float: left;
    color: #d0cece
}

.incubation-point-title {
    font-family: 'Segoe UI';
    font-size: 12px;
    font-weight: normal;
    color: #363636;
    margin-bottom: 20px;
    margin-top: 10px
}

.incubator-head:active {
    font-weight: 700;
    color: #3a4f80
}

.create-group {
    transition: all .2s ease-in-out;
    cursor: pointer
}

.create-group:hover {
    background: #011c5c !important
}

.create-group:hover img {
    filter: invert(90%) sepia(93%) saturate(23%) hue-rotate(87deg) brightness(109%) contrast(100%)
}

.incubator-head :active {
    color: red !important
}

.network-comment-bar:focus {
    outline: none !important;
    border: none !important
}

.img-circle {
    opacity: 0.8
}

.img-circle:hover {
    box-shadow: 1px 1px 1px 1px #011c5c;
    transition: all .2s ease;
    cursor: pointer;
    opacity: 1 !important
}

.nested_messages .textSection {
    background-color: whitesmoke !important
}

.nested_messages .bubble:after {
    border-bottom-color: #f6f9f8 !important
}

.new-register {
    background: url(/assets/bg_pattern-63ebaca356c65fb251fc35f5616a6f0098b083c99dd3a69c830549057627a22b.png) repeat;
    background-color: #e0e4ef;
    height: initial;
    overflow-y: auto
}

.new-register-div {
    left: 10%;
    padding: 0;
    width: 80%;
    border-radius: 6px;
    margin-top: 25px;
    margin-bottom: 10px;
    background-color: #b0b9cd;
    box-shadow: 0.8px 0.7px 2px 0 rgba(0, 0, 0, 0.24), inset -1.4px -1.4px 2px 0 #fff
}

.registration-title {
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 7.14;
    letter-spacing: normal;
    text-align: left;
    color: #011c5c;
    height: 60px;
    padding-left: 0
}

.control-label {
    font-family: "Segoe UI" !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    text-align: left !important;
    color: #a4a3a3 !important;
    padding-left: 0
}

.user_is_student .radio-inline {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: normal;
    text-align: left;
    color: #a4a3a3
}

.user_is_student .radio-inline:nth-child(3) label {
    padding-left: 100px !important
}

.user_gender .radio-inline {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: normal;
    text-align: left;
    color: #a4a3a3
}

.user_gender .radio-inline:nth-child(3) label {
    padding-left: 100px
}

.user_gender .radio-inline:nth-child(4) label {
    padding-left: 100px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: normal;
    text-align: left;
    color: #a4a3a3
}

.register-btn {
    background-color: #011c5c !important;
    float: right;
    height: 37px;
    border: solid 1px #ffffff;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
    padding: 0 15px 4px;
    margin-top: 20px;
    margin-right: 20px
}

#user_year_of_completion_1i {
    width: 100% !important
}

.user-register-div {
    width: 89%;
    padding-bottom: 30px;
    margin-left: 2%
}

.searchBoxCont {
    background: url(/assets/search-div-e0552230ea4fd4f7ba7d72926e96e7d29ab6ffbaa074f3a8e81f446dfb561956.png);
    background-repeat: repeat;
    padding: 6px 7px;
    margin-top: 2px
}

.rightBgContainer {
    background-color: #f7f7f7;
    box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.12);
    border-top: 3px solid #011c5c;
    padding: 15px 15px 0;
    margin-bottom: 5px
}

.personal-info {
    box-shadow: 0.5px 0.9px 1px 0 rgba(1, 1, 1, 0.15);
    background-color: #ffffff;
    border: solid 1px #e8e8e8;
    padding: 0px;
    border-radius: 4px
}

.address-details {
    background-color: #ffffff;
    border: solid 1px #e8e8e8;
    border-radius: 4px;
    min-height: 202px
}

.long-strip {
    width: 4px;
    height: 201px;
    background-color: #011c5c;
    float: left;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.personal-image {
    border: solid 1px #cec3b0;
    border-radius: 50%;
    width: 99.4px;
    height: 100.5px
}

.personal-image:hover {
    box-shadow: 1px 1px 1px 1px #cec3b0;
    transition: all .2s ease;
    cursor: pointer
}

.gender {
    font-family: 'Segoe UI';
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.85;
    letter-spacing: normal;
    text-align: left;
    color: #a1a1a1;
    margin-top: 3px;
    margin-bottom: 7px
}

.profile-name {
    font-family: 'Segoe UI';
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: left;
    color: #032028;
    margin: 0px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px
}

.personal-details {
    font-family: 'Segoe UI';
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: left;
    color: #011c5c;
    margin-bottom: 7px
}

.details-icons {
    width: 11px;
    height: 14px;
    object-fit: contain;
    margin-right: 10px
}

.academic-table {
    padding: 2px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    font-weight: normal;
    color: #011c5c
}

.academic-table-right {
    text-align: right;
    padding-right: 25px;
    font-family: 'Segoe UI';
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.85;
    letter-spacing: normal;
    color: #726f6a
}

.awards {
    border-radius: 6px;
    box-shadow: 0.5px 0.9px 1px 0 rgba(1, 1, 1, 0.15);
    background-color: #fefefe;
    border: solid 1px #e8e8e8;
    margin-top: 10px
}

.publications {
    box-shadow: 0.5px 0.9px 1px 0 rgba(1, 1, 1, 0.15);
    background-color: #fefefe;
    border: solid 1px #e8e8e8;
    margin-top: 10px;
    border-radius: 4px
}

.award-head {
    font-family: 'Segoe UI';
    font-size: 12px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: normal;
    color: #011c5c
}

.rightUserCont {
    border-radius: 2px;
    box-shadow: 1px 1.7px 2px 0 rgba(0, 0, 0, 0.14);
    background-color: #f7f7f7;
    border: solid 0.8px #d7d7d7;
    line-height: 0.88;
    letter-spacing: normal;
    color: #041f5e;
    border-left: 5px solid #d7d7d7
}

.award-discription {
    font-family: 'Segoe UI';
    font-size: 13px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #032028
}

.project-post {
    box-shadow: inset -2.1px 2.1px 3px 0 rgba(0, 0, 0, 0.06);
    background-color: #fcfcfc;
    border: solid 1px #d1d1d1;
    border-radius: 5px;
    margin-bottom: 50px
}

.recent-proj {
    opacity: 0.8;
    font-family: 'Segoe UI';
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.77;
    letter-spacing: normal;
    text-align: left;
    color: #011c5c
}

.hero-img {
    width: 400px;
    height: 151px;
    object-fit: cover
}

.recent-pro-heading {
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: left;
    color: #363636
}

.recent-pro-discription {
    font-family: 'Segoe UI';
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: justify;
    color: #363636;
    word-break: break-all
}

.img-name {
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: 900;
    line-height: 1.46;
    letter-spacing: normal;
    text-align: left;
    color: #363636;
    margin: 0px
}

.institution {
    opacity: 0.6;
    font-family: 'Segoe UI';
    font-size: 12px;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #868686;
    margin: 0px
}

.post-date {
    opacity: 0.6;
    font-family: 'Segoe UI';
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: rgba(117, 117, 117, 0.6);
    margin: 0px
}

.profile-message-box {
    box-shadow: 0.8px 0.7px 2px 0 rgba(0, 0, 0, 0.24), inset -1.4px -1.4px 2px 0 #fff;
    background-color: #fefefe;
    border: solid 0.8px var(--white);
    border-radius: 5px;
    margin-bottom: 10px
}

.msg-box {
    font-family: 'Segoe UI';
    font-size: 12px;
    line-height: 1.23;
    letter-spacing: normal;
    color: #363636;
    margin-top: 7px
}

.View {
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: bold;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: end;
    color: #041f5e;
    padding-bottom: 20px;
    border-bottom: 1px solid #d1d1d1
}

.recent-solution-post-head {
    font-family: 'Segoe UI';
    font-size: 19px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
    padding: 0px;
    padding-right: 20px
}

.upcoming-events {
    box-shadow: 0.8px 0.7px 2px 0 rgba(0, 0, 0, 0.24), inset -1.4px -1.4px 2px 0 #fff;
    background-color: #ffffff;
    border: solid 0.5px #e1e1e1;
    margin-top: 20px;
    margin-bottom: 20px
}

.Event {
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: 500;
    line-height: 1.77;
    letter-spacing: normal;
    text-align: left;
    color: #041f5e
}

.event-head {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.25;
    text-align: left;
    color: #333333;
    font-family: 'Segoe UI';
    margin-bottom: 8px
}

.issuesCol {
    float: left;
    color: white;
    margin-bottom: 3px;
    margin-top: 1px
}

.raiseIssueBtn {
    background-color: #ffffff;
    border: solid 1px #011c5c !important;
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: 600;
    width: 100%;
    line-height: 1.46;
    letter-spacing: normal;
    padding: 2px;
    color: #011c5c;
    outline: none
}

#tasks_chosen {
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 3px 0 2px
}

.filterTxt {
    font-family: 'Segoe UI';
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.52;
    letter-spacing: normal;
    color: #868686;
    text-align: right;
    margin: 0;
    padding-top: 7px
}

#tasks_chosen .chosen-single span {
    color: #011c5c !important
}

.issueDecCol {
    background-color: #fafafa;
    font-family: 'Segoe UI';
    font-size: 12px;
    font-weight: 900;
    line-height: 1.58;
    letter-spacing: normal;
    text-align: left;
    color: #011c5c;
    padding: 15px 0 0
}

.issueDecCol #status-filter {
    border: 1px solid #ccc !important;
    outline: none
}

.issueDecCol p {
    margin-bottom: 5px
}

#stat .chosen-single span {
    color: #011c5c !important
}

.issuCol {
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #d6d6d6;
    margin-bottom: 5px
}

.postedImages {
    text-align: center;
    padding: 10px 0
}

.postedImages span {
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: 900;
    line-height: 1.46;
    letter-spacing: normal;
    text-align: center;
    color: #363636;
    display: inherit
}

.isDesc {
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5
}

.issueTitle {
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: 900;
    line-height: 1.46;
    letter-spacing: normal;
    text-align: left;
    color: #011c5c;
    padding-top: 10px
}

.issueDescription {
    font-family: 'Segoe UI';
    font-size: 13px;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #363636
}

.issueTask {
    font-family: 'Segoe UI SemiBold';
    font-size: 13px;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #011c5c;
    margin-top: 10px
}

#issueStatus {
    padding-top: 25px
}

#issueStatus .chosen-container {
    border-radius: 2px
}

#status_chosen .chosen-single {
    height: 18px !important;
    line-height: 18px !important
}

#issueStatus .chosen-single div b {
    background: url(/assets/chosen-arrow-18b7c6e7b5b5d27e6682c2d0a2c7a55db7455471439812e7cf4044e99901a100.png) no-repeat 0px 4px !important
}

.taskCol {
    float: left;
    color: white;
    margin-bottom: 3px;
    margin-top: 1px
}

.createTaskBtn {
    background-color: #011c5c;
    border: solid 1px #d9d9d9;
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: 600;
    line-height: 1.46;
    width: 100%;
    letter-spacing: normal;
    text-align: center;
    color: #fefefe;
    padding: 2px 15px
}

.createTaskBtn i {
    padding-left: 5px
}

.taskDecCol {
    font-family: 'Segoe UI';
    font-size: 12px;
    font-weight: 900;
    line-height: 1.58;
    letter-spacing: normal;
    text-align: left;
    color: #011c5c;
    padding: 15px 0 0
}

.tasCol {
    background-color: #fafafa;
    border: solid 1px #d6d6d6
}

.taskIsueList {
    font-family: 'Segoe UI';
    font-size: 11.5px;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #6a6b72
}

.taskIsueList span {
    font-size: 12.5px;
    font-weight: 900;
    font-style: normal;
    line-height: 0.92;
    letter-spacing: normal
}

.taskOpen {
    border-radius: 2px;
    background-color: #f4c359;
    font-family: 'Segoe UI SemiBold';
    font-size: 12px;
    line-height: 1.58;
    letter-spacing: normal;
    text-align: center;
    color: #fdfefe
}

.taskOpen:hover {
    background-color: #ffffff;
    border: 1px solid #f4c359;
    color: #f4c359
}

.taskInProgress {
    border-radius: 2px;
    background-color: #37d3ac;
    font-family: 'Segoe UI SemiBold';
    font-size: 12px;
    line-height: 1.58;
    letter-spacing: normal;
    text-align: center;
    color: #fdfefe
}

.taskInProgress:hover {
    background-color: #ffffff;
    border: 1px solid #37d3ac;
    color: #37d3ac
}

.taskCompleted {
    border-radius: 2px;
    background-color: #011c5c;
    font-family: 'Segoe UI SemiBold';
    font-size: 12px;
    line-height: 1.58;
    letter-spacing: normal;
    text-align: center;
    color: #fdfefe
}

.taskCompleted:hover {
    background-color: #ffffff;
    border: 1px solid #011c5c;
    color: #011c5c
}

.taskOnHold {
    border-radius: 2px;
    background-color: #e55353;
    font-family: 'Segoe UI SemiBold';
    font-size: 12px;
    line-height: 1.58;
    letter-spacing: normal;
    text-align: center;
    color: #fdfefe
}

.taskOnHold:hover {
    background-color: #ffffff;
    border: 1px solid #e55353;
    color: #e55353
}

.taskStatus {
    padding-top: 25px
}

.collabLeftBox {
    background: #ffffff;
    padding: 30px 15px 0 10px
}

.collabLeftBox ul {
    margin: 0;
    padding: 0
}

.collabLeftBox ul li {
    border-radius: 2px;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    font-family: 'Segoe UI';
    font-size: 13px;
    color: #3a4f80;
    padding: 5px 20px;
    margin-bottom: 4px
}

.collabLeftBox ul li i {
    float: right;
    padding: 1px 0;
    color: #aeadad;
    font-size: 15px
}

.collabCards {
    box-shadow: 0.5px 0.9px 4px 0 rgba(0, 0, 0, 0.22);
    background-color: #ffffff;
    border: 1px solid #b1b1b1;
    margin-bottom: 15px;
    height: 250px
}

.collabBoxPad {
    padding-left: 0
}

.collabUserFooter {
    padding-left: 10px;
    padding-bottom: 11px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    bottom: 0px !important;
    padding-left: 0px
}

.collabImageSec {
    position: relative
}

.collabImageTxtSec {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    width: 100%;
    color: #ffffff;
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0 16px
}

.collabUserImage {
    border: 1px solid #faf9f5;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    position: absolute;
    left: 40%;
    bottom: 40px;
    z-index: 1
}

.collabTitle {
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: left;
    color: #011c5c;
    padding: 25px 0 0
}

.collabActiveMemTxt {
    font-family: 'Segoe UI';
    font-size: 10.5px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #252b2f;
    padding-bottom: 15px
}

.collabActiveMemTxt span {
    font-family: 'Segoe UI';
    font-size: 12.5px;
    font-weight: bold;
    font-style: normal;
    color: #011c5c
}

.collabBorder {
    width: 100%;
    display: inline-block;
    margin: 10px 0
}

#user_university_id,
#user_location_id,
#user_course_id,
#user_alma_mater_id,
#user_year_of_completion_1i,
#user_designation_id {
    display: none !important
}

#user_university_id_chosen,
#user_location_id_chosen,
#user_course_id_chosen,
#user_alma_mater_id_chosen,
#user_year_of_completion_1i_chosen,
#user_designation_id_chosen {
    display: block !important;
    height: 41px;
    border-radius: 6px;
    box-shadow: 0.5px 0.9px 0 0 #fff, inset 0.5px 0.9px 0 0 rgba(0, 0, 0, 0.22);
    background-color: #ffffff;
    border: solid 1px rgba(190, 190, 190, 0.18);
    font-style: italic;
    font-size: 13px;
    color: #a4a3a3
}

#user_university_id_chosen .chosen-single,
#user_location_id_chosen .chosen-single,
#user_course_id_chosen .chosen-single,
#user_alma_mater_id_chosen .chosen-single,
#user_year_of_completion_1i_chosen .chosen-single,
#user_designation_id_chosen .chosen-single {
    margin-top: 1% !important;
    color: #a4a3a3 !important
}

.seperate-scroll {
    overflow-y: hidden;
    overflow-x: hidden
}

.collabLeftBox {
    background: #ffffff;
    padding: 30px 15px 0 10px
}

.collabLeftBox ul {
    margin: 0;
    padding: 0
}

.collabLeftBox ul li {
    border-radius: 2px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    font-family: 'Segoe UI';
    font-size: 13px;
    color: #3a4f80;
    padding: 5px 20px;
    margin-bottom: 4px
}

.collabLeftBox ul li i {
    float: right;
    padding: 1px 0;
    color: #aeadad;
    font-size: 15px
}

.projTabBg {
    background: url(/assets/search-div-e0552230ea4fd4f7ba7d72926e96e7d29ab6ffbaa074f3a8e81f446dfb561956.png);
    background-repeat: repeat;
    padding: 2px 0
}

.dashBoardTabs {
    position: relative;
    margin: 0
}

.dashBoardTabs li {
    display: inline-block;
    list-style: none
}

.dashBoardActive {
    background-color: #ffffff;
    box-shadow: 0.9px -0.5px 1px 0 rgba(0, 0, 0, 0.12), inset 1px 1.7px 1px 0 rgba(255, 255, 255, 0.75);
    padding: 10px 40px 13px;
    margin-bottom: -3px !important;
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: 900;
    line-height: 1.46;
    letter-spacing: normal;
    color: #011c5c;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.dashBoardInActive {
    background-color: #f3f3f3;
    padding: 10px 40px 13px;
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: 900;
    line-height: 1.46;
    letter-spacing: normal;
    color: #868686;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0.5px 0.9px 1px 0 rgba(0, 0, 0, 0.12), inset 1px 1.7px 1px 0 rgba(255, 255, 255, 0.75)
}

.dashBoardInActive a {
    color: #92959e !important
}

.dashBoardStatusBox {
    border-bottom: 1px solid #d9d9d9;
    padding: 15px;
    padding-right: 50px
}

.dashBoardHead {
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 900;
    line-height: 1.36;
    letter-spacing: normal;
    padding-right: 10px;
    border-right: 1px solid #d9d9d9;
    color: #011c5c
}

.completetxt {
    font-family: 'Segoe UI SemiBold';
    font-size: 12px;
    line-height: 1;
    letter-spacing: normal;
    padding-left: 10px;
    color: #868686
}

.completePercentage {
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.89;
    letter-spacing: normal;
    color: #58d43f;
    border-right: 1px solid #d9d9d9;
    margin-right: 10px
}

.completePercentage span {
    font-weight: 300;
    padding-right: 10px
}

.startnewSession {
    background-color: #011c5c;
    border: solid 1px #011c5c;
    padding: 13px 0 17px;
    text-align: center;
    font-family: 'Segoe UI';
    font-size: 16px;
    font-weight: 900;
    line-height: 1.19;
    letter-spacing: normal;
    color: #ffffff;
    cursor: pointer;
    outline: none
}

.startnewSession:hover {
    background-color: #e42c5c;
    border: solid 1px #e42c5c
}

.startnewSession i {
    padding-left: 15px
}

#start-session:hover {
    box-shadow: 1px 1px 1px 1px #cec3b0 !important;
    transition: all 0.2s ease !important
}

.createSchedule {
    background-color: #011c5c;
    border: solid 1px #011c5c;
    padding: 5px 0;
    text-align: center;
    font-family: 'Segoe UI';
    font-size: 12px;
    font-weight: 400;
    line-height: 1.19;
    letter-spacing: normal;
    color: #ffffff;
    cursor: pointer
}

.createSchedule i {
    padding-left: 5px
}

.prevSec {
    position: relative;
    margin: 15px 0 0
}

.prevSessiontitle {
    position: absolute;
    background: #ffffff;
    top: 9px;
    left: 30%;
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 900;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: #6b6b6b
}

.dashBaordSec {
    position: relative;
    margin: 15px 0 0
}

.sessionTitle {
    position: absolute;
    background: #ffffff;
    top: 9px;
    left: 10%;
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 900;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    padding: 0 15px;
    color: #6b6b6b
}

.designerBg {
    border-left: 1px solid #011c5c;
    padding: 10px 20px;
    background-color: #fbfbfa
}

.designerImgBox {
    border-radius: 2px;
    box-shadow: 1px 1.7px 2px 0 rgba(0, 0, 0, 0.14);
    background-color: #ffffff;
    border: 1px solid #d7d7d7;
    margin-right: 20px;
    margin-bottom: 20px
}

.borderBox {
    border-left: 5px solid #d7d7d7;
    padding: 15px 0
}

.designerTxt {
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: 900;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: left;
    color: #363636;
    display: inline-flex;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.uploadSec {
    padding: 0 25px
}

.tagContainer {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    font-weight: normal;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tagContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    border-radius: 2.4px;
    background-color: #ffffff;
    border: 1px solid #bbbaba
}

.tagContainer:hover input~.checkmark {
    background-color: #ccc
}

.tagContainer input:checked~.checkmark {
    background-color: #011c5c;
    border: 1px solid #011c5c
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.tagContainer input:checked~.checkmark:after {
    display: block
}

.tagContainer .checkmark:after {
    left: 4px;
    top: 0px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#fileUpload input[type="file"] {
    display: none
}

#fileUpload .custom-file-upload {
    border-radius: 2.4px;
    background-color: #fbfbfa;
    border: 1px solid #bbbaba;
    display: inline-block;
    padding: 3px 10px;
    cursor: pointer;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: normal;
    text-align: center;
    color: #020818
}

#fileUpload .custom-file-upload:hover {
    background-color: #ffffff;
    border: 1px solid #011c5c;
    color: #011c5c
}

#fileUpload .attach_preview {
    display: none
}

.descTxt {
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 900;
    letter-spacing: normal;
    text-align: center;
    color: #a4a3a3
}

.textArea {
    height: 90px !important;
    border-radius: 6px;
    box-shadow: 0.5px 0.9px 0 0 #fff, inset 0.5px 0.9px 0 0 rgba(0, 0, 0, 0.22);
    background-color: #ffffff;
    border: solid 1px #bebebe
}

.descSubBttn {
    height: 37px;
    background-color: #011c5c;
    border: none;
    border-radius: 0;
    text-align: center;
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 900;
    letter-spacing: normal;
    color: #ffffff;
    font-style: normal;
    margin-top: 77px
}

.descSubBttn:hover {
    color: #ffffff;
    background-color: #e42c5c
}

.fileHead {
    float: left;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    width: 20%;
    font-family: 'Segoe UI';
    font-size: 13px;
    line-height: 1.46;
    letter-spacing: normal;
    text-align: center;
    color: #6b6b6b;
    padding: 8px 0
}

.fileHead span {
    font-family: 'Segoe UI';
    display: block;
    font-size: 14px;
    font-weight: 900
}

.fileBox {
    width: 19%;
    margin-right: 1%;
    margin-top: 15px;
    float: left
}

.ProjFileBox {
    background-color: #ffffff;
    border: 1px solid #d6d6d6;
    margin-bottom: 5%;
    cursor: pointer
}

.projFileBorBox {
    border-left: 3px solid #011c5c;
    padding: 20px 5px 5px
}

.fileBoxTxt {
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: 500;
    line-height: 1.65;
    text-align: left;
    color: #000000
}

.fileTxtTime {
    font-family: 'Segoe UI';
    font-size: 11px;
    font-weight: 500;
    letter-spacing: normal;
    text-align: left;
    color: #aeaeae
}

.dwmldLink {
    font-family: 'Segoe UI';
    font-size: 11px;
    text-align: left;
    color: #011c5c
}

.dwmldLink a {
    font-family: 'Segoe UI';
    font-size: 11px;
    text-align: left;
    color: #011c5c;
    text-decoration: underline !important
}

.previousCard {
    box-shadow: 1px 1.7px 3px 0 rgba(0, 0, 0, 0.24);
    background-color: #ffffff;
    border: solid 1px #d6d6d6;
    padding: 0 !important;
    margin-bottom: 10px;
    position: relative;
    list-style-type: none
}

.sessionName {
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: 900;
    line-height: 1.46;
    letter-spacing: normal;
    text-align: left;
    padding: 8px 20px;
    border-bottom: 1px solid #d9d9d9;
    color: #011c5c
}

.sessionUserName {
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: 600;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: left;
    color: #363636
}

.sess_user_pic {
    border-radius: 50%;
    margin-right: 9px !important;
    width: 36px;
    height: 36px;
    text-align: center
}

.sess_user_pic .img_size {
    width: 36px;
    height: 36px
}

.seesTime {
    font-family: 'Segoe UI';
    font-size: 10.5px;
    font-weight: 500;
    line-height: 2.1;
    letter-spacing: normal;
    text-align: left;
    color: #868686
}

.sessionCheckBox {
    color: #aaa;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 10px;
    position: absolute;
    right: 3px;
    top: 22px
}

.checkContainer {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkmark1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 2.4px;
    background-color: #ffffff;
    border: 1px solid #bbbaba
}

.checkContainer:hover input~.checkmark1 {
    background-color: #ccc
}

.checkContainer input:checked~.checkmark1 {
    background-color: #011c5c
}

.checkmark1:after {
    content: "";
    position: absolute;
    display: none
}

.checkContainer input:checked~.checkmark1:after {
    display: block
}

.checkContainer .checkmark1:after {
    left: 6px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.network-show {
    overflow-x: hidden;
    background: url(/assets/search-div-e0552230ea4fd4f7ba7d72926e96e7d29ab6ffbaa074f3a8e81f446dfb561956.png);
    background-repeat: repeat;
    padding: 10px 0 0 0 !important
}

.Audio-record-title {
    font-weight: bold;
    font-size: 11px;
    padding: 0px;
    margin-top: 5px;
    color: #011c5c;
    text-align: center
}

.three_dot_hover:hover {
    transition: all 0.2s ease !important;
    cursor: pointer !important
}

.rightUserCont .post-commenter-action span {
    display: none !important
}

.rightUserCont:hover .post-commenter-action span {
    display: block !important
}

.side-menu li:hover {
    background-color: #f6f7f9
}

.left-post-title a:hover {
    color: #011c5c
}

.create_post_dropdown:hover {
    box-shadow: 1px 1px 1px 1px #cec3b0 !important;
    transition: all 0.2s ease !important
}

.gantt_task_row.gantt_selected .gantt_task_cell,
.gantt_selected .weekday,
.gantt_task_row.gantt_selected .gantt_task_cell,
.gantt_grid_data .gantt_row.gantt_selected,
.gantt_grid_data .gantt_row.odd.gantt_selected,
.gantt_task_row.gantt_selected {
    background-color: #f6f7f9 !important;
    border-right-color: #f6f7f9 !important
}

.gantt_row:hover,
.gantt_task_row:hover {
    background-color: #f6f7f9 !important;
    border-right-color: #f6f7f9 !important
}

input[type=text] {
    border: none;
    padding: 4px 8px
}

input[type=text]:focus {
    outline: none;
    box-shadow: 0 0 0 1px #011c5c
}

.messagesDiv .pagination a {
    color: #868686 !important
}

.messagesDiv .pagination a:hover {
    color: #011c5c !important
}

.messagesDiv .pagination a:active {
    color: #011c5c !important
}

svg g:first-of-type rect {
    fill-opacity: 1 !important
}

.num {
    position: absolute;
    left: 27px;
    top: 8px;
    color: #fc3c21;
    border-radius: 50%;
    width: 20px;
    height: 19px;
    padding-top: 1px;
    background-color: #ffffff;
    border: solid 0.8px #fc3c21;
    font-size: 10px;
    text-align: center
}

#myNotification .table-bordered>tbody>tr>td,
#myLiveSessions .table-bordered>tbody>tr>td {
    border: none !important
}

#myNotification .table-bordered,
#myLiveSessions .table-bordered {
    border: none !important
}

#myNotification .modal-footer,
#myLiveSessions .modal-footer {
    border-top: none !important
}

#myNotification .modal-header,
#myLiveSessions .modal-header {
    border-bottom: none !important
}

#post_network_group_ids_chosen .chosen-choices,
#post_network_group_ids_chosen .chosen-choices,
#project_user_ids_chosen .chosen-choices,
#project_mentor_ids_chosen .chosen-choices,
#incubator_incubator_admin_ids_chosen .chosen-choices {
    font-weight: 900;
    font-size: 14px
}

.innovation-post-commenter-action {
    font-weight: bold;
    font-size: 30px;
    cursor: pointer;
    width: 10px;
    height: 20px;
    text-align: center;
    position: relative;
    line-height: .1;
    margin-top: 13px
}

.innovation-post-commenter-action span {
    transform: rotate(90deg);
    display: inline-block;
    height: 10px;
    width: 25px;
    color: #cccccc
}

.innovation-post-commenter-action:hover span {
    color: #011c5c
}

.innovation-post-commenter-action:hover .post-commenter-action-items {
    background: #ddd;
    display: block
}

.new-delete_icon {
    background: url(/assets/delete_post-e47f7daab2e09e594167daf4090fd9f8fadd90d4f6c8f3e329b976d0ebc8132b.svg) no-repeat right;
    float: right;
    background-size: 21px 21px;
    height: 40px;
    width: 25px;
    background-color: transparent
}

.new-delete_icon:hover {
    background: url(/assets/delete_post_hover-105c92917086fc6aa165f38cdeb3f0b3be5a48b616483b55739f1c3e406aed84.svg) no-repeat right;
    background-size: 21px 21px;
    background-color: transparent
}

.new-edit_icon {
    background: url(/assets/edit-691ed489e5d1ca85c7c613d0648a064331962930fc0a00961fd5cd39538a31f0.svg) no-repeat right;
    background-size: 20px 20px;
    float: left
}

.new-edit_icon:hover {
    background: url(/assets/edit_hover-e2235bbc630c190bf864aa275527ca32fdaeffeee0d2a8d75cb0aea7e9f14e55.svg) no-repeat right;
    background-size: 20px 20px
}

#image_upload:hover {
    transition: all 0.2s ease !important;
    font-size: 14px !important
}

#formStartAudio {
    width: 55px !important
}

#formStartAudio:hover,
#formEndAudio:hover {
    width: 55px !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important
}

#network_group_network_group_name {
    width: 100%;
    height: 41px;
    border-radius: 0px;
    border: solid 1px #bebebe;
    box-shadow: none;
    font-size: 13px;
    font-weight: normal;
    font-style: italic
}

#network_group_user_ids_chosen {
    width: 100% !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    font-size: 13px !important;
    font-weight: normal !important;
    font-style: italic
}

#network_group_user_ids_chosen .chosen-choices {
    box-shadow: none !important;
    font-size: 13px;
    width: 100%
}

.rightUserCont .post-commenter-action-items list-inline {
    margin-top: 10px
}

#top_menu li:hover,
#top_menu li a:hover {
    background-color: #f2f2f2
}

.project_bottom_bar a:hover .Video-icon {
    content: url("/assets/video-hover-afc4d67e4bcbaef416d40890f6a5229c71061543e8208b04524dca98ae86e9ca.svg")
}

.project_bottom_bar a:hover .Chat-icon {
    content: url("/assets/chat-hover-d8444e75a6edf89a1c8258c2aa2a701ce180092406550ea6f4564f4daec52401.svg")
}

.project_bottom_bar a:hover .Inbox-icon {
    content: url("/assets/inbox-hover-8dd2cae7aa21f7be118351446bbdb2361b1f8b67706965735929afbe4cebb73c.svg")
}

.project_bottom_bar a:hover .Voice-icon {
    content: url("/assets/voice-hover-f466d8343062d77ca6d379c8a3695a8c522df13214989f3d055bc8f274d6ef00.svg")
}

.project_bottom_bar a:hover .Collab-icon {
    content: url("/assets/collab-hover-19e2955eb9ecb7381b8b6f78cfd2bb8e597bc5c0f69eae4d9af74a27dbed00a8.svg")
}

#comments-section .comment_text {
    word-break: break-all
}

#comments-section .UserNam {
    padding-left: 0px
}

#comments-section #post_comment_comment {
    margin-left: 100px
}

#comments-section .comment_time {
    margin-right: 0px !important;
    padding-right: 0px
}

#comments-section .bubble:after {
    left: 103px;
    top: 20px
}

#comments-section .nested_messages .bubble:after {
    left: 98px;
    top: 20px
}

#comments-section .nested_messages #post_comment_comment {
    width: 381px
}

#comments-section .audio_msg a {
    display: none
}

#password-content {
    position: absolute;
    z-index: 100000;
    float: right;
    padding: 7px;
    cursor: pointer;
    right: 2px;
    width: 200px;
    border: 1px solid #f5f5f5;
    background: #ffffff;
    text-align: justify;
    margin-top: 4px;
    border-radius: 4px
}

#user_location_id-error,
#user_location_id-error,
#user_university_id-error,
#user_course_id-error,
#user_alma_mater_id-error {
    margin-top: 10px
}

#user_name-error {
    font-size: 13px;
    font-family: "Segoe UI";
    font-weight: normal
}

.uploadFile_dashboard {
    border-left: 1px solid #011c5c;
    padding-left: 7px
}

.collab_img {
    object-fit: cover
}

.invalid_email {
    text-align: left;
    padding-left: 7%;
    color: red;
    margin-top: 2px;
    margin-bottom: -10px
}

.knowledgeMiddleContent textarea {
    resize: none
}

.post_status label {
    display: none !important
}

.hdr-msg {
    height: 18px;
    background: url(/assets/hdr-msg-1afa5619595147a1755ed032e989804b5d1b3ed59339c58804a72ee1a7c00968.svg) no-repeat;
    background-size: contain
}

.hdr-msg:hover {
    filter: invert(49%) sepia(81%) saturate(6184%) hue-rotate(348deg) brightness(99%) contrast(100%)
}

.notif {
    height: 25px;
    background: url(/assets/notif-0e532997da011d83ee891315c039734c07999e48f0a0d7d36a0de1619ff0276e.svg) no-repeat;
    background-size: contain
}

.notif:hover {
    filter: invert(49%) sepia(81%) saturate(6184%) hue-rotate(348deg) brightness(99%) contrast(100%)
}

.addPerson:hover {
    height: 24px !important;
    transition: all 0.2s ease !important;
    cursor: pointer
}

.editUser {
    background: url(/assets/edit-691ed489e5d1ca85c7c613d0648a064331962930fc0a00961fd5cd39538a31f0.svg) no-repeat right;
    background-size: 20px 20px;
    height: 20px
}

.editUser:hover {
    filter: invert(69%) sepia(82%) saturate(2811%) hue-rotate(219deg) brightness(44%) contrast(72%)
}

.collab_main_header {
    background-color: #ffffff;
    box-shadow: -1.4px 1.4px 3px 0 rgba(0, 0, 0, 0.17);
    border-bottom: 1px solid #acaaaa
}

.collab_main_heading {
    background-color: #011c5c;
    color: #ffffff;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 13px
}

.collab_main_heading p {
    margin: 0px
}

.message_board_header {
    background: #ffffff;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #011c5c
}

.message_board_header:hover {
    color: #011c5c
}

.collab_session_name {
    padding-top: 5px;
    padding-bottom: 5px
}

.collab_session_name p {
    margin: 0px;
    font-size: 14px;
    font-weight: 900;
    color: #011c5c
}

.bakgrnd_color_collab {
    background: #f6f5f5
}

.video_chat_pane {
    margin-top: 7px;
    padding-left: 9px;
    padding-right: 9px
}

#3dmodel-container canvas {
    left: 44px !important;
    top: 1px !important
}

.mind_map_container {
    background-color: #ffffff;
    display: none;
    z-index: 750;
    height: 100%
}

.turnoff_bttn_section {
    padding-top: 5px
}

.tile_bttn {
    padding-right: 10px;
    border-right: 1px solid #d6d6d6
}

.turnoff_bttn {
    padding-left: 7px
}

.collab_main_header .container-fluid {
    padding-left: 0px
}

.collab_main_header .user_dropdown_nav {
    margin-top: 4px;
    margin-left: 8px;
    border-left: 1px solid #e7ebed;
    padding-left: 6px
}

.collab_main_header .user-name-nav {
    font-size: 14px;
    font-weight: bold;
    color: rgba(75, 75, 77, 0.6)
}

.collab_main_header .nav_verticle_dots:hover {
    height: 25px
}

.collab_main_header .user_nav_dropdown {
    right: 0px;
    top: 27px
}

.accept-member {
    background: #011c5c !important;
    color: #ffffff !important;
    padding-top: 4px;
    padding-bottom: 5px;
    border-radius: 0px
}

.reject-member {
    background-color: #e6e6e6 !important;
    border: none;
    color: #4b5057 !important;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0px
}

.add_fields a {
    color: #011c5c !important
}

.annotaion_text {
    font-size: 10px;
    color: red;
    text-decoration: underline
}

.grid_cell {
    background-color: #f6f5f5 !important
}

.gantt_grid_head_add {
    display: none !important
}

.gantt_grid_head_title {
    width: 100% !important
}

#scale {
    background-color: #f3f3f3;
    padding: 1px 15px 1px;
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: 900;
    line-height: 1.46;
    letter-spacing: normal;
    min-width: 150px;
    border-radius: 3px;
    border: 1px solid rgba(166, 166, 166, 0.27)
}

#scale .chosen-single {
    color: #92959e !important
}

.project_schedules_title input,
.project_schedules_start_date input,
.project_schedules_end_date input {
    border-radius: 4px !important;
    box-shadow: 0.5px 0.9px 0 0 #fff, inset 0.5px 0.9px 0 0 rgba(0, 0, 0, 0.22) !important;
    background-color: #ffffff !important;
    border: solid 1px rgba(190, 190, 190, 0.18) !important;
    font-size: 13px !important;
    color: #808080 !important;
    margin-top: 2% !important
}

#schedules .right-half .chosen-single {
    border-radius: 4px !important;
    box-shadow: 0.5px 0.9px 0 0 #fff, inset 0.5px 0.9px 0 0 rgba(0, 0, 0, 0.22) !important;
    background-color: #ffffff !important;
    border: solid 1px rgba(190, 190, 190, 0.18) !important;
    font-size: 13px !important;
    color: #808080 !important;
    height: 34px !important;
    padding-top: 4px !important
}

.gantt_row_task {
    background-color: #f6f5f5 !important
}

.changePassword {
    background-color: #011c5c;
    height: 37px;
    border: solid 1px transparent !important;
    text-align: center;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 900;
    margin: 30px
}

.changePassword:hover {
    background-color: #e42c5c
}

.msg_reply_btn_box #attachments {
    height: auto;
    overflow: hidden
}

.msg_reply_btn_box .attached_image {
    display: block;
    width: 105px;
    height: 60px;
    margin-top: 7px
}

.msg_reply_btn_box .remove_img {
    position: absolute;
    top: 0px;
    left: 116px;
    border-radius: 50%;
    background: #e42c5c;
    padding-left: 4px;
    padding-right: 3px;
    padding-bottom: 1px;
    color: #ffffff;
    font-size: 10px;
    cursor: pointer;
    font-style: normal
}

#new_message_inbox #attachments {
    height: auto !important
}

#new_message_inbox #attachments label {
    display: none !important
}

#att_prvw .remove_img,
#reply_att_prvw .remove_img {
    position: absolute;
    top: 0px;
    left: 116px;
    border-radius: 50%;
    background: #e42c5c;
    padding-left: 4px;
    padding-right: 3px;
    padding-bottom: 1px;
    color: #ffffff;
    font-size: 10px;
    cursor: pointer;
    font-style: normal
}

#att_prvw .attached_image,
#reply_att_prvw .attached_image {
    width: 105px;
    height: 60px;
    padding-top: 4px
}

.draft_saved_div .remove_img,
.compose_saved_div .remove_img,
.reply_saved_div .remove_img {
    position: absolute;
    top: 5px;
    left: 100px;
    border-radius: 50%;
    background: #e42c5c;
    padding-left: 4px;
    padding-right: 3px;
    padding-bottom: 1px;
    color: #ffffff;
    font-size: 10px;
    cursor: pointer;
    font-style: normal
}

.gantt_link_point,
.gantt_task_progress_drag,
.task_right,
.task_left {
    display: none !important
}

.gantt_selected,
.gantt_task_line {
    pointer-events: none !important
}

.innovation_rht .in_name {
    line-height: 1.3
}

.fullscreen-actions {
    position: absolute;
    bottom: 0px;
    right: 0px
}

.modal_position {
    top: 81px;
    right: 7px;
    left: unset
}

.popup_close_btn {
    width: 97px;
    border-radius: 3px;
    background-color: #e6e6e6;
    border: none
}

.button_styl {
    border-radius: 3px;
    background-color: #e6e6e6;
    border: none;
    font-size: 14px;
    color: #808080
}

#forgot-password {
    margin: 0;
    padding-top: 2px;
    font-size: 12px;
    padding-bottom: 2px;
    font-weight: normal;
    color: #2c528c;
    cursor: pointer;
    width: fit-content;
    float: right
}

#forgot-password:hover {
    text-decoration: underline;
    color: #011c5c
}

.reply_message {
    text-align: left;
    padding-left: 0px;
    padding-top: 2px;
    font-family: Segoe UI;
    font-size: 13px
}

.top_reply_section {
    padding-bottom: 1px;
    background: #f6f5f5;
    margin-bottom: 14px;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 5px;
    border-top-left-radius: 0px;
    cursor: pointer
}

.top_reply_section:after {
    transform: rotate(180deg);
    content: '';
    position: absolute;
    top: 31px;
    left: 2px;
    width: 0;
    height: 0;
    border: 14px solid transparent;
    border-bottom-color: #f6f5f5;
    border-top: 0;
    border-left: 0;
    margin-left: -15.5px;
    margin-top: -31px
}

.parent_message {
    background: #ffffff;
    border-left: 3px solid #011c5c;
    border-radius: 3px;
    padding: 3px 0px 3px 6px
}

.replying_user_name {
    padding-left: 0px;
    font-style: normal;
    color: #363636;
    padding: 1px 0px 1px 0px;
    font-family: 'Segoe UI SemiBold';
    font-size: 12px
}

.parent_user_message {
    color: #8a8a8a;
    font-size: 10px
}

.parent_user_name {
    color: #011c5c;
    font-size: 11px
}

.modal-header .close {
    color: red;
    opacity: 1
}

.chosen-container-single .chosen-search input[type="text"] {
    background-image: url(/assets/chosen-search-b59d9d35e9649dd05ef649d53d48630a18ad9eb31e9ea64932c9052528462346.svg) !important;
    margin-top: -3px;
    background-size: 18px 13px !important;
    border: 1px solid #aaa !important
}

.add_user_hover {
    height: 25px;
    width: 18px;
    float: right;
    padding-top: 8px
}

.search_input:focus {
    box-shadow: none !important
}

.add_news_button {
    font-size: 12px;
    width: 29% !important;
    color: #ffffff !important;
    padding: 7px 7px 7px !important;
    background-color: #011c5c !important;
    margin: auto;
    margin-left: auto !important;
    margin-top: 10px !important;
    border-radius: 4px;
    box-shadow: none !important;
    height: auto !important;
    cursor: pointer
}

.add_news_button:hover {
    color: #ffffff !important;
    background-color: #e42c5c !important
}

.modal-header .close {
    border: 1px solid #d1d1d1;
    color: #000000;
    padding: 0px 2px 2px 3px;
    box-shadow: 1.5px 1.3px 5px 0 rgba(0, 0, 0, 0.34), inset -1.4px -1.4px 2px 0 #fff;
    background: #ffffff;
    font-size: 18px;
    font-weight: normal
}

.modal-header .close:hover {
    outline: none;
    color: #fc3c21
}

.innov_tab_outer {
    box-shadow: 0.5px 0.9px 1px 0 rgba(0, 0, 0, 0.12);
    background-color: #f3f3f3
}

.search_box:hover {
    border: 1px solid #011c5c !important
}

.incubator_phone input[type="number"]::-webkit-outer-spin-button,
.incubator_phone input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.incubator_phone input[type="number"] {
    -moz-appearance: textfield
}

.add_review_button {
    width: 56%;
    color: #ffffff !important;
    padding: 7px 7px 7px !important;
    background-color: #011c5c !important;
    margin-right: 10% !important;
    margin-top: 10px !important;
    border-radius: 4px;
    box-shadow: none !important;
    height: auto !important
}

.inbox_checkbox {
    position: relative;
    top: 3px
}

.article_description {
    word-break: break-word;
    clear: both;
    clear: both
}

.posts-comments .tooltip {
    position: fixed
}

#hover_3dots_menu .add_to_group {
    background: url(/assets/group_add-f5302003b89c563f3dd56ef70232baa9c946487a972a86a7ec5056f00c768f9b.svg) no-repeat right;
    background-size: 25px 25px;
    height: 25px;
    margin-top: 8px
}

#hover_3dots_menu .add_to_group:hover {
    background: url(/assets/group_add_hover-f9fd01843a7b2fc263b4aaa460b13723c579033cecd177e8c36d9baea5964d6b.svg) no-repeat right;
    background-size: 25px 25px;
    height: 25px;
    margin-top: 8px
}

#hover_3dots_menu .compose_mail {
    background: url(/assets/inbox-f38eae5b73d27e4f943ff4c21937a088ec10a428d4017a815bd7fdb5ce08da85.svg) no-repeat right;
    height: 25px;
    margin-top: 8px;
    margin-left: 5px
}

#hover_3dots_menu .compose_mail:hover {
    background: url(/assets/inbox_hover-8dd2cae7aa21f7be118351446bbdb2361b1f8b67706965735929afbe4cebb73c.svg) no-repeat right;
    height: 25px;
    margin-top: 8px;
    margin-left: 5px
}

#hover_3dots_menu .dots_chat {
    background: url(/assets/chat-6e27f140bb5948da393abb87e40a273c49cab229bfa58dae89d625ddd8b4633b.svg) no-repeat right;
    height: 25px;
    margin-top: 10px;
    margin-left: 10px
}

#hover_3dots_menu .dots_chat:hover {
    background: url(/assets/chat_hover-d8444e75a6edf89a1c8258c2aa2a701ce180092406550ea6f4564f4daec52401.svg) no-repeat right;
    height: 25px;
    margin-top: 10px;
    margin-left: 10px
}

#article_description {
    resize: none
}

#playPauseControllerForm #formStartAudio {
    background: url(/assets/post_mic-4424e027689331735925a59eb7f7821577ffa1c117e38852703cb9c5785d31d9.svg) no-repeat right;
    height: 45px
}

#playPauseControllerForm #formStartAudio:hover {
    background: url(/assets/post_mic_hover-d9ac8f62288b63a1b85e7b94ae49a57d5bf9dd30a05859a65a79609cd562c18d.svg) no-repeat right;
    height: 45px
}

.audio_display_button_container .play_display_hover:hover {
    content: url("/assets/play-button_hover-c0888d5b386a9897d4853e2e1c0ddfefacab6c7c18c1364db9e4e28ea3717fad.svg")
}

.location_incubator {
    color: #011c5c
}

.fa-microphone {
    color: #808080
}

.fa-microphone:hover {
    color: #011c5c !important
}

.fa-paperclip {
    color: #808080
}

.fa-paperclip:hover {
    color: #e42c5c !important
}

.audio-recording {
    background: url(/assets/post_mic-4424e027689331735925a59eb7f7821577ffa1c117e38852703cb9c5785d31d9.svg) no-repeat right;
    height: 40px;
    background-size: 30px 30px
}

.audio-recording:hover {
    background: url(/assets/post_mic_hover-d9ac8f62288b63a1b85e7b94ae49a57d5bf9dd30a05859a65a79609cd562c18d.svg) no-repeat right;
    height: 40px;
    background-size: 30px 30px
}

.audio-recording-network {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    content: url("/assets/post_mic-4424e027689331735925a59eb7f7821577ffa1c117e38852703cb9c5785d31d9.svg")
}

.audio-recording-network:hover {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    content: url("/assets/post_mic_hover-d9ac8f62288b63a1b85e7b94ae49a57d5bf9dd30a05859a65a79609cd562c18d.svg")
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    font-family: "Segoe UI" !important
}

textarea {
    resize: none
}

.chosen-container .chosen-drop {
    border: none !important
}

.navbar-toggle .icon-bar {
    background: #011c5c;
    cursor: pointer
}

.create_group_close_bttn {
    border: 1px solid #d1d1d1;
    color: #000000;
    padding: 0px 3px 0px 3px;
    box-shadow: 1.5px 1.3px 5px 0 rgba(0, 0, 0, 0.34), inset -1.4px -1.4px 2px 0 #fff;
    background: #ffffff;
    font-size: 18px;
    font-weight: normal;
    cursor: pointer
}

.create_group_close_bttn p {
    margin: -5px 0 -3px 0
}

.create_group_close_bttn:hover {
    color: #fc3c21
}

.terms_condition {
    font-size: 13px !important;
    text-align: justify !important;
    color: #a4a3a3 !important;
    font-style: italic;
    line-height: 1.36;
    letter-spacing: normal;
    margin-left: 0;
    display: -webkit-box;
    padding-left: 2px
}

.permission_checkbox {
    margin: 0px;
    margin-right: 10px;
    margin-top: 5px !important
}

.article_url {
    width: 100%
}

#innovation_create_proj .attach_sec_innovation {
    height: 14px
}

#innovation_create_proj .attach_sec_innovation .project_attach .attachment-style:hover {
    transition: all 0.2s ease !important;
    font-size: 14px !important
}

.show_audio {
    width: 600px
}

.post-search-field {
    margin: 32px 0 30px 15px
}

.search_box {
    box-shadow: unset !important;
    transition: unset !important
}

.search_box .input-group-btn:focus {
    outline: none
}

#innovation_create_proj .chosen-search-input {
    font-weight: normal
}

.product_tree_btn {
    display: none
}

.incubator_form .modal-header .close {
    margin-top: 5px;
    margin-right: 5px
}

#conversation_attachments_file {
    font-style: normal
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    float: right;
    top: -8px;
    right: 39px
}

.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #777575d4;
    animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite
}

.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite
}

.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite
}

.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(19px, 0)
    }
}

#imageAnnotationinput {
    width: 100%;
    border: 1px solid #ccc !important;
    margin-bottom: 12px;
    border-radius: 4px
}

#imageAnnotationinput:focus {
    box-shadow: none !important
}

#post_network_group_ids_chosen .chosen-choices {
    font-weight: normal !important
}

#canvas-fullscreen .glyphicon {
    color: red
}

#canvas-fullscreen .glyphicon:hover {
    color: red
}

#user_name {
    font-family: "Segoe UI SemiBold"
}

input#cometchat_search {
    color: #808080 !important
}

#cometchat_searchbar {
    border-bottom: 2px solid #C1C1C3 !important
}

.open {
    display: block !important
}

.create-comments {
    display: none
}

#sketch {
    position: absolute;
    left: 0px;
    top: 0
}

#mind-map canvas {
    position: absolute;
    left: 0px;
    top: 0
}

#new_message_inbox label {
    font-weight: normal
}

#new_network_group label {
    font-weight: normal
}

#uploadFile_dashboard .remove_img {
    position: absolute;
    top: 0px;
    left: 95px;
    font-style: normal;
    border-radius: 50%;
    background: #e42c5c;
    padding-left: 4px;
    padding-right: 3px;
    padding-bottom: 1px;
    color: #ffffff;
    font-size: 10px;
    cursor: pointer
}

#attachments_banner .remove_img {
    position: absolute;
    top: 0px;
    left: 95px;
    font-style: normal;
    border-radius: 50%;
    background: #e42c5c;
    padding-left: 4px;
    padding-right: 3px;
    padding-bottom: 1px;
    color: #ffffff;
    font-size: 10px;
    cursor: pointer
}

#new_message_inbox .attached_image {
    width: 105px;
    height: 60px;
    padding-top: 4px
}

#annotation-canvas {
    position: absolute;
    top: 0
}

.lds-facebook {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ccc;
    z-index: 99999
}

.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
    width: 13px;
    background: #ffffff;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite
}

.lds-facebook div:nth-child(1) {
    left: 2px;
    animation-delay: -0.24s
}

.lds-facebook div:nth-child(2) {
    left: 42px;
    animation-delay: -0.12s
}

.lds-facebook div:nth-child(3) {
    left: 82px;
    animation-delay: 0
}

@keyframes lds-facebook {
    0% {
        top: 6px;
        height: 51px
    }

    50%,
    100% {
        top: 19px;
        height: 26px
    }
}

.addSpace {
    margin-left: 10%;
    margin-right: 10%
}

.addSpaceHead {
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 900;
    line-height: 28px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    margin-top: 60px;
    color: #011c5c
}

.inputBrder {
    display: block !important;
    width: 100% !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #555555 !important;
    background-color: #ffffff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    padding-right: 0
}

.form-group label {
    font-family: 'Segoe UI';
    font-size: 14px;
    color: #a4a3a3
}

.subText {
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.3px;
    color: #868686;
    padding: 30px 15px 15px
}

.radio label {
    font-weight: 600
}

.checkbox label {
    padding-left: 0;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600
}

.space30 {
    padding-top: 30px
}

.linebrdr {
    border-top: 1px solid #011c5c
}

.linebrdrGray {
    border-top: 1px solid #bebebe;
    margin-top: 10px;
    margin-bottom: 10px
}

.box {
    padding-top: 10px
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.create {
    background-color: #011c5c;
    border: none;
    color: #ffffff;
    padding: 8px 30px;
    margin: 30px 15px
}

.create:hover {
    color: #ffffff;
    background-color: #e42c5c !important;
    border: none;
    color: #ffffff;
    padding: 8px 30px;
    margin: 30px 15px
}

.closeBttn {
    position: absolute;
    right: 35px;
    top: 40px;
    border-bottom: none !important
}

.datePicker {
    background: url(/images/calendar.png) no-repeat #fff;
    background-position: right 0.8em bottom 8px
}

.drTxt {
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    color: #011c5c
}

.mBTxt {
    font-family: 'Segoe UI';
    font-size: 11px;
    color: #011c5c
}

.pT10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.modal-head {
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.3px;
    text-align: left;
    color: #011c5c;
    text-transform: uppercase
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #f5f5f5;
    text-align: center;
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.3px;
    color: #aaa9a9;
    vertical-align: middle
}

.table>tbody>tr>th {
    font-family: 'Segoe UI';
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.2px;
    text-align: center;
    text-transform: uppercase;
    color: #4a5054
}

.modal-footer {
    text-align: left
}

.modalFooter {
    background: #f2f2f2;
    padding: 18px 21px 33px 16px
}

.md-checkbox {
    position: relative;
    margin: 1em 0;
    text-align: left
}

.md-checkbox.md-checkbox-inline {
    display: inline-block
}

.md-checkbox label {
    cursor: pointer;
    display: inline;
    line-height: 1.25em;
    vertical-align: top;
    clear: both;
    padding-left: 1px;
    color: #4a5054;
    font-family: 'Segoe UI';
    font-size: 13px
}

.md-checkbox label:not(:empty) {
    padding-left: 0.75em
}

.md-checkbox label:before,
.md-checkbox label:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0
}

.md-checkbox label:before {
    width: 1.25em;
    height: 1.25em;
    background: #ffffff;
    border: 1px solid #b8b8b8;
    border-radius: 0.125em;
    cursor: pointer;
    transition: background 0.3s
}

.md-checkbox input[type="checkbox"] {
    outline: 0;
    visibility: hidden;
    width: 1.25em;
    margin: 0;
    display: block;
    float: left;
    font-size: inherit
}

.md-checkbox input[type="checkbox"]:checked+label:before {
    background: #ffffff;
    border: 1px solid #b8b8b8
}

.md-checkbox input[type="checkbox"]:checked+label:after {
    transform: translate(0.25em, 0.33654em) rotate(-45deg);
    width: 0.75em;
    height: 0.375em;
    border: 0.125em solid #b8b8b8;
    border-top-style: none;
    border-right-style: none
}

.md-checkbox input[type="checkbox"]:disabled+label:before {
    border-color: rgba(0, 0, 0, 0.26)
}

.md-checkbox input[type="checkbox"]:disabled:checked+label:before {
    background: rgba(0, 0, 0, 0.26)
}

*,
*:before,
*:after {
    box-sizing: border-box
}

.cart-count {
    display: inline-block;
    font-size: 12px;
    width: 23px;
    line-height: 23px;
    height: 23px;
    color: #ffffff;
    border-radius: 2px;
    text-align: center;
    background-color: #011c5c
}

.added-slot {
    font-family: 'Segoe UI';
    font-size: 12px;
    letter-spacing: 0.2px;
    color: #4a5054;
    margin-left: 10px
}

.bttn-done {
    width: 83px;
    height: 32px;
    color: #ffffff;
    text-align: center;
    background-color: #011c5c;
    border: none;
    margin-left: 20px
}

.time-header {
    background: #f2f2f2;
    padding: 25px
}

.arrowBttn {
    background: none;
    border: none
}

.dateTxt {
    width: 100%;
    text-align: center;
    border: none;
    background: none;
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 900;
    color: #4a5054
}

.annotation_ok {
    background: #011c5c !important;
    color: #ffffff !important;
    padding-top: 4px;
    padding-bottom: 5px;
    width: 18%;
    border: none;
    border-radius: 4px;
    outline: none
}

.annotation_cancel {
    background-color: #e6e6e6 !important;
    border: none;
    color: #4b5057 !important;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 18%;
    border: none;
    margin-right: 10px;
    border-radius: 4px;
    outline: none
}

.canvasLoader {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto
}

.hoverDotTooltip {
    word-break: break-word
}

.fabrication_is_internet_provided .radio-inline {
    margin-right: 80px;
    padding-left: 0px;
    margin-top: 5px;
    font-style: normal
}

.fabrication_facilities_name {
    font-style: normal !important
}

.fabrication_facilities_hourly_price {
    font-style: normal !important
}

#fabrication_request_facility_id_chosen .chosen-single {
    padding: 0 !important;
    margin-top: 0
}

.get_quote {
    border: 1px solid #011c5c;
    color: #011c5c;
    background: #ffffff;
    font-weight: 600;
    padding: 10px 15px;
    font-size: 13px
}

.file-2 {
    padding-left: 5px;
    font-family: 'Segoe UI';
    font-size: 11.5px;
    font-weight: 100;
    letter-spacing: 0.2px;
    text-align: center;
    color: #011c5c
}

.menu_icons {
    height: 35px;
    display: none;
    float: left;
    padding-right: 10px;
    width: 44px
}

.nav_menu {
    cursor: pointer;
    padding: 2px 0px !important
}

.nav_menu .icon-bar {
    background: #acaaaa
}

.get_quote:focus {
    border-bottom: 1px solid #011c5c !important
}

.addSpace .form-group label {
    font-family: 'Segoe UI';
    font-size: 14px;
    color: #a4a3a3;
    font-style: normal !important
}

.leftContainer ul {
    margin: 14px 0 0;
    padding: 0
}

.leftContainer ul li {
    border-radius: 4px;
    font-family: 'Segoe UI';
    font-size: 13px;
    opacity: 0.8;
    line-height: 30px;
    padding-left: 20px;
    border: solid 0.8px #d9d9d9;
    border-left: 5px solid #3a4f80;
    background-color: #ffffff;
    list-style: none;
    color: #3a4f80;
    width: 100%
}

.leftContainer ul li.active {
    opacity: 1
}

.leftContainer ul li a {
    color: #3a4f80;
    text-decoration: none
}

.searchContainer {
    background-image: url(/assets/bg-pattern-7a573cb0e29d12ba8790fd966c6041146924f31fc4d57553f3da8bc5904aa9f7.jpg) !important;
    padding: 5px 0 !important;
    height: 40px
}

.search_input {
    width: 100%;
    height: 30px;
    font-size: 12px;
    box-shadow: none;
    font-style: normal;
    padding-left: 9px;
    padding-top: 0px;
    border: none;
    color: #363636;
    font-family: 'Segoe UI'
}

.search_bttn {
    border-right: none;
    border-top: none;
    border-radius: 0;
    border-color: #d9d9d9 !important;
    border-bottom: none
}

.addCompetition {
    height: 28px;
    display: inline-block;
    font-family: 'Segoe UI';
    line-height: 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-align: left;
    padding: 0 7px 0 15px;
    color: #fefefe !important
}

.selectContainer {
    padding: 10px 17px 0
}

.selectContainer .form-control {
    border-radius: 6px;
    box-shadow: 0.5px 0.9px 0 0 #fff, 0.5px 0.9px 0 0 rgba(0, 0, 0, 0.22);
    border: solid 1px #bebebe;
    background-color: #ecebeb;
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    color: #a4a3a3
}

.title {
    font-family: 'Segoe UI';
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: normal;
    margin: 0;
    text-align: left;
    padding: 15px 0 10px;
    color: #011c5c
}

.location {
    font-size: 11px;
    font-weight: 900;
    line-height: 17px;
    letter-spacing: 0.2px;
    padding-top: 5px;
    text-align: left;
    color: #868686;
    margin-bottom: 3px
}

.location img {
    margin-right: 5px
}

.withdrawn {
    opacity: 0.5
}

.col3-title {
    height: 40px;
    line-height: 36px;
    border: solid 1px #d1d1d1;
    background-color: #f3f3f3;
    font-family: 'Segoe UI SemiBold';
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: normal;
    text-align: center;
    border-radius: 3px;
    color: #011c5c;
    margin: 5px 0 2px
}

.message-feed-bg {
    display: flex;
    border-radius: 6px;
    box-shadow: 0.8px 0.7px 2px 0 rgba(0, 0, 0, 0.24), inset -1.4px -1.4px 2px 0 #fff;
    border: solid 0.8px #ffffff;
    margin-bottom: 7px;
    background-color: #fefefe;
    width: 100%
}

.message-title {
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: normal;
    margin: 0;
    text-align: left;
    padding: 17px 0 10px 15px;
    color: #011c5c
}

.message-pic {
    vertical-align: top;
    padding: 0 0 0 21px
}

.prof-name {
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: 900;
    line-height: 19px;
    letter-spacing: 0.2px;
    text-align: left;
    color: #363636
}

.timer {
    font-family: 'Segoe UI';
    font-size: 11px;
    line-height: 19px;
    letter-spacing: 0.2px;
    text-align: left;
    color: #b7b3b3
}

.timer img {
    margin-right: 5px
}

.message-content {
    font-family: 'Segoe UI';
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0.3px;
    padding: 5px 0 24px 0;
    text-align: left;
    color: #363636
}

.message-content span {
    color: #1c1c1c
}

.message-dot {
    display: flex;
    align-items: center
}

.col4-title {
    height: 38px;
    line-height: 36px;
    border-bottom: solid 1px #d1d1d1;
    background-color: #ffffff;
    font-family: 'Segoe UI';
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: normal;
    text-align: center;
    border-radius: 3px;
    color: #011c5c;
    margin: 0
}

.col4-brdr {
    border: solid 1px #d1d1d1;
    background-color: #ffffff;
    margin-bottom: 10px
}

.last-column-container {
    display: flex;
    padding: 0 14px 17px
}

.last-column-container.first {
    display: flex;
    padding: 11px 14px 17px
}

.competition-text {
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: normal;
    letter-spacing: normal;
    text-align: left;
    color: #777777;
    padding: 0 10px 0 5px;
    margin-left: 10px;
    word-break: break-all
}

.competition-text-title {
    font-family: Segoe UI SemiBold
}

.competition-text-title:hover {
    color: #011c5c
}

.competition-text span {
    color: #868686
}

.detailSection {
    box-shadow: 0.5px 0.9px 4px 0 rgba(0, 0, 0, 0.22);
    border: solid 1px #b1b1b1;
    background-color: #ffffff;
    position: relative
}

.detailSection .comment_b {
    padding-left: 0px
}

.carousel-indicators li {
    background-color: #eeebeb
}

.carousel-indicators .active {
    background-color: #2a2d93
}

.detail-content {
    padding: 25px 26px 0 46px
}

.detail-title {
    font-family: 'Segoe UI';
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    color: #011c5c;
    word-break: break-all;
    padding-left: 0px;
    padding-right: 0px
}

.detail-component {
    padding: 15px 0 5px
}

.detail-left-col {
    padding-left: 0;
    padding-top: 10px;
    border-right: 1px solid #bebebe
}

.add-column {
    text-align: center
}

.add-column span {
    font-size: 10px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: 0.24px;
    color: #868686;
    padding-top: 5px;
    display: block;
    cursor: pointer
}

.add-column span:hover {
    color: #011c5c
}

.d-content {
    font-family: 'Segoe UI';
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    color: #868686;
    padding-top: 20px
}

.visit-link {
    padding: 20px 0
}

.visit-link a {
    font-family: 'Segoe UI';
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    color: #10a7d9;
    text-decoration: none
}

.visit-link,
.competition-edit {
    text-align: right
}

.visit-link a img:hover,
.competition-edit a img:hover {
    filter: invert(69%) sepia(82%) saturate(2811%) hue-rotate(219deg) brightness(44%) contrast(72%)
}

.structure {
    font-family: 'Segoe UI';
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
    letter-spacing: 0.3px;
    text-align: left;
    color: #bababb
}

.grayTxt {
    color: #868686
}

.blueTxt {
    color: #011c5c
}

.pt-30 {
    padding-top: 30px
}

.participate-bttn,
.submit-project-btn {
    height: 33px;
    display: inline-block;
    background-color: #011c5c;
    font-family: 'Segoe UI';
    font-size: 12px;
    font-weight: 900;
    line-height: 33px;
    letter-spacing: 0.28px;
    padding: 0 29px;
    margin: 25px 0 5px;
    text-align: center;
    color: #ffffff !important
}

.participate-bttn:hover {
    background-color: #e42c5c !important;
    color: #ffffff !important;
    text-decoration: none
}

.divider {
    border-top: 1px solid #b1b1b1
}

.post {
    display: flex
}

.posted {
    font-family: 'Segoe UI';
    font-size: 11px;
    line-height: 19px;
    letter-spacing: 0.3px;
    text-align: left;
    color: #868686;
    text-transform: italic;
    font-style: italic
}

.post-name {
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: 900;
    line-height: 19px;
    letter-spacing: 0.3px;
    color: #363636
}

.col-name {
    font-family: 'Segoe UI';
    font-size: 11px;
    text-align: left;
    color: #868686
}

.col-name:hover {
    color: #011c5c
}

.col-date {
    font-family: 'Segoe UI';
    font-size: 11px;
    line-height: 19px;
    letter-spacing: 0.2px;
    text-align: left;
    color: #868686
}

.create-team {
    border-radius: 4px;
    border: solid 2px #011c5c;
    height: 39px;
    background-color: #eaecf0;
    line-height: 36px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
    color: #011c5c
}

.join-team {
    font-family: 'Segoe UI';
    font-size: 12px;
    width: 40%;
    font-weight: 900;
    text-transform: uppercase;
    padding: 10px 0;
    border-radius: 6px;
    margin-bottom: 10px;
    letter-spacing: 0.2px;
    text-align: center;
    color: #363636;
    margin-left: 30%;
    background: #f3f3f3;
    border: solid 1px #d1d1d1
}

.join-team:hover {
    cursor: pointer
}

.teamBox {
    border: solid 1px #d1d1d1;
    background-color: #ffffff;
    padding: 0;
    margin-bottom: 10px
}

.teamHead {
    background-color: #f3f3f3;
    font-family: 'Segoe UI';
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    text-align: center;
    padding: 12px 0;
    color: #011c5c
}

.teamHead span {
    font-weight: bold;
    font-style: normal
}

.teamContent {
    padding: 10px 24px 25px 15px
}

.modertorTxt {
    font-family: 'Segoe UI';
    font-size: 12px;
    text-align: left;
    padding-top: 2px;
    color: #868686
}

.moderatorName {
    font-size: 13px;
    font-family: 'Segoe UI SemiBold';
    font-style: normal;
    font-stretch: normal;
    line-height: 1.58;
    letter-spacing: normal;
    color: #363636;
    word-break: break-word;
    margin-top: 7px
}

.activeMemberTxt {
    font-family: 'Segoe UI';
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    padding: 0 10px 10px;
    color: #252b2f
}

.activeMemberTxt span {
    font-family: 'Segoe UI';
    font-weight: bold;
    font-style: normal;
    color: #011c5c;
    font-size: 12px
}

.membersBox {
    padding: 10px 10px 15px 19px
}

.membersBox img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px
}

.discussionBttn {
    border: solid 1px #011c5c !important;
    background-color: #ffffff;
    font-family: 'Segoe UI';
    font-size: 12px;
    font-weight: 600;
    line-height: 19px;
    padding: 7px 15px;
    letter-spacing: 0.3px;
    text-align: left;
    color: #011c5c
}

.discussionBttn:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #011c5c
}

.join-bttn {
    border: solid 0.8px #d9d9d9;
    background-color: #011c5c;
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: 600;
    line-height: 19px;
    padding: 7px 15px;
    letter-spacing: 0.3px;
    color: #ffffff !important
}

.join-bttn:hover {
    color: #ffffff !important;
    border: solid 0.8px #e42c5c;
    background-color: #e42c5c
}

.button-container {
    padding-bottom: 25px
}

.blrBox {
    box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.12);
    background-color: #ffffff;
    padding: 0;
    margin-bottom: 10px
}

.blrHead {
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    letter-spacing: 0.3px;
    text-align: left;
    padding: 21px 0 25px 26px;
    color: #3c495a
}

.blrImageBox {
    padding: 0 30px 10px 26px
}

.blrImageBox img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px
}

.blrMemberBox {
    border-top: 1px solid #ccc;
    padding: 10px 28px 19px
}

.leftBox {
    text-align: center;
    font-family: 'Segoe UI';
    font-size: 11px;
    font-weight: 300;
    font-style: italic;
    line-height: 17px;
    letter-spacing: 0.2px;
    color: #868686
}

.leftBox span {
    font-size: 14px;
    font-weight: 900;
    line-height: 17px;
    letter-spacing: 0.3px;
    color: #59b7ff;
    display: block;
    padding-bottom: 1px;
    font-style: normal
}

#fabrication_request_sched_date_field {
    text-align: center
}

#fabrication_request_timeslot {
    text-align: center
}

.fabrication_request_material .radio-inline {
    margin-left: 17px !important;
    margin-right: 30px !important
}

.createComp {
    box-shadow: inset -2.1px 2.1px 3px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    border: solid 1px #d1d1d1;
    background-color: #ffffff;
    height: 100%;
    overflow-y: auto
}

.competition-right {
    height: 100%;
    overflow-y: auto;
    background-color: #f6f5f5
}

.createHead {
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 900;
    padding: 50px 0 30px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #011c5c
}

#formClass label {
    padding-left: 5px;
    font-size: 14px;
    font-weight: 900;
    color: #a4a3a3
}

#formClass .form-control {
    font-family: 'Segoe UI';
    font-style: italic;
    color: #a4a3a3;
    height: 41px;
    border: 1px solid #bebebe
}

#formClass .brdrStyle {
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff
}

.datePicker {
    background: url(../images/calendar-icon.jpg) no-repeat #fff;
    background-position: right;
    font-size: 13px;
    color: #011c5c
}

.paddingAdjust {
    padding-left: 30px;
    padding-right: 0
}

.helpTxt {
    font-family: 'Segoe UI';
    font-size: 13px;
    font-style: italic;
    line-height: 16px;
    margin-top: 25px;
    letter-spacing: 0.3px;
    color: #a4a3a3
}

#check .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
    font-style: normal
}

#check .form-group label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #011c5c;
    font-style: normal
}

#check .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #011c5c;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px
}

#check .form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 12px;
    width: 5px;
    height: 10px;
    border: solid #011c5c;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg)
}

.uploadHeadTxt {
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.3px;
    text-align: left;
    color: #73728a;
    cursor: pointer
}

.uploadSec {
    margin-bottom: 25px
}

.uploadFilesContainer {
    border-top: 1px solid #ccc;
    padding: 10px 0
}

.uploadFileSec {
    float: left;
    margin-right: 10px;
    font-family: 'Segoe UI';
    font-size: 13px;
    line-height: 21.5px;
    letter-spacing: normal;
    text-align: center;
    color: #011c5c
}

.uploadFileSec span {
    display: block;
    padding-top: 10px
}

#checkForm .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}

#checkForm .form-group label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #011c5c;
    font-style: normal
}

#checkForm .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #011c5c;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px
}

#checkForm .form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #011c5c;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg)
}

.postBttnContainer {
    margin: 60px auto;
    text-align: center
}

.post-bttn {
    background-color: #011c5c;
    font-family: 'Segoe UI';
    padding: 9px 35px;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.3px;
    text-align: center;
    color: #ffffff;
    border: transparent;
    border-radius: 0
}

.post-bttn:focus {
    border: 1px solid #8c8c8c
}

.post-bttn:hover {
    color: #ffffff;
    text-decoration: none
}

#competition_category_chosen,
#design_anthology_subject_area_chosen,
#competition_type_chosen,
#competition_submission_project_ids_chosen,
#competition_industry_chosen,
#competition_location_id_chosen,
#design_anthology_article_by_id_chosen,
#design_anthology_author_id_chosen,
#follow_article_follow_category_chosen,
#competition_submission_project_id_chosen,
#child_subject_chosen,
#child_grade_chosen,
#design_anthology_preview {
    display: block !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    background-color: #ffffff !important;
    background-image: none !important;
    border-radius: 4px !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
    margin-left: 0;
    font-family: "Segoe UI" !important;
    font-style: italic !important;
    color: #a4a3a3 !important;
    border: 1px solid #c7c7c7 !important
}

#competition_category_chosen .chosen-single,
#design_anthology_subject_area_chosen .chosen-single,
#competition_type_chosen .chosen-single,
#competition_submission_project_ids_chosen .chosen-single,
#competition_industry_chosen .chosen-single,
#competition_location_id_chosen .chosen-single,
#design_anthology_article_by_id_chosen .chosen-single,
#design_anthology_author_id_chosen .chosen-single,
#follow_article_follow_category_chosen .chosen-single,
#competition_submission_project_id_chosen .chosen-single,
#child_subject_chosen .chosen-single,
#child_grade_chosen .chosen-single,
#design_anthology_preview .chosen-single {
    padding: 0;
    margin-top: 0
}

#competition_description,
#competition_declaration,
#competition_announcement {
    height: auto !important
}

.create-group-form #new_project .form-actions .btn {
    height: 37px;
    color: #ffffff;
    width: 100%;
    margin-top: 10px;
    border-radius: 0;
    max-width: 150px;
    background: #011c5c !important
}

.create-group-form #new_project .form-actions {
    float: none;
    text-align: center
}

#create-team-form {
    clear: both;
    border: 1px solid #ddd;
    padding: 10px 7px 20px
}

.competition_url {
    width: 100%
}

.discussContainer {
    background: url(/assets/search-div-e0552230ea4fd4f7ba7d72926e96e7d29ab6ffbaa074f3a8e81f446dfb561956.png);
    background-repeat: repeat;
    margin-bottom: 10px
}

.discussion-board-head {
    font-family: 'Segoe UI SemiBold';
    font-size: 18px;
    padding: 26px 16px 16px 16px;
    line-height: 26px;
    text-align: left;
    color: #011c5c
}

.discussion-board-head span {
    border-radius: 4px;
    background-color: #eaecf0;
    font-family: 'Segoe UI SemiBold';
    vertical-align: middle;
    font-size: 12px;
    border: solid 2px #011c5c;
    float: right;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: normal;
    text-align: left;
    padding: 5px 10px;
    margin-left: 10px;
    color: #011c5c
}

.questionBox {
    display: flex;
    border: solid 1px #e0dfdf;
    box-shadow: 0.5px 0.9px 1px 0 rgba(0, 0, 0, 0.12);
    background-color: #f3f3f3;
    padding: 10px 15px;
    margin: 3px 0 5px
}

.askQuest {
    padding-right: 15px;
    margin: 10px
}

.discussBoxBg {
    border-radius: 6px;
    box-shadow: 0.8px 0.7px 2px 0 rgba(0, 0, 0, 0.24), inset -1.4px -1.4px 2px 0 #fff;
    border: solid 0.8px #ffffff;
    padding: 20px 0 !important;
    background-color: #ffffff;
    margin-bottom: 1px
}

.discussHead {
    font-family: 'Segoe UI';
    font-size: 18px;
    clear: both;
    font-weight: 900;
    line-height: 19px;
    text-decoration: underline;
    text-underline-position: under;
    position: relative;
    letter-spacing: 0.4px;
    color: #363636
}

.discussName {
    font-family: 'Segoe UI';
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.2px;
    padding-top: 3px;
    color: #a9a8a8
}

.discussHour {
    font-family: 'Segoe UI';
    font-size: 11px;
    line-height: 19px;
    letter-spacing: 0.2px;
    text-align: left;
    padding-left: 10px;
    padding-top: 3px;
    color: #878da5
}

.discussHour img {
    vertical-align: inherit;
    margin-right: 3px
}

.resContainer {
    padding-top: 10px !important
}

.resText {
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    letter-spacing: 0.3px;
    padding-right: 8px;
    text-align: left;
    color: #011c5c
}

.resText span {
    padding-left: 5px;
    position: relative
}

.resText span:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -2px;
    border-color: #011c5c;
    border-width: 0 0 1px;
    border-style: solid
}

.viewTxt {
    font-family: 'Segoe UI';
    font-size: 12px;
    font-weight: bold;
    line-height: 19px;
    padding-left: 8px;
    letter-spacing: 0.2px;
    text-align: left;
    color: #a9a8a8;
    border-left: 1px solid #ababab
}

.viewTxt span {
    padding-left: 5px
}

.organise {
    height: 39px;
    border: solid 2px #011c5c;
    background-color: #eaecf0;
    font-family: 'Segoe UI';
    line-height: 33px;
    font-size: 13px;
    margin-top: 10px;
    border-radius: 4px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
    color: #3a4f80
}

.organise img {
    margin-left: 10px
}

.team-member-box {
    border-radius: 4px;
    box-shadow: inset -2.1px 2.1px 3px 0 rgba(0, 0, 0, 0.06);
    border: solid 1px #d1d1d1;
    background-color: #fbfbf8
}

.team-head {
    background-color: #f3f3f3;
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 14px 0 12px;
    color: #011c5c
}

.team-container {
    padding: 13px 0 0;
    display: flex
}

.designation {
    font-family: 'Segoe UI';
    font-size: 11px;
    line-height: 19px;
    letter-spacing: 0.2px;
    text-align: left;
    color: #011c5c
}

.team-divider {
    float: left;
    width: 80%;
    margin: 20px 10% 5px;
    border-top: 2px solid #d1d1d1;
    display: block
}

.team-active-members {
    font-family: 'Segoe UI';
    font-size: 12.5px;
    font-weight: 300;
    font-style: italic;
    text-align: right;
    padding: 20px 0 30px;
    color: #252b2f
}

.team-active-members span {
    font-family: 'Segoe UI';
    font-weight: bold;
    font-style: normal;
    color: #011c5c;
    font-size: 12px
}

.mentorBox {
    box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.12);
    background-color: #fcfcfc;
    border-top: 3px solid #2f4280;
    border-bottom: 3px solid #2f4280;
    padding: 10px 0 0
}

.mentorMember {
    margin: 0 auto;
    width: 80%
}

.mentorHead {
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: 900;
    line-height: 14px;
    letter-spacing: 0.3px;
    padding: 5px 25px;
    text-align: center;
    color: #3c495a
}

.memtorMemBox {
    border-radius: 2px;
    display: flex;
    box-shadow: 1px 1.7px 2px 0 rgba(0, 0, 0, 0.14);
    border: solid 0.8px #ffffff;
    height: 56px;
    background-color: #ffffff;
    margin-bottom: 5px
}

.memtorMemBox span.txt {
    display: flex;
    align-items: center;
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: 900;
    line-height: 17px;
    letter-spacing: 0.3px;
    text-align: left;
    padding-left: 10px;
    color: #363636;
    width: 70%
}

.memtorMemBox span {
    display: flex;
    align-items: center
}

.member-count {
    font-family: 'Segoe UI';
    font-size: 11px;
    font-weight: 300;
    font-style: italic;
    line-height: 17px;
    letter-spacing: 0.2px;
    padding: 10px 0 3px;
    text-align: center;
    color: #868686
}

.member-count span {
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 900;
    line-height: 17px;
    letter-spacing: 0.3px;
    text-align: left;
    color: #59b7ff
}

.count-arrow {
    background-color: #ffffff;
    text-align: center;
    padding: 10px 0
}

.team-create .create-group-form {
    clear: both;
    border: 1px solid #ddd;
    padding: 11px 10px 20px
}

.spidochetube {
    max-width: 960px;
    margin: auto
}

.spidochetube_inner {
    float: left;
    background-color: #ffffff;
    padding: 10px;
    width: 100%;
    box-sizing: border-box
}

#spidochetube_player {
    width: 68.0852%;
    float: left
}

#player {
    width: 100%
}

#spidochetube_list {
    overflow: auto;
    float: right;
    -webkit-overflow-scrolling: touch;
    width: 31%;
    background-color: #ffffff;
    padding: 5px 0;
    border: none;
    border-left: none;
    margin: 0;
    padding-top: 37.4%;
    height: 0
}

#spidochetube_list li {
    border-bottom: 1px solid #b4b4b4;
    display: block;
    margin-left: 12px;
    padding: 6px 0;
    cursor: pointer;
    background-color: #ffffff;
    position: relative
}

#spidochetube_list li:first-child {
    border-top: none
}

#spidochetube_list li:last-child {
    border-bottom: none
}

#spidochetube_list li:hover {
    background: #ffffff
}

#spidochetube_list li span {
    color: #333333;
    display: inline-block;
    width: 50%;
    margin-left: 4%;
    margin-right: 3%;
    font-size: 12px;
    word-break: break-word
}

#spidochetube_list li img {
    vertical-align: top;
    width: 43%
}

#spidochetube_list li.spidochetube_current,
#spidochetube_list li:hover.spidochetube_current {
    background-color: #ffffff
}

#spidochetube_list li.spidochetube_current span {
    color: #333333
}

ul#spidochetube_list li:first-child {
    margin-top: -120%
}

#spidochetube_list li a {
    width: 100%;
    display: block;
    margin: 0
}

.knowledge-main-container .left-col,
.knowledge-main-container .posts-comments,
.knowledge-main-container .right-col {
    background: unset !important;
    padding-top: 0px !important;
    padding-top: 0px !important
}

.ndin_logo_text {
    height: auto;
    width: 79px
}

.ndin_header_logo {
    height: auto;
    width: 32px
}

.ndin_header_login_logo {
    height: auto;
    width: 53px
}

.ndin_logo_login_text {
    height: auto;
    width: 117px
}

.fab_location_filter {
    font-size: 14px !important
}

.competition-file-upload {
    padding: 20px;
    border: 1px dashed #011c5c
}

.competition-upload-text {
    font-family: 'Segoe UI';
    font-size: 13px;
    font-style: italic;
    line-height: 1.23;
    color: #cccccc
}

.competition-upload-text span {
    text-decoration: underline;
    font-style: normal;
    color: #011c5c;
    cursor: pointer
}

.competition-file-upload {
    padding: 20px;
    border: 1px dashed #011c5c
}

.competition-upload-text {
    font-family: 'Segoe UI';
    font-size: 13px;
    font-style: italic;
    line-height: 1.23;
    color: #cccccc
}

.competition-upload-text span {
    text-decoration: underline;
    font-style: normal;
    color: #011c5c
}

.logout_icon_mobile {
    height: 30px
}

.logout_section {
    padding-top: 18px;
    padding-right: 0px;
    cursor: pointer;
    border-left: 1px solid #e7ebed;
    padding-bottom: 11px;
    padding-left: 0px;
    display: flex
}

.collab_red_icon {
    padding-top: 12px;
    padding-right: 0;
    padding-left: 9px;
    padding-bottom: 6px;
    cursor: pointer
}

.collab_grey_icon {
    padding-top: 12px;
    padding-right: 0px;
    padding-left: 9px;
    padding-bottom: 6px;
    cursor: pointer
}

.nav_msgs {
    border-right: 1px solid #e7ebed;
    padding-top: 18px;
    padding-bottom: 16px;
    padding-left: 12px;
    padding-right: 0px
}

.dic-inc-member-mobile {
    display: none
}

.footer-menu-mobile {
    position: fixed;
    bottom: 0px;
    left: 0;
    height: 60px;
    display: none;
    box-shadow: -1px -1.7px 3px 0 rgba(0, 0, 0, 0.17);
    border: solid 0.5px #acaaaa;
    background-color: #ffffff;
    z-index: 110;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px
}

.mobile_footer_menu_img {
    width: 30px;
    height: 30px
}

.footer_menu_icon_div {
    text-align: center;
    padding-top: 10px !important
}

.design_article_detail_container .left-col {
    padding-left: 15px;
    padding-right: 15px
}

.mobile-back-arrow {
    display: none
}

#post_status_filter_chosen,
#competition_category_filter_chosen,
#competition_deadline_filter_chosen,
#sel1_chosen,
#article_category_filter_chosen,
#article_user_institution_chosen,
#article_subject_filter_chosen {
    display: block;
    padding: 0;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #f3f3f3;
    background-image: none;
    border-radius: 4px;
    margin-top: 5px
}

#post_status_filter_chosen .chosen-single span,
#competition_category_filter_chosen .chosen-single span,
#competition_deadline_filter_chosen .chosen-single span,
#sel1_chosen .chosen-single span,
#article_category_filter_chosen .chosen-single span,
#article_user_institution_chosen .chosen-single span,
#article_subject_filter_chosen .chosen-single span {
    color: #868686;
    padding-right: 5px
}

#competition_category_filter_chosen:hover .chosen-single span,
#competition_deadline_filter_chosen:hover .chosen-single span,
#post_status_filter_chosen:hover .chosen-single span {
    color: #011c5c
}

#post_status_filter_chosen,
#competition_deadline_filter_chosen,
#competition_category_filter_chosen {
    background-color: transparent
}

.join-bttn-disable {
    border: solid 1px #bebebe !important;
    background-color: #f3f3f3;
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: 600;
    line-height: 19px;
    padding: 7px 15px;
    letter-spacing: 0.3px;
    color: #808080 !important;
    cursor: auto
}

.discussionForm #post_comments_list #post_comment_comment,
.detailSection #post_comments_list #post_comment_comment {
    width: calc(100% - 100px)
}

#new_competition_submission label {
    color: #011c5c
}

.mentor-network-sec {
    padding-left: 0px;
    padding-right: 3px
}

.mobile-audio-post-bttn {
    display: none;
    position: fixed;
    bottom: 88px;
    right: 22px;
    background: #011c5c;
    border-radius: 50%;
    padding: 12px 7px 1px 20px;
    z-index: 110
}

.mobile-audio-post-create-bttn {
    height: 59px;
    width: 47px
}

#sel1_chosen {
    width: 100px
}

#competition_category_filter_chosen,
#competition_deadline_filter_chosen {
    width: 200px !important
}

#competition_category_filter_chosen .chosen-single,
#competition_deadline_filter_chosen .chosen-single {
    margin-top: 1%
}

.create-media-post-button {
    background: #011c5c;
    border-radius: 10px;
    box-shadow: 1.5px 2.6px 4px 0 rgba(0, 0, 0, 0.24);
    color: #ffffff;
    width: 100%;
    padding: 10px 0px 3px 0px;
    outline: none;
    border: unset
}

.mobile-post-svg {
    height: 29px;
    width: 36px
}

.mobile-create-post-section {
    display: none
}

.mobile-post-search-icon,
.filterStatus {
    border-radius: 3.4px;
    border: solid 1px #c7c6c6;
    background-color: #ffffff;
    padding: 12px 15px
}

.mobile-post-search-icon img,
.filterStatus img {
    height: 14px;
    width: 14px
}

.bttnSection {
    margin-top: 13px
}

.network-main-container .mobile-solution-feed-col {
    padding-left: 0px;
    padding-right: 0px
}

.network-main-container .mobile-solution-feed-col .create-post {
    background: url(/assets/search-div-e0552230ea4fd4f7ba7d72926e96e7d29ab6ffbaa074f3a8e81f446dfb561956.png);
    background-repeat: repeat
}

.network-main-container .mobile-solution-feed-col .Network {
    padding-left: 5px;
    padding-right: 5px
}

.sub-container {
    padding: 11px 0 19px;
    font-family: 'Segoe UI';
    font-size: 12px;
    text-align: left;
    color: #818181
}

.subj-content {
    font-family: 'Segoe UI';
    font-size: 13px;
    line-height: 16px;
    padding-bottom: 20px;
    text-align: left;
    color: #777777
}

.read-more-bttn {
    font-family: 'Segoe UI';
    line-height: 16px;
    float: right;
    letter-spacing: normal;
    text-align: left;
    color: #3a4f80
}

.children-items {
    padding: 0px 3px 9px 3px
}

.childern-col {
    box-shadow: -1.4px 1.4px 4px 0 #fff, inset -2.1px 2.1px 3px 0 rgba(0, 0, 0, 0.06);
    border: solid 1px #d1d1d1;
    background-color: #ffffff;
    width: 100%
}

.child-pro-text {
    font-family: 'Segoe UI';
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    text-align: left;
    padding: 15px 17px 11px;
    background-color: #f6f5f5;
    color: #333333
}

.mt-27 {
    margin-top: 27px
}

.child-subj {
    font-family: 'Segoe UI';
    font-size: 13px;
    text-align: left;
    padding: 18px 0 13px;
    color: #818181
}

.child-subj span {
    font-weight: bold;
    color: #545454
}

.hide-bullets {
    list-style: none;
    margin-left: -40px;
    margin-top: 20px
}

.thumbnail {
    padding: 0
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    width: 100%
}

.child-right-container {
    border-top: 1px solid #e7ebed;
    float: left;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #e7ebed
}

.child-img-container {
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: 900;
    line-height: 19px;
    letter-spacing: 0.3px;
    float: left;
    width: 70%;
    border-right: 1px solid #e7ebed;
    text-align: left;
    color: #363636
}

.child-img-container span {
    display: block;
    font-family: 'Segoe UI';
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    color: rgba(7, 87, 87, 0.6)
}

.child-img-container img {
    float: left;
    margin: 0 10px;
    width: auto
}

.like-container {
    width: 30%;
    padding: 5px 15px;
    float: left
}

.count {
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 900;
    line-height: 17px;
    padding-left: 5px;
    letter-spacing: 0.28px;
    text-align: left;
    color: #383838
}

.like-txt {
    font-family: 'Segoe UI';
    font-size: 11px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.55;
    letter-spacing: 0.2px;
    padding-left: 8px;
    text-align: left;
    color: #868686
}

.right-child-col {
    margin: 0 auto;
    width: 195px
}

.download-files-bttn {
    border: solid 0.8px #d9d9d9;
    background-color: #011c5c;
    width: 195px;
    height: 34px;
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.3px;
    text-align: center;
    color: #fefefe;
    margin: 32px 0 37px
}

.right-child-col ul {
    margin: 0;
    padding: 0
}

.right-child-col ul li {
    background: url(/assets/left-arrow-41ecdb5b9ca82cc24a8d734f1346388236ab0946ede5df27e2c6f1ef19b9cbb6.png) 0 5px no-repeat;
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    list-style: none;
    line-height: 19px;
    letter-spacing: 0.3px;
    padding-left: 15px;
    margin-bottom: 28px;
    text-align: left;
    color: rgba(1, 28, 92, 0.7)
}

.right-child-col ul li.active {
    background: url(/assets/left-arrow-active-d1dbf3ad694c26336ac53790e4b3ab52f750242f3bb41a697f6ea65394435b8a.png) 0 5px no-repeat;
    color: #011c5c;
    text-decoration: underline
}

.summaryTxt {
    padding: 26px 0 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d1d1d1;
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    color: #545454
}

.content-summryTxt {
    font-family: 'Segoe UI';
    font-size: 13px;
    line-height: 16px;
    letter-spacing: normal;
    text-align: left;
    color: #777777
}

.competition_competition_milestones_milestone_description {
    margin-top: 9px
}

.post-search__input {
    display: none
}

.updatedDate {
    font-size: 10px;
    font-style: italic
}

.add_participant_icon {
    cursor: pointer;
    float: right;
    background-color: #ffffff;
    padding: 3px;
    margin-top: 2px
}

.addParticipant {
    float: right;
    margin: 1px;
    display: inline-flex
}

.addParticipant #participants__chosen {
    width: 80% !important
}

.addParticipant #participants__chosen .chosen-choices {
    height: 28px;
    width: 200px
}

.addParticipant .collab_session_bttn {
    border-radius: 0px !important;
    padding: 0 10px;
    height: 27px;
    width: 20% !important;
    color: #ffffff !important;
    text-align: center !important;
    background-color: #e42c5c !important;
    font-style: normal !important;
    margin-left: 1px
}

#myCompetition,
#allCompetition,
#team-dropdown,
#submittedProjects,
#following-dropdown {
    padding-left: 20px
}

.owl-prev:focus,
.owl-next:focus {
    outline: none !important
}

.calenderPage .innerContainer {
    width: 100%;
    height: 100%;
    background: #f6f5f5
}

.calenderPage .marginT20 {
    margin-top: 70px
}

.calenderPage .errorMsgContainer {
    font-size: 18px;
    color: #555;
    text-align: center;
    margin: 175px auto 0;
    line-height: 20px;
    font-weight: 300;
    font-family: 'Segoe UI'
}

.calenderPage .errorMsgContainer .serverErrorCode {
    font-size: 110px;
    color: #011c5c;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    display: inline-block;
    font-family: 'Segoe UI'
}

.calenderPage .errorMsgContainer .serverErrorText {
    color: #555;
    font-size: 24px;
    display: inline-block
}

.calenderPage .errorMsgContainer .btnblue {
    font-weight: normal
}

.calenderPage .btnblue {
    font-size: 14px;
    padding: 8px 10px;
    background-color: #011c5c;
    border-radius: 0px;
    color: #ffffff !important;
    cursor: pointer;
    min-width: 70px
}

.calenderPage .btnblue a {
    color: #005baa;
    text-decoration: none;
    transition: color 0.5s ease 0s;
    outline: 0;
    background: transparent
}

.mobile-left-col-back-arrow {
    display: none
}

.chosen-container .chosen-with-drop .chosen-drop {
    left: 0
}

#ShowCreate .btn:hover {
    border: 1px solid transparent !important
}

.submit_btn-post:hover {
    border: 1px solid transparent !important
}

.messagesDiv .pagination {
    cursor: pointer
}

#createComp .chosen-container-single .chosen-drop,
createPublications .chosen-container-single .chosen-drop {
    margin-left: -10px
}

#new_fabrication_request .radio label {
    font-weight: 100
}

.addSpace .nested-fields .form-control {
    margin-top: 0% !important
}

#dic-feeds {
    overflow-x: hidden;
    background-color: #fAf9f5 !important;
    height: 100%;
    overflow-y: auto
}

input[type=text]:focus {
    box-shadow: none
}

.notification_count {
    position: absolute;
    background: #011c5c;
    border-radius: 50%;
    color: #ffffff;
    right: 4px;
    top: 2px;
    width: 21px;
    height: 21px
}

#notification-div .notification_count {
    right: 17px
}

#new_message_inbox .chosen-choices,
#draft_recipients_chosen .chosen-choices,
#solutionRightcol .chosen-choices,
.network-right-col .chosen-choices,
#post_network_group_ids_chosen .chosen-choices,
.innovation_rht .chosen-choices,
#project_user_ids_chosen .chosen-choices,
#project_mentor_ids_chosen .chosen-choices,
.right-col .chosen-choices {
    border-radius: 0px !important;
    border: 1px solid #011c5c !important
}

#new_message_inbox .search-choice,
#draft_recipients_chosen .search-choice,
#solutionRightcol .search-choice,
.network-right-col .search-choice,
#post_network_group_ids_chosen .search-choice,
.innovation_rht .search-choice,
#project_user_ids_chosen .search-choice,
#project_mentor_ids_chosen .search-choice,
.right-col .search-choice {
    background: no-repeat !important;
    border: 1px solid #011c5c !important;
    border-radius: 0px !important;
    color: #011c5c !important
}

#new_message_inbox .search-choice span,
#draft_recipients_chosen .search-choice span,
#solutionRightcol .search-choice span,
.network-right-col .search-choice span,
#post_network_group_ids_chosen .search-choice span,
.innovation_rht .search-choice span,
#project_user_ids_chosen .search-choice span,
#project_mentor_ids_chosen .search-choice span,
.right-col .search-choice span {
    font-style: normal !important
}

#new_message_inbox .search-choice-close,
#draft_recipients_chosen .search-choice-close,
#solutionRightcol .search-choice-close,
.network-right-col .search-choice-close,
#post_network_group_ids_chosen .search-choice-close,
.innovation_rht .search-choice-close,
#project_user_ids_chosen .search-choice-close,
#project_mentor_ids_chosen .search-choice-close,
.right-col .search-choice-close {
    top: 2px;
    background: url(/assets/chosen-close-e8c12edeb9691833963279511a837d93f4dd54f147c5444723e22dc86bd5a347.svg) no-repeat !important
}

#new_message_inbox .chosen-container .chosen-choices,
#new_message_inbox .chosen-container-multi .chosen-choices,
#draft_recipients_chosen .chosen-container .chosen-choices,
#draft_recipients_chosen .chosen-container-multi .chosen-choices {
    box-shadow: none
}

#participants-select .chosen-choices .search-choice:first-child {
    color: #011c5c !important
}

#participants-select .chosen-choices .search-choice:first-child .search-choice-close {
    display: none !important
}

.incubation-main-container {
    background-color: #e0e4ef
}

.incubation-main-container #dic-feeds {
    background: unset
}

#hover_3dots_menu li a {
    line-height: unset
}

.list_right_arrow {
    display: none
}

.dic_mobile_main_container .left-col,
.dic-more-content-page .left-col {
    overflow-y: unset
}

.dic_mobile_main_container .left-col .side-menu,
.dic-more-content-page .left-col .side-menu {
    padding-top: 0px
}

.dic_mobile_main_container .left-col .dropdown-content,
.dic-more-content-page .left-col .dropdown-content {
    overflow-y: auto;
    height: calc(100vh - 212px)
}

.dic_mobile_main_container .posts-comments .post-commenter-action,
.dic-more-content-page .posts-comments .post-commenter-action {
    margin-top: 0px
}

.dic_mobile_main_container .posts-comments .post-commenter-action span,
.dic-more-content-page .posts-comments .post-commenter-action span {
    margin-top: 0px
}

.dic_mobile_main_container .right-col .network_user_name .post-commenter-action,
.dic-more-content-page .right-col .network_user_name .post-commenter-action {
    margin-top: 5px !important
}

.dic_mobile_main_container .right-col .network_user_name .post-commenter-action span,
.dic-more-content-page .right-col .network_user_name .post-commenter-action span {
    margin-top: 0px
}

.nearby_location {
    font-size: 14px
}

label .red-important {
    color: red
}

.solution-view-comment {
    display: none;
    color: #011c5c
}

#search_box::-webkit-input-placeholder {
    font-style: italic
}

#search_box:-moz-placeholder {
    font-style: italic
}

#search_box::-moz-placeholder {
    font-style: italic
}

#search_box:-ms-input-placeholder {
    font-style: italic
}

#mobile_search_box::-webkit-input-placeholder {
    font-style: italic
}

#mobile_search_box:-moz-placeholder {
    font-style: italic
}

#mobile_search_box::-moz-placeholder {
    font-style: italic
}

#mobile_search_box:-ms-input-placeholder {
    font-style: italic
}

textarea::-webkit-input-placeholder {
    font-style: italic
}

textarea:-moz-placeholder {
    font-style: italic
}

textarea::-moz-placeholder {
    font-style: italic
}

textarea:-ms-input-placeholder {
    font-style: italic
}

.search_bttn:hover {
    background-color: #011c5c !important;
    border: unset !important
}

.search_bttn:hover img {
    filter: invert(90%) sepia(93%) saturate(23%) hue-rotate(87deg) brightness(109%) contrast(100%)
}

.search_bttn:focus {
    border-left: 1px solid #d9d9d9 !important
}

#postStatus .modal-dialog {
    width: 300px
}

#solutionRightcol .tooltip-inner {
    word-break: break-word;
    max-width: 78px
}

.mob-hepl-txt {
    display: none
}

.addUserInGroup .submit_post1 {
    margin: 0 5px 5px 5px
}

#imageModel .modal-content {
    border: none
}

.mobile-nav-title {
    display: none;
    margin-top: 13px
}

#post_comments_list .post_comment_comment {
    margin-left: 0px
}

#post_comments_list #post_comment_comment {
    margin-left: 0px;
    width: 100% !important
}

#post_comments_list .replyComment {
    margin-bottom: 3px
}

#post_comments_list .comment-reply-button-section {
    padding-left: 0px !important
}

#post_comments_list .nested_messages .comment-reply-button-section {
    padding-left: 0px !important
}

#post_comments_list .nested_messages .single_comment {
    padding-left: 0px !important
}

#post_comments_list .nested_messages .replied-section {
    padding-left: 0px !important
}

#post_comments_list .nested_messages .replied-section .comment_pic {
    padding: 11px 0 0 19px
}

#post_comments_list .audio_msg a {
    display: none
}

#post_comments_list .post-commenter-action {
    display: none
}

#post_comments_list .textSection:hover .post-commenter-action {
    display: block
}

#post_comments_list .comment_disp_box .comment_pic {
    padding: 11px 0 0 19px
}

#post_comments_list .replied-section .comment_pic {
    padding: 11px 0 0 19px
}

#post_comments_list .textSection {
    padding: 5px 7px 10px 13px !important
}

.page-back-button {
    background-image: url(/assets/bg-pattern-7a573cb0e29d12ba8790fd966c6041146924f31fc4d57553f3da8bc5904aa9f7.jpg);
    padding: 11px 11px;
    z-index: 1
}

.page-back-button .inside-back-bttn {
    background-color: #ffffff;
    color: #011c5c;
    border: 1px solid #011c5c !important;
    outline: unset;
    padding: 7px 42px
}

.page-back-button .inside-back-bttn:hover {
    background-color: #011c5c;
    color: #ffffff;
    border: 1px solid #011c5c;
    outline: unset
}

.competition-details-main-div #post_comments_list .replied-section .comment_pic {
    padding: 11px 0 0 0px !important
}

.competition-details-main-div #post_comments_list .replied-section .comment_pic .message_board_user {
    padding-left: 0px
}

.competition-details-main-div #post_comments_list .replied-section .comment_text {
    font-size: 12px
}

.competition-details-main-div #post_comments_list .replied-section .comment_text .UserNam {
    padding-left: 0px
}

.competition-details-main-div #post_comments_list .reply-comment-submit-section .post_comment_comment {
    padding-left: 0px
}

.competition-details-main-div #post_comments_list .nested_messages .reply-comment-submit-section .post_comment_comment {
    padding-left: 0px
}

.competition-details-main-div #post_comments_list .nested_messages .reply-comment-submit-section .post_comment_comment #post_comment_comment {
    margin-left: 0px
}

.competition-details-main-div #recordForm {
    display: none
}

.competition-details-main-div .audio_msg audio {
    margin-left: 0 !important
}

.network-carousel .posted-images .img-responsive {
    height: auto !important
}

.audio-post-count {
    cursor: pointer
}

textarea::-webkit-scrollbar {
    width: 0px
}

.sol-post-user-name {
    padding-left: 0px
}

.sol-location-name {
    font-family: 'Segoe UI' !important;
    font-size: 11px !important;
    color: #011c5c !important
}

.subject-box {
    border: solid 1px #d1d1d1;
    margin-top: 40px;
    border-radius: 4px;
    background-color: #ffffff
}

.createChild .subject-box {
    border: solid 1px #d1d1d1;
    margin-top: 40px;
    border-radius: 4px;
    background-color: #ffffff
}

.createChild .childrenPage .subject-box {
    margin-top: 5px !important
}

.createChild .subject-head {
    background-color: #f3f3f3;
    font-family: 'Segoe UI SemiBold';
    font-size: 13px;
    text-transform: uppercase;
    padding: 14px 30px 12px;
    text-align: left;
    color: #3a4f80
}

.createChild .subject-head img {
    float: right
}

.createChild .subjectTab {
    border-radius: 4px;
    border: solid 1px #bebebe;
    background-color: #f3f3f3;
    font-family: 'Segoe UI SemiBold';
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0.3px;
    text-align: left;
    margin: 0 17px 5px 19px;
    color: #363636;
    padding: 5px 15px
}

.createChild .subjectTab img {
    float: right;
    padding-top: 4px
}

.createChild .subjectTab-mt {
    margin-top: 11px
}

.createChild .more-sub {
    font-size: 11px;
    font-weight: 300;
    font-style: italic;
    line-height: 17px;
    letter-spacing: 0.2px;
    margin: 14px 0 19px;
    text-align: center;
    color: #868686
}

.createChild .more-sub span {
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.3px;
    color: #59b7ff
}

.createChild .new-books {
    border: solid 1px #d1d1d1;
    border-radius: 4px;
    margin-top: 10px;
    background-color: #f3f3f3
}

.createChild .book-head {
    background-color: #f3f3f3;
    padding: 15px 40px 11px;
    font-family: 'Segoe UI SemiBold';
    font-size: 13px;
    text-transform: uppercase;
    text-align: left;
    color: #3a4f80
}

.createChild .book-head img {
    float: right
}

.createChild .books-content {
    display: flex;
    align-items: center;
    padding: 0 21px 26px
}

.createChild .books-content span {
    font-family: 'Segoe UI SemiBold';
    font-size: 13px;
    padding-left: 5px;
    text-align: left;
    color: #777777
}

.createChild .sub {
    font-family: 'Segoe UI';
    font-size: 12.5px;
    text-align: left;
    color: rgba(129, 129, 129, 0.84)
}

.createChild .searchContainer {
    background-image: url(/assets/bg-pattern-7a573cb0e29d12ba8790fd966c6041146924f31fc4d57553f3da8bc5904aa9f7.jpg);
    padding: 5px 0 !important;
    height: 40px
}

.createChild .search_input {
    width: 100%;
    height: 28px;
    font-size: 12px;
    box-shadow: none;
    font-style: italic;
    padding-left: 9px;
    padding-top: 0px;
    border: none;
    color: #bcb9b9
}

.createChild .search_bttn {
    border-right: none;
    border-top: none;
    border-radius: 0;
    border-color: #d9d9d9 !important;
    border-bottom: none
}

.createChild .upload {
    height: 28px;
    display: inline-block;
    font-family: 'Segoe UI SemiBold';
    float: right;
    line-height: 25px;
    font-size: 13px;
    border: solid 0.8px #d9d9d9;
    background-color: #011c5c;
    letter-spacing: 0.3px;
    text-align: left;
    padding: 0 7px 0 15px;
    color: #fefefe
}

.createChild .selectContainer {
    padding: 10px 17px 0
}

.createChild .selectContainer .form-control {
    border-radius: 6px;
    box-shadow: 0.5px 0.9px 0 0 #fff, 0.5px 0.9px 0 0 rgba(0, 0, 0, 0.22);
    border: solid 1px #bebebe;
    background-color: #ecebeb;
    font-family: 'Segoe UI';
    font-size: 13px;
    font-style: italic;
    color: #a4a3a3
}

.createChild .selectContainer .form-control {
    border-radius: 6px;
    box-shadow: 0.5px 0.9px 0 0 #fff, 0.5px 0.9px 0 0 rgba(0, 0, 0, 0.22);
    border: solid 1px #bebebe;
    background-color: #ecebeb;
    font-family: 'Segoe UI';
    font-size: 13px;
    font-style: italic;
    color: #a4a3a3
}

.createChild .know-space-bg {
    border: solid 1px #d1d1d1;
    background-color: #ffffff;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 37px 33px 0
}

.createChild .know-head {
    font-family: 'Segoe UI';
    font-size: 20px;
    line-height: 23px;
    text-align: left;
    color: #333333
}

.createChild .know-content {
    font-family: 'Segoe UI';
    font-size: 13px;
    line-height: 16px;
    letter-spacing: normal;
    text-align: left;
    color: #777777
}

.createChild .border-color {
    float: left;
    width: 100%;
    border-top-color: #c1c1c1
}

.createChild .know-container {
    border-top: 1px solid #ababab;
    padding: 10px 0 25px
}

.createChild .know-span {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.58;
    letter-spacing: 0.2px;
    text-align: left;
    padding: 0 15px 0 5px;
    color: #ababab
}

.createChild .know-span img {
    padding-right: 5px
}

.createChild .know-border {
    border-right: 1px solid #ababab;
    margin-right: 10px
}

.createChild .bold-txt {
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.2px;
    text-align: left;
    margin-right: 10px;
    color: #363636
}

.createChild .video_header {
    color: #5d5f60;
    font-size: 16px;
    margin: 0px
}

.createChild .lecture_video_container {
    padding-top: 30px;
    padding-bottom: 17px;
    border: solid 1px #d1d1d1;
    background: #fff;
    border-radius: 4px
}

.createChild .leftContainer ul {
    margin: 14px 0 0;
    padding: 0
}

.createChild .leftContainer ul li {
    border-radius: 4px;
    font-family: 'Segoe UI';
    font-size: 13px;
    opacity: 0.8;
    line-height: 30px;
    padding-left: 20px;
    border: solid 0.8px #d9d9d9;
    border-left: 5px solid #3a4f80;
    background-color: #ffffff;
    list-style: none;
    color: #3a4f80;
    width: 100%
}

.createChild .leftContainer ul li.active {
    opacity: 1
}

.createChild .leftContainer ul li a {
    color: #3a4f80;
    text-decoration: none
}

.createChild .leftContainer ul li a img {
    float: right;
    padding: 10px
}

.createChild .searchContainer {
    background: url(../images/bg-pattern.jpg) repeat;
    padding: 5px 0 !important
}

.createChild .search_input {
    width: 100%;
    height: 28px;
    font-size: 12px;
    box-shadow: none;
    font-style: italic;
    padding-left: 9px;
    padding-top: 0px;
    border: none;
    color: #bcb9b9
}

.createChild .search_bttn {
    border-right: none;
    border-top: none;
    border-radius: 0;
    border-color: #d9d9d9 !important;
    border-bottom: none
}

.createChild .schoolBox {
    box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.12);
    background-color: #fbfbfa;
    padding: 0;
    margin-bottom: 5px
}

.createChild .schoolHead {
    font-family: 'Segoe UI SemiBold';
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.3px;
    text-align: center;
    color: #3c495a;
    padding: 21px 0 25px 26px
}

.createChild .schoolImageBox {
    width: 70%;
    margin: 0 auto
}

.createChild .schoolImageBox img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px
}

.createChild .schoolMemberBox {
    border-top: 1px solid #ccc;
    padding: 10px 28px 19px
}

.createChild .leftBox {
    text-align: center;
    font-family: 'Segoe UI';
    font-size: 11px;
    font-style: italic;
    line-height: 17px;
    letter-spacing: 0.2px;
    color: #868686
}

.createChild .leftBox span {
    font-size: 14px;
    font-weight: 900;
    line-height: 17px;
    letter-spacing: 0.3px;
    color: #59b7ff;
    display: block;
    padding-bottom: 1px
}

.createChild .suggested-course {
    box-shadow: inset -2.1px 2.1px 3px 0 rgba(0, 0, 0, 0.06);
    border: solid 1px #d1d1d1;
    padding: 0;
    background-color: #f3f3f3
}

.createChild .suggested-course h6 {
    font-family: 'Segoe UI SemiBold';
    font-size: 12px;
    text-align: center;
    margin: 16px 0 11px;
    color: #3a4f80
}

.createChild .childrenPage {
    height: auto
}

.createChild .suggested-content {
    font-family: 'Segoe UI SemiBold';
    font-size: 13px;
    margin: 0 auto 13px;
    text-align: left;
    color: #777777;
    width: 92%
}

.createChild .suggested-content img {
    float: left;
    margin-right: 8px;
    height: 40px;
    width: 70px
}

.createChild .choose-subject {
    font-family: 'Segoe UI SemiBold';
    font-size: 13px;
    line-height: 23px;
    letter-spacing: normal;
    text-transform: uppercase;
    padding-left: 20px;
    text-align: left;
    color: rgba(51, 51, 51, 0.6)
}

.createChild .subject-box {
    float: left;
    width: 24.25%;
    cursor: pointer;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    box-shadow: 1px 1.7px 4px 0 rgba(173, 173, 173, 0.24);
    border: solid 1px #d1d1d1;
    background-color: #ffffff;
    font-family: 'Segoe UI SemiBold';
    height: 223px;
    font-size: 12px;
    letter-spacing: 0.24px;
    text-align: center;
    color: #3a4f80
}

.createChild .subject-box img {
    align-self: center;
    width: 92px;
    height: 90px;
    margin: 13% auto 0
}

.createChild .subject-box span {
    font-family: 'Segoe UI SemiBold';
    font-size: 12px;
    display: block;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    padding-top: 24px;
    text-align: center;
    color: #3a4f80;
    margin: 0 auto
}

.createChild .subject-box-margin {
    margin-right: 1%
}

.createChild .subject-box.active {
    background: url(/assets/tick-active-3e3f64f213e14f119dbd2976d78a661c47db86e1500d32a129be9f401a30dd48.jpg) #fff top right no-repeat;
    border: solid 1px #3a4f80
}

.createChild .gradeHeadTxt {
    font-family: 'Segoe UI SemiBold';
    font-size: 13px;
    line-height: 23px;
    padding: 29px 20px 14px;
    text-transform: uppercase;
    text-align: left;
    color: rgba(51, 51, 51, 0.6)
}

.createChild .bttn-container {
    padding: 0 20px 29px
}

.createChild .bttn-class {
    width: 23%;
    display: inline-flex;
    border: none;
    align-items: center;
    justify-content: center;
    height: 46px;
    border-radius: 28px;
    box-shadow: 1px 1.7px 4px 0 rgba(173, 173, 173, 0.24), inset -2.1px 2.1px 3px 0 rgba(0, 0, 0, 0.06);
    border: solid 1px #d1d1d1;
    background-color: #3a4f80;
    font-family: 'Segoe UI SemiBold';
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.3px;
    margin-right: 1%;
    text-align: center;
    color: #ffffff
}

.createChild .bttn-class img {
    padding-left: 10px
}

.createChild .bttn-class.disabled {
    box-shadow: 1px 1.7px 4px 0 rgba(173, 173, 173, 0.24), inset -2.1px 2.1px 3px 0 rgba(0, 0, 0, 0.06);
    border: solid 1px #d1d1d1;
    background-color: #a0a6b3;
    color: rgba(255, 255, 255, 0.8)
}

.createChild .bttn-class.disabled img {
    opacity: 0.8
}

.createChild .childrenDashboard {
    padding: 32px 0 0
}

.createChild .childBox {
    float: left;
    box-shadow: -1.4px 1.4px 4px 0 #ffffff;
    border-radius: 4px;
    border: solid 1px #d1d1d1;
    background-color: #ffffff;
    min-height: 491px
}

.createChild .childBox img {
    width: 100%
}

.createChild .childBox .img-responsive {
    height: 215px;
    object-fit: cover
}

.createChild .childBox .content {
    padding: 24px 25px 26px 20px
}

.createChild .child-hd-txt {
    font-family: 'Segoe UI SemiBold';
    font-size: 16px;
    line-height: 20px;
    letter-spacing: normal;
    text-align: left;
    padding-bottom: 10px;
    color: #333333
}

.design-image-container {
    border-top: 1px solid #e7ebed;
    padding: 10px 0;
    font-family: 'Segoe UI SemiBold';
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0.3px;
    text-align: left;
    color: #363636;
    border-bottom: 1px solid #e7ebed
}

.design-image-container span {
    display: block;
    font-family: 'Segoe UI';
    font-size: 12px;
    text-align: left;
    color: rgba(7, 87, 87, 0.6)
}

.design-image-container img {
    float: left;
    margin-right: 10px;
    width: auto
}

.rect-button {
    border-color: transparent !important;
    border-radius: 0px !important
}

.dic-more-content-page .incubator-tab-li {
    width: 15%
}

.dic-more-content-page #incubationDetails li a {
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center
}

.left-col .side-menu .dropdown-content {
    background-color: #e8eaed
}

#recording-text {
    color: #808080;
    font-size: 19px;
    padding-top: 3px
}

.competion-discussion-main-container .discussion-page-comment-section {
    padding-right: 10px !important;
    padding-left: 10px !important
}

.competion-discussion-main-container .replied-section .comment_pic {
    padding-left: 0px !important
}

.competion-discussion-main-container .replied-section .comment_pic .message_board_user {
    padding-left: 0px
}

.competion-discussion-main-container .replied-section .textSection .UserNam {
    padding-left: 0px !important
}

.competion-discussion-main-container .replied-section .textSection .bubble {
    padding-left: 0px
}

.competion-discussion-main-container .reply-comment-submit-section .post_comment_comment {
    padding-left: 0px
}

.competion-discussion-main-container .reply-comment-submit-section #recordForm {
    display: none
}

.competion-discussion-main-container .nested_messages .replied-section {
    padding-left: 15px !important
}

.competion-discussion-main-container .nested_messages .reply-comment-submit-section .post_comment_comment {
    padding-left: 0px
}

.competion-discussion-main-container .nested_messages .reply-comment-submit-section .post_comment_comment #post_comment_comment {
    margin-left: 0px !important
}

.competion-discussion-main-container .nested_messages .reply-comment-submit-section #recordForm {
    display: none
}

.competion-discussion-main-container .audio_msg audio {
    margin-left: 0 !important
}

.togetherjs-cursor {
    width: 15%
}

.admin-header-title {
    color: #011c5c !important
}

.admin-header {
    background-color: #ffffff !important
}

.admin-header .logo {
    padding: 8px 57px;
    margin-top: 0
}

.admin-header .logo .heading-title-navbar {
    padding: 10px 10px;
    width: auto
}

.admin_search_input {
    margin-bottom: 0px !important;
    padding: 16px 10px !important
}

.admin_search_section {
    padding: 10px 13px;
    border-bottom: 1px solid #CDCDCD
}

.admin_search_section .search_div .admin_search_input {
    width: calc(100% - 33px) !important;
    padding: 6px 5px !important
}

.admin_search_section .search_div .admin_search_input:focus {
    border: unset !important
}

.innovation-edit-back-btn {
    display: none
}

.image_hover11 {
    filter: invert(69%) sepia(82%) saturate(2811%) hue-rotate(219deg) brightness(44%) contrast(72%)
}

#reportBug {
    font-family: 'Segoe UI' !important
}

#reportBug p {
    color: #011c5c
}

#reportBug label {
    color: #a4a3a3
}

#reportBug #bug_report_file {
    display: none
}

#reportBug .bugreportBtn {
    float: right;
    background: url(/assets/send-btn-af37c09463804d2d24b0e248f12254e2d5bc75f64fe3f8db607e9a1553977522.svg) no-repeat center;
    background-color: #e42c5c;
    border: none;
    box-shadow: 0px 1px 0px 0 #e2e2e2;
    padding: 15px 35px;
    border-radius: 0px;
    height: 37px;
    width: 36px !important;
    margin: 5px
}

#reportBug .bugreportBtn:hover {
    background-color: #011c5c !important
}

#reportBug .modal-header {
    padding: 15px;
    background: #011c5c;
    border-bottom: 1px solid #e5e5e5;
    color: #ffffff;
    font-weight: bold
}

#reportBug .modal-title {
    font-weight: bold
}

#reportBug .modal-footer {
    border-top: none
}

#reportBug #bug_report_bug_menu_chosen {
    margin-bottom: 10px
}

.swal2-container {
    z-index: 1500 !important
}

.services_style {
    color: #011c5c;
    font-size: 12px;
    font-family: 'Segoe UI';
    border-radius: 2px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
    padding-top: 4px;
    background: #e1e5ee;
    margin-right: 10px;
    display: flex;
    margin-bottom: 10px;
    float: left
}

.rev_style {
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.26px
}

.terms-text {
    color: #011c5c;
    text-decoration: underline
}

.permission_checkbox {
    margin-right: 5px !important
}

.innovation-main-container .left-tab-section .dropdown-content,
.innovation-main-container .left-tab-section #all_projects_Dropdown {
    min-height: 40px;
    padding: 8px 24px;
    background-color: #e8eaed
}

.innovation-main-container .left-tab-section .dropdown-content .search_div,
.innovation-main-container .left-tab-section #all_projects_Dropdown .search_div {
    width: 100%;
    z-index: 1;
    border: unset;
    margin-bottom: 7px
}

.innovation-main-container .left-tab-section .dropdown-content .search_collab_input,
.innovation-main-container .left-tab-section #all_projects_Dropdown .search_collab_input {
    color: #363636;
    font-size: 12px;
    border-radius: 0%
}

.innovation-main-container .left-tab-section .dropdown-content .search_collab_input:focus,
.innovation-main-container .left-tab-section #all_projects_Dropdown .search_collab_input:focus {
    border: 1px solid #011c5c !important
}

.innovation-main-container .left-tab-section .dropdown-content .search_collab_input,
.innovation-main-container .left-tab-section #all_projects_Dropdown .search_collab_input {
    width: 100% !important
}

.innovation-main-container .left-tab-section .dropdown-content .left-post-title a,
.innovation-main-container .left-tab-section #all_projects_Dropdown .left-post-title a {
    padding-left: 1px
}

.innovation-main-container .left-tab-section .dropdown-content .left-post-title a i,
.innovation-main-container .left-tab-section #all_projects_Dropdown .left-post-title a i {
    position: inherit;
    margin-right: 7px
}

.innovation-main-container .search_collab_input::-webkit-input-placeholder {
    font-style: italic
}

.innovation-main-container .search_collab_input:-moz-placeholder {
    font-style: italic
}

.innovation-main-container .search_collab_input::-moz-placeholder {
    font-style: italic
}

.innovation-main-container .search_collab_input:-ms-input-placeholder {
    font-style: italic
}

.innovation-main-container .posts-comments .project_count_section {
    padding-top: 18px !important
}

.innovation-main-container .right-col {
    padding-left: 0px
}

.released_by_me_section .task_heading {
    width: calc(100% - -31px)
}

.released_by_me_section .projFileBorBox {
    border-left: 3px solid #e42c5c
}

.togetherjs-person-bordercolor {
    display: none !important
}

.location_pin {
    width: 12px;
    height: 14px;
    margin-right: 3px
}

.issue_task_status {
    padding: 0px 10px;
    width: 73px
}

.taskApproved {
    text-align: center
}

.support_bttn {
    display: none
}

.messages-left-dropdown {
    background-color: transparent !important;
    color: #011c5c
}

.message-body-style {
    font-size: 11px;
    color: #363636
}

.message-sender-style {
    font-size: 12px;
    color: #333333;
    font-weight: 500
}

.academic_profile_head {
    font-size: 16px;
    font-family: 'Segoe UI SemiBold';
    color: #ffffff;
    padding: 0 0 19px 0;
    text-align: center
}

.academic_hat_img {
    min-height: 202px;
    background-color: #b0b9cd;
    border-radius: 4px;
    padding: 13px;
    text-transform: uppercase;
    text-align: center
}

.academic_hat_img img {
    width: 151px;
    height: 113px
}

.dic_filter_icon:hover {
    background-color: #011c5c !important
}

.dic_filter_icon:hover .fa-filter {
    color: #ffffff !important
}

.fab_filter_icon:hover {
    background-color: #011c5c !important
}

.fab_filter_icon:hover .fa-filter {
    color: #ffffff !important
}

.incubator_filter_icon:hover {
    background-color: #011c5c !important
}

.incubator_filter_icon:hover .fa-filter {
    color: #ffffff !important
}

.services_slots {
    border: 1px solid #e6e6e6;
    padding: 0
}

.services_slots_footer {
    border-top: 1px solid #e6e6e6;
    padding: 7px 15px
}

.services_slots_footer span {
    font-size: 12px;
    font-family: 'Segoe UI SemiBold';
    color: #011c5c;
    padding-right: 6px
}

.services_slots_heading {
    padding: 22px 0px;
    text-align: center;
    background-color: #f6f5f5
}

.services_slots_heading p {
    font-size: 13px;
    font-family: 'Segoe UI';
    color: #868686;
    margin: 0;
    padding: 0
}

.services_slots_padding {
    padding-bottom: 15px
}

#messageDropdown a:hover {
    color: #011c5c !important
}

#messageImg .attachment_messages {
    font-family: 'Segoe UI SemiBold';
    cursor: pointer;
    color: #011c5c;
    font-size: 13px
}

#imageFabrication {
    width: 115px
}

#fabrication_remove_file .remove_img {
    position: absolute;
    top: -5px;
    left: 108px;
    border-radius: 50%;
    background: #e42c5c;
    padding-left: 4px;
    padding-right: 3px;
    padding-bottom: 1px;
    color: #ffffff;
    font-size: 10px;
    cursor: pointer
}

#fabrication_remove_file_copy .remove_img {
    position: absolute;
    top: 37px;
    left: 120px;
    border-radius: 50%;
    background: #e42c5c;
    padding-left: 4px;
    padding-right: 3px;
    padding-bottom: 1px;
    color: #ffffff;
    font-size: 10px;
    cursor: pointer
}

#createPublications .line-brdr {
    height: 98px
}

#all_users_Dropdown {
    padding: 5px 10px 5px 10px
}

#all_users_Input {
    margin: 10px 0;
    border-radius: 0
}

.mobile-publication {
    display: none
}

#dtBasicExample_filter {
    top: 0
}

.audio_translation_text {
    text-align: justify
}

.red-box {
    background-color: #fd4102;
    padding: 20px !important;
    text-align: center
}

.blue-box {
    background-color: #363ab0;
    padding: 20px !important;
    text-align: center
}

.yellow-box {
    background-color: #fec412;
    padding: 20px !important;
    text-align: center
}

.green-box {
    background-color: #000000;
    padding: 20px !important;
    text-align: center
}

.course-card {
    box-shadow: 2.2px 2.1px 6px 0 rgba(157, 155, 155, 0.44);
    border: solid 1px #d1d1d1;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #ffffff
}

.course-row-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px
}

.yellow {
    background-color: #fec412
}

.course-title {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    padding: 10px 0 15px;
    color: #363636
}

.stem-design {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-left: 5%;
    display: flex
}

.course-mid-content {
    padding: 10px 0
}

.course-mid-content img {
    padding-right: 7px
}

.course-mid-content span {
    font-size: 12px;
    font-weight: 600;
    color: #808080;
    display: inline-block;
    vertical-align: middle
}

.course-mid-content span span.designation {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.26px;
    text-align: left;
    color: #363636
}

.course-details {
    display: inline-block;
    border-radius: 4px;
    border: solid 1px #011c5c;
    background-color: #f2f2f2;
    padding: 1px 15px 3px;
    font-size: 12px;
    text-align: left;
    margin-right: 5px;
    line-height: 16px;
    color: #011c5c;
    vertical-align: baseline
}

.bookmark-icon {
    align-self: center;
    padding-right: 5px;
    margin-left: auto
}

.jq-ry-container {
    position: relative;
    padding: 0 5px;
    line-height: 0;
    display: block;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    direction: ltr
}

.jq-ry-container[readonly="readonly"] {
    cursor: default
}

.jq-ry-container>.jq-ry-group-wrapper {
    position: relative;
    width: 100%
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group {
    position: relative;
    line-height: 0;
    z-index: 10;
    white-space: nowrap
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg {
    display: inline-block
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-normal-group {
    width: 100%
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-rated-group {
    width: 0;
    z-index: 11;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.ninja-slider {
    width: 100%;
    background: transparent;
    padding: 0px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box
}

.ninja-slider.fullscreen {
    background: black
}

.ninja-slider div.fs-icon {
    top: 10px;
    right: 6px;
    width: 60px;
    height: 26px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
    color: white;
    text-align: center;
    font: bold 11px/26px arial;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    opacity: 0;
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s
}

.ninja-slider .slider-inner:hover div.fs-icon,
.ninja-slider.fullscreen div.fs-icon {
    opacity: 1
}

.ninja-slider div.fs-icon::before {
    content: "EXPAND";
    display: block
}

.ninja-slider.fullscreen div.fs-icon::before {
    content: "CLOSE"
}

.ninja-slider .slider-inner {
    margin: 0 auto;
    font-size: 0px;
    position: relative;
    box-sizing: border-box
}

.ninja-slider.fullscreen .slider-inner {
    width: 100%;
    max-width: 950px
}

.ninja-slider ul {
    height: 300px !important;
    overflow: hidden;
    position: relative;
    list-style: none;
    padding: 0;
    box-sizing: border-box;
    touch-action: pan-y
}

.ninja-slider li {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    font-size: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
    opacity: 0;
    overflow: hidden;
    box-sizing: border-box
}

.ninja-slider li.ns-show {
    opacity: 1
}

.ninja-slider .ns-img {
    background-color: rgba(0, 0, 0, 0.3);
    background-size: contain;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8), inset 0 0 2px rgba(255, 255, 255, 0.4);
    cursor: default;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center
}

.ninja-slider .video,
.video-playbutton-layer {
    top: 0;
    left: 0;
    border: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: black;
    position: absolute
}

.video-playbutton-layer {
    background: transparent url(../css-img/video.png) no-repeat center center
}

.ninja-slider div.stopVideoIcon {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0px;
    margin: 0 0 6px 6px;
    background: rgba(0, 0, 0, 0.7);
    border-bottom-left-radius: 4px;
    cursor: pointer
}

.ninja-slider div.stopVideoIcon::before {
    content: "+";
    color: white;
    font: bold 30px/30px arial;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block
}

.ninja-slider-pause-play {
    display: none
}

.ninja-slider-prev,
.ninja-slider-next {
    position: absolute;
    display: inline-block;
    width: 42px;
    height: 56px;
    line-height: 56px;
    top: 50%;
    margin-top: -28px;
    background-color: rgba(0, 0, 0, 0.4);
    background-color: #ccc\9;
    backface-visibility: hidden;
    color: white;
    overflow: hidden;
    white-space: nowrap;
    -webkit-user-select: none;
    user-select: none;
    border-radius: 2px;
    z-index: 10;
    opacity: 0.3;
    font-family: 'Segoe UI';
    font-size: 13px;
    cursor: pointer;
    -webkit-transition: all 0.7s;
    transition: all 0.7s
}

.ninja-slider-prev:hover,
.ninja-slider-next:hover {
    opacity: 1
}

.ninja-slider.fullscreen .ninja-slider-prev:hover,
.ninja-slider.fullscreen .ninja-slider-next:hover {
    width: 90px
}

.ninja-slider-prev {
    left: 0
}

.ninja-slider-next {
    right: 0
}

.ninja-slider.fullscreen .ninja-slider-prev {
    left: -50px;
    opacity: 1
}

.ninja-slider.fullscreen .ninja-slider-next {
    right: -50px;
    opacity: 1
}

.ninja-slider-prev div {
    opacity: 0;
    margin-left: 30px;
    transition: opacity 0.7s
}

.ninja-slider-next div {
    opacity: 0;
    margin-right: 30px;
    transition: opacity 0.7s
}

.ninja-slider.fullscreen .ninja-slider-prev:hover div {
    opacity: 1
}

.ninja-slider.fullscreen .ninja-slider-next:hover div {
    opacity: 1
}

.ninja-slider-prev::before,
.ninja-slider-next::before {
    position: absolute;
    top: 17px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-left: 2px solid white;
    border-top: 2px solid white
}

.ninja-slider-prev::before {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    backface-visibility: hidden;
    left: 14px
}

.ninja-slider-next::before {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    backface-visibility: hidden;
    right: 14px
}

.ninja-slider-pager {
    display: none
}

.ninja-slider-pager,
.ninja-slider-prev,
.ninja-slider-next,
.ninja-slider-pause-play {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none
}

.thumbnail-slider {
    height: auto;
    display: inline-block;
    padding: 0px 0;
    position: relative;
    -webkit-user-select: none;
    user-select: none
}

.thumbnail-slider div.inner {
    border-radius: 3px;
    background-color: transparent;
    padding: 0 12px;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    margin: 0
}

.thumbnail-slider div.inner ul {
    position: relative;
    left: 0;
    top: 0;
    list-style: none;
    font-size: 0;
    padding: 0;
    margin: 0;
    float: left !important;
    width: auto !important;
    height: auto !important
}

.thumbnail-slider ul li {
    opacity: 1;
    display: block;
    border: 1px solid transparent;
    margin: 0;
    transition: all 0.5s;
    text-align: center;
    padding: 0;
    position: relative;
    list-style: none;
    box-sizing: content-box;
    backface-visibility: hidden;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.thumbnail-slider ul li.active {
    border-color: white;
    -webkit-filter: initial;
    filter: initial
}

.thumbnail-slider li:hover {
    border-color: rgba(255, 255, 255, 0.5);
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%)
}

.thumbnail-slider .thumb {
    width: 100%;
    height: 70px !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: absolute;
    font-size: 0
}

.thumbnail-slider-pause-play {
    display: none
}

.thumbnail-slider-prev,
.thumbnail-slider-next {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0;
    color: white;
    z-index: 10;
    cursor: pointer;
    transition: opacity 0.6s;
    *background-color: #ccc;
    backface-visibility: hidden
}

.thumbnail-slider-prev {
    top: 0
}

.thumbnail-slider-next {
    bottom: 0
}

.thumbnail-slider-next.disabled,
.thumbnail-slider-prev.disabled {
    opacity: 0.1;
    cursor: default
}

.thumbnail-slider-prev::before,
.thumbnail-slider-next::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    border-left: 4px solid white;
    border-top: 4px solid white
}

.thumbnail-slider-prev::before {
    top: 12px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.thumbnail-slider-next::before {
    bottom: 12px;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

@-webkit-keyframes swal2-show {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    80% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes swal2-show {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    80% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes swal2-hide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0
    }
}

@keyframes swal2-hide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0
    }
}

@-webkit-keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0
    }

    54% {
        top: 1.0625em;
        left: .125em;
        width: 0
    }

    70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em
    }

    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em
    }

    100% {
        top: 2.8125em;
        left: .875em;
        width: 1.5625em
    }
}

@keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0
    }

    54% {
        top: 1.0625em;
        left: .125em;
        width: 0
    }

    70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em
    }

    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em
    }

    100% {
        top: 2.8125em;
        left: .875em;
        width: 1.5625em
    }
}

@-webkit-keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }

    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }

    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em
    }

    100% {
        top: 2.375em;
        right: .5em;
        width: 2.9375em
    }
}

@keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }

    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }

    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em
    }

    100% {
        top: 2.375em;
        right: .5em;
        width: 2.9375em
    }
}

@-webkit-keyframes swal2-rotate-success-circular-line {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }

    100% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
}

@keyframes swal2-rotate-success-circular-line {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }

    100% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
}

@-webkit-keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        opacity: 0
    }

    50% {
        margin-top: 1.625em;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        opacity: 0
    }

    80% {
        margin-top: -.375em;
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

    100% {
        margin-top: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        opacity: 0
    }

    50% {
        margin-top: 1.625em;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        opacity: 0
    }

    80% {
        margin-top: -.375em;
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

    100% {
        margin-top: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes swal2-animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }
}

@keyframes swal2-animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }
}

body.swal2-toast-shown.swal2-toast-column>.swal2-container>.swal2-toast {
    flex-direction: column;
    align-items: stretch
}

body.swal2-toast-shown.swal2-toast-column>.swal2-container>.swal2-toast .swal2-actions {
    flex: 1;
    align-self: stretch;
    height: 2.2em
}

body.swal2-toast-shown.swal2-toast-column>.swal2-container>.swal2-toast .swal2-loading {
    justify-content: center
}

body.swal2-toast-shown.swal2-toast-column>.swal2-container>.swal2-toast .swal2-input {
    height: 2em;
    margin: .3125em auto;
    font-size: 1em
}

body.swal2-toast-shown.swal2-toast-column>.swal2-container>.swal2-toast .swal2-validationerror {
    font-size: 1em
}

body.swal2-toast-shown>.swal2-container {
    position: fixed;
    background-color: transparent
}

body.swal2-toast-shown>.swal2-container.swal2-shown {
    background-color: transparent
}

body.swal2-toast-shown>.swal2-container.swal2-top {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

body.swal2-toast-shown>.swal2-container.swal2-top-end,
body.swal2-toast-shown>.swal2-container.swal2-top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto
}

body.swal2-toast-shown>.swal2-container.swal2-top-left,
body.swal2-toast-shown>.swal2-container.swal2-top-start {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0
}

body.swal2-toast-shown>.swal2-container.swal2-center-left,
body.swal2-toast-shown>.swal2-container.swal2-center-start {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

body.swal2-toast-shown>.swal2-container.swal2-center {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

body.swal2-toast-shown>.swal2-container.swal2-center-end,
body.swal2-toast-shown>.swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

body.swal2-toast-shown>.swal2-container.swal2-bottom-left,
body.swal2-toast-shown>.swal2-container.swal2-bottom-start {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0
}

body.swal2-toast-shown>.swal2-container.swal2-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

body.swal2-toast-shown>.swal2-container.swal2-bottom-end,
body.swal2-toast-shown>.swal2-container.swal2-bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto
}

.swal2-popup.swal2-toast {
    flex-direction: row;
    align-items: center;
    width: auto;
    padding: .625em;
    box-shadow: 0 0 .625em #d9d9d9;
    overflow-y: hidden
}

.swal2-popup.swal2-toast .swal2-header {
    flex-direction: row
}

.swal2-popup.swal2-toast .swal2-title {
    justify-content: flex-start;
    margin: 0 .6em;
    font-size: 1em
}

.swal2-popup.swal2-toast .swal2-footer {
    margin: .5em 0 0;
    padding: .5em 0 0;
    font-size: .8em
}

.swal2-popup.swal2-toast .swal2-close {
    position: initial;
    width: .8em;
    height: .8em;
    line-height: .8
}

.swal2-popup.swal2-toast .swal2-content {
    justify-content: flex-start;
    font-size: 1em
}

.swal2-popup.swal2-toast .swal2-icon {
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0
}

.swal2-popup.swal2-toast .swal2-icon-text {
    font-size: 2em;
    font-weight: 700;
    line-height: 1em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    top: .875em;
    width: 1.375em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: .3125em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: .3125em
}

.swal2-popup.swal2-toast .swal2-actions {
    height: auto;
    margin: .3125em .3125em 0
}

.swal2-popup.swal2-toast .swal2-styled {
    margin: 0 .3125em;
    padding: .3125em .625em;
    font-size: 1em
}

.swal2-popup.swal2-toast .swal2-styled:focus {
    box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4)
}

.swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
    position: absolute;
    width: 2em;
    height: 2.8125em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 50%
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
    top: -.25em;
    left: -.9375em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 2em 2em;
    transform-origin: 2em 2em;
    border-radius: 4em 0 0 4em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
    top: -.25em;
    left: .9375em;
    -webkit-transform-origin: 0 2em;
    transform-origin: 0 2em;
    border-radius: 0 4em 4em 0
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
    top: 0;
    left: .4375em;
    width: .4375em;
    height: 2.6875em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
    height: .3125em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
    top: 1.125em;
    left: .1875em;
    width: .75em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
    top: .9375em;
    right: .1875em;
    width: 1.375em
}

.swal2-popup.swal2-toast.swal2-show {
    -webkit-animation: showSweetToast .5s;
    animation: showSweetToast .5s
}

.swal2-popup.swal2-toast.swal2-hide {
    -webkit-animation: hideSweetToast .2s forwards;
    animation: hideSweetToast .2s forwards
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
    -webkit-animation: animate-toast-success-tip .75s;
    animation: animate-toast-success-tip .75s
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
    -webkit-animation: animate-toast-success-long .75s;
    animation: animate-toast-success-long .75s
}

@-webkit-keyframes showSweetToast {
    0% {
        -webkit-transform: translateY(-0.625em) rotateZ(2deg);
        transform: translateY(-0.625em) rotateZ(2deg);
        opacity: 0
    }

    33% {
        -webkit-transform: translateY(0) rotateZ(-2deg);
        transform: translateY(0) rotateZ(-2deg);
        opacity: .5
    }

    66% {
        -webkit-transform: translateY(0.3125em) rotateZ(2deg);
        transform: translateY(0.3125em) rotateZ(2deg);
        opacity: .7
    }

    100% {
        -webkit-transform: translateY(0) rotateZ(0);
        transform: translateY(0) rotateZ(0);
        opacity: 1
    }
}

@keyframes showSweetToast {
    0% {
        -webkit-transform: translateY(-0.625em) rotateZ(2deg);
        transform: translateY(-0.625em) rotateZ(2deg);
        opacity: 0
    }

    33% {
        -webkit-transform: translateY(0) rotateZ(-2deg);
        transform: translateY(0) rotateZ(-2deg);
        opacity: .5
    }

    66% {
        -webkit-transform: translateY(0.3125em) rotateZ(2deg);
        transform: translateY(0.3125em) rotateZ(2deg);
        opacity: .7
    }

    100% {
        -webkit-transform: translateY(0) rotateZ(0);
        transform: translateY(0) rotateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes hideSweetToast {
    0% {
        opacity: 1
    }

    33% {
        opacity: .5
    }

    100% {
        -webkit-transform: rotateZ(1deg);
        transform: rotateZ(1deg);
        opacity: 0
    }
}

@keyframes hideSweetToast {
    0% {
        opacity: 1
    }

    33% {
        opacity: .5
    }

    100% {
        -webkit-transform: rotateZ(1deg);
        transform: rotateZ(1deg);
        opacity: 0
    }
}

@-webkit-keyframes animate-toast-success-tip {
    0% {
        top: .5625em;
        left: .0625em;
        width: 0
    }

    54% {
        top: .125em;
        left: .125em;
        width: 0
    }

    70% {
        top: .625em;
        left: -.25em;
        width: 1.625em
    }

    84% {
        top: 1.0625em;
        left: .75em;
        width: .5em
    }

    100% {
        top: 1.125em;
        left: .1875em;
        width: .75em
    }
}

@keyframes animate-toast-success-tip {
    0% {
        top: .5625em;
        left: .0625em;
        width: 0
    }

    54% {
        top: .125em;
        left: .125em;
        width: 0
    }

    70% {
        top: .625em;
        left: -.25em;
        width: 1.625em
    }

    84% {
        top: 1.0625em;
        left: .75em;
        width: .5em
    }

    100% {
        top: 1.125em;
        left: .1875em;
        width: .75em
    }
}

@-webkit-keyframes animate-toast-success-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0
    }

    65% {
        top: 1.25em;
        right: .9375em;
        width: 0
    }

    84% {
        top: .9375em;
        right: 0;
        width: 1.125em
    }

    100% {
        top: .9375em;
        right: .1875em;
        width: 1.375em
    }
}

@keyframes animate-toast-success-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0
    }

    65% {
        top: 1.25em;
        right: .9375em;
        width: 0
    }

    84% {
        top: .9375em;
        right: 0;
        width: 1.125em
    }

    100% {
        top: .9375em;
        right: .1875em;
        width: 1.375em
    }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: hidden
}

body.swal2-height-auto {
    height: auto !important
}

body.swal2-no-backdrop .swal2-shown {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    background-color: transparent
}

body.swal2-no-backdrop .swal2-shown>.swal2-modal {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4)
}

body.swal2-no-backdrop .swal2-shown.swal2-top {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

body.swal2-no-backdrop .swal2-shown.swal2-top-left,
body.swal2-no-backdrop .swal2-shown.swal2-top-start {
    top: 0;
    left: 0
}

body.swal2-no-backdrop .swal2-shown.swal2-top-end,
body.swal2-no-backdrop .swal2-shown.swal2-top-right {
    top: 0;
    right: 0
}

body.swal2-no-backdrop .swal2-shown.swal2-center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

body.swal2-no-backdrop .swal2-shown.swal2-center-left,
body.swal2-no-backdrop .swal2-shown.swal2-center-start {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

body.swal2-no-backdrop .swal2-shown.swal2-center-end,
body.swal2-no-backdrop .swal2-shown.swal2-center-right {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,
body.swal2-no-backdrop .swal2-shown.swal2-bottom-start {
    bottom: 0;
    left: 0
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,
body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
    right: 0;
    bottom: 0
}

.swal2-container {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: transparent;
    z-index: 1060;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

.swal2-container.swal2-top {
    align-items: flex-start
}

.swal2-container.swal2-top-left,
.swal2-container.swal2-top-start {
    align-items: flex-start;
    justify-content: flex-start
}

.swal2-container.swal2-top-end,
.swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end
}

.swal2-container.swal2-center {
    align-items: center
}

.swal2-container.swal2-center-left,
.swal2-container.swal2-center-start {
    align-items: center;
    justify-content: flex-start
}

.swal2-container.swal2-center-end,
.swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end
}

.swal2-container.swal2-bottom {
    align-items: flex-end
}

.swal2-container.swal2-bottom-left,
.swal2-container.swal2-bottom-start {
    align-items: flex-end;
    justify-content: flex-start
}

.swal2-container.swal2-bottom-end,
.swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
}

.swal2-container.swal2-grow-fullscreen>.swal2-modal {
    display: flex !important;
    flex: 1;
    align-self: stretch;
    justify-content: center
}

.swal2-container.swal2-grow-row>.swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center
}

.swal2-container.swal2-grow-column {
    flex: 1;
    flex-direction: column
}

.swal2-container.swal2-grow-column.swal2-bottom,
.swal2-container.swal2-grow-column.swal2-center,
.swal2-container.swal2-grow-column.swal2-top {
    align-items: center
}

.swal2-container.swal2-grow-column.swal2-bottom-left,
.swal2-container.swal2-grow-column.swal2-bottom-start,
.swal2-container.swal2-grow-column.swal2-center-left,
.swal2-container.swal2-grow-column.swal2-center-start,
.swal2-container.swal2-grow-column.swal2-top-left,
.swal2-container.swal2-grow-column.swal2-top-start {
    align-items: flex-start
}

.swal2-container.swal2-grow-column.swal2-bottom-end,
.swal2-container.swal2-grow-column.swal2-bottom-right,
.swal2-container.swal2-grow-column.swal2-center-end,
.swal2-container.swal2-grow-column.swal2-center-right,
.swal2-container.swal2-grow-column.swal2-top-end,
.swal2-container.swal2-grow-column.swal2-top-right {
    align-items: flex-end
}

.swal2-container.swal2-grow-column>.swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center
}

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right)>.swal2-modal {
    margin: auto
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
        margin: 0 !important
    }
}

.swal2-container.swal2-fade {
    transition: background-color .1s
}

.swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.4)
}

.swal2-popup {
    display: none;
    position: relative;
    flex-direction: column;
    justify-content: center;
    width: 32em;
    max-width: 100%;
    padding: 1.25em;
    border-radius: .3125em;
    background: #fff;
    font-family: inherit;
    font-size: 1rem;
    box-sizing: border-box
}

.swal2-popup:focus {
    outline: 0
}

.swal2-popup.swal2-loading {
    overflow-y: hidden
}

.swal2-popup .swal2-header {
    display: flex;
    flex-direction: column;
    align-items: center
}

.swal2-popup .swal2-title {
    display: block;
    position: relative;
    max-width: 100%;
    margin: 0 0 .4em;
    padding: 0;
    color: #595959;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word
}

.swal2-popup .swal2-actions {
    align-items: center;
    justify-content: center;
    margin: 1.25em auto 0
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: .4
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1))
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2))
}

.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    width: 2.5em;
    height: 2.5em;
    margin: .46875em;
    padding: 0;
    border: .25em solid transparent;
    border-radius: 100%;
    border-color: transparent;
    background-color: transparent !important;
    color: transparent;
    cursor: default;
    box-sizing: border-box;
    -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
    margin-right: 30px;
    margin-left: 30px
}

.swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    border: 3px solid #999;
    border-radius: 50%;
    border-right-color: transparent;
    box-shadow: 1px 1px 1px #fff;
    content: '';
    -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal
}

.swal2-popup .swal2-styled {
    margin: 0 .3125em;
    padding: .625em 2em;
    font-weight: 500;
    box-shadow: none
}

.swal2-popup .swal2-styled:not([disabled]) {
    cursor: pointer
}

.swal2-popup .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #3085d6;
    color: #fff;
    font-size: 1.0625em
}

.swal2-popup .swal2-styled.swal2-cancel {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #aaa;
    color: #fff;
    font-size: 1.0625em
}

.swal2-popup .swal2-styled:focus {
    outline: 0;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4)
}

.swal2-popup .swal2-styled::-moz-focus-inner {
    border: 0
}

.swal2-popup .swal2-footer {
    justify-content: center;
    margin: 1.25em 0 0;
    padding: 1em 0 0;
    border-top: 1px solid #eee;
    color: #545454;
    font-size: 1em
}

.swal2-popup .swal2-image {
    max-width: 100%;
    margin: 1.25em auto
}

.swal2-popup .swal2-close {
    position: absolute;
    top: 0;
    right: 0;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    padding: 0;
    transition: color .1s ease-out;
    border: none;
    border-radius: 0;
    background: 0 0;
    color: #ccc;
    font-family: serif;
    font-size: 2.5em;
    line-height: 1.2;
    cursor: pointer;
    overflow: hidden
}

.swal2-popup .swal2-close:hover {
    -webkit-transform: none;
    transform: none;
    color: #f27474
}

.swal2-popup>.swal2-checkbox,
.swal2-popup>.swal2-file,
.swal2-popup>.swal2-input,
.swal2-popup>.swal2-radio,
.swal2-popup>.swal2-select,
.swal2-popup>.swal2-textarea {
    display: none
}

.swal2-popup .swal2-content {
    justify-content: center;
    margin: 0;
    padding: 0;
    color: #545454;
    font-size: 1.125em;
    font-weight: 300;
    line-height: normal;
    word-wrap: break-word
}

.swal2-popup #swal2-content {
    text-align: center
}

.swal2-popup .swal2-checkbox,
.swal2-popup .swal2-file,
.swal2-popup .swal2-input,
.swal2-popup .swal2-radio,
.swal2-popup .swal2-select,
.swal2-popup .swal2-textarea {
    margin: 1em auto
}

.swal2-popup .swal2-file,
.swal2-popup .swal2-input,
.swal2-popup .swal2-textarea {
    width: 100%;
    transition: border-color .3s, box-shadow .3s;
    border: 1px solid #d9d9d9;
    border-radius: .1875em;
    font-size: 1.125em;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    box-sizing: border-box
}

.swal2-popup .swal2-file.swal2-inputerror,
.swal2-popup .swal2-input.swal2-inputerror,
.swal2-popup .swal2-textarea.swal2-inputerror {
    border-color: #f27474 !important;
    box-shadow: 0 0 2px #f27474 !important
}

.swal2-popup .swal2-file:focus,
.swal2-popup .swal2-input:focus,
.swal2-popup .swal2-textarea:focus {
    border: 1px solid #b4dbed;
    outline: 0;
    box-shadow: 0 0 3px #c4e6f5
}

.swal2-popup .swal2-file::-webkit-input-placeholder,
.swal2-popup .swal2-input::-webkit-input-placeholder,
.swal2-popup .swal2-textarea::-webkit-input-placeholder {
    color: #ccc
}

.swal2-popup .swal2-file:-ms-input-placeholder,
.swal2-popup .swal2-input:-ms-input-placeholder,
.swal2-popup .swal2-textarea:-ms-input-placeholder {
    color: #ccc
}

.swal2-popup .swal2-file::-ms-input-placeholder,
.swal2-popup .swal2-input::-ms-input-placeholder,
.swal2-popup .swal2-textarea::-ms-input-placeholder {
    color: #ccc
}

.swal2-popup .swal2-file::placeholder,
.swal2-popup .swal2-input::placeholder,
.swal2-popup .swal2-textarea::placeholder {
    color: #ccc
}

.swal2-popup .swal2-range input {
    width: 80%
}

.swal2-popup .swal2-range output {
    width: 20%;
    font-weight: 600;
    text-align: center
}

.swal2-popup .swal2-range input,
.swal2-popup .swal2-range output {
    height: 2.625em;
    margin: 1em auto;
    padding: 0;
    font-size: 1.125em;
    line-height: 2.625em
}

.swal2-popup .swal2-input {
    height: 2.625em;
    padding: .75em
}

.swal2-popup .swal2-input[type=number] {
    max-width: 10em
}

.swal2-popup .swal2-file {
    font-size: 1.125em
}

.swal2-popup .swal2-textarea {
    height: 6.75em;
    padding: .75em
}

.swal2-popup .swal2-select {
    min-width: 50%;
    max-width: 100%;
    padding: .375em .625em;
    color: #545454;
    font-size: 1.125em
}

.swal2-popup .swal2-checkbox,
.swal2-popup .swal2-radio {
    align-items: center;
    justify-content: center
}

.swal2-popup .swal2-checkbox label,
.swal2-popup .swal2-radio label {
    margin: 0 .6em;
    font-size: 1.125em
}

.swal2-popup .swal2-checkbox input,
.swal2-popup .swal2-radio input {
    margin: 0 .4em
}

.swal2-popup .swal2-validationerror {
    display: none;
    align-items: center;
    justify-content: center;
    padding: .625em;
    background: #f0f0f0;
    color: #666;
    font-size: 1em;
    font-weight: 300;
    overflow: hidden
}

.swal2-popup .swal2-validationerror::before {
    display: inline-block;
    width: 1.5em;
    min-width: 1.5em;
    height: 1.5em;
    margin: 0 .625em;
    border-radius: 50%;
    background-color: #f27474;
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center;
    content: '!';
    zoom: normal
}

@supports (-ms-accelerator: true) {
    .swal2-range input {
        width: 100% !important
    }

    .swal2-range output {
        display: none
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .swal2-range input {
        width: 100% !important
    }

    .swal2-range output {
        display: none
    }
}

@-moz-document url-prefix() {
    .swal2-close:focus {
        outline: 2px solid rgba(50, 100, 150, 0.4)
    }
}

.swal2-icon {
    position: relative;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.875em;
    border: .25em solid transparent;
    border-radius: 50%;
    line-height: 5em;
    cursor: default;
    box-sizing: content-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    zoom: normal
}

.swal2-icon-text {
    font-size: 3.75em
}

.swal2-icon.swal2-error {
    border-color: #f27474
}

.swal2-icon.swal2-error .swal2-x-mark {
    position: relative;
    flex-grow: 1
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    display: block;
    position: absolute;
    top: 2.3125em;
    width: 2.9375em;
    height: .3125em;
    border-radius: .125em;
    background-color: #f27474
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: 1.0625em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: 1em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86
}

.swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee
}

.swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd
}

.swal2-icon.swal2-success {
    border-color: #a5dc86
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
    position: absolute;
    width: 3.75em;
    height: 7.5em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 50%
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
    top: -.4375em;
    left: -2.0635em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 3.75em 3.75em;
    transform-origin: 3.75em 3.75em;
    border-radius: 7.5em 0 0 7.5em
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
    top: -.6875em;
    left: 1.875em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 3.75em;
    transform-origin: 0 3.75em;
    border-radius: 0 7.5em 7.5em 0
}

.swal2-icon.swal2-success .swal2-success-ring {
    position: absolute;
    top: -.25em;
    left: -.25em;
    width: 100%;
    height: 100%;
    border: 0.25em solid rgba(165, 220, 134, 0.3);
    border-radius: 50%;
    z-index: 2;
    box-sizing: content-box
}

.swal2-icon.swal2-success .swal2-success-fix {
    position: absolute;
    top: .5em;
    left: 1.625em;
    width: .4375em;
    height: 5.625em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    display: block;
    position: absolute;
    height: .3125em;
    border-radius: .125em;
    background-color: #a5dc86;
    z-index: 2
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
    top: 2.875em;
    left: .875em;
    width: 1.5625em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.swal2-progresssteps {
    align-items: center;
    margin: 0 0 1.25em;
    padding: 0;
    font-weight: 600
}

.swal2-progresssteps li {
    display: inline-block;
    position: relative
}

.swal2-progresssteps .swal2-progresscircle {
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #3085d6;
    color: #fff;
    line-height: 2em;
    text-align: center;
    z-index: 20
}

.swal2-progresssteps .swal2-progresscircle:first-child {
    margin-left: 0
}

.swal2-progresssteps .swal2-progresscircle:last-child {
    margin-right: 0
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
    background: #3085d6
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle {
    background: #add8e6
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline {
    background: #add8e6
}

.swal2-progresssteps .swal2-progressline {
    width: 2.5em;
    height: .4em;
    margin: 0 -1px;
    background: #3085d6;
    z-index: 10
}

[class^=swal2] {
    -webkit-tap-highlight-color: transparent
}

.swal2-show {
    -webkit-animation: swal2-show .3s;
    animation: swal2-show .3s
}

.swal2-show.swal2-noanimation {
    -webkit-animation: none;
    animation: none
}

.swal2-hide {
    -webkit-animation: swal2-hide .15s forwards;
    animation: swal2-hide .15s forwards
}

.swal2-hide.swal2-noanimation {
    -webkit-animation: none;
    animation: none
}

[dir=rtl] .swal2-close {
    right: auto;
    left: 0
}

.swal2-animate-success-icon .swal2-success-line-tip {
    -webkit-animation: swal2-animate-success-line-tip .75s;
    animation: swal2-animate-success-line-tip .75s
}

.swal2-animate-success-icon .swal2-success-line-long {
    -webkit-animation: swal2-animate-success-line-long .75s;
    animation: swal2-animate-success-line-long .75s
}

.swal2-animate-success-icon .swal2-success-circular-line-right {
    -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
    animation: swal2-rotate-success-circular-line 4.25s ease-in
}

.swal2-animate-error-icon {
    -webkit-animation: swal2-animate-error-icon .5s;
    animation: swal2-animate-error-icon .5s
}

.swal2-animate-error-icon .swal2-x-mark {
    -webkit-animation: swal2-animate-error-x-mark .5s;
    animation: swal2-animate-error-x-mark .5s
}

@-webkit-keyframes swal2-rotate-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swal2-rotate-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.collab-outer-container {
    overflow-y: auto;
    height: calc(100vh - 32px) !important
}

.collab_live_member_count {
    position: relative;
    float: left;
    width: 34px;
    margin: 3px 10px 0 10px;
    cursor: pointer
}

.collab_live_noti {
    position: absolute;
    right: 6px;
    top: 3px;
    color: #fc3c21;
    border-radius: 50%;
    width: 20px;
    height: 19px;
    padding-top: 1px;
    background-color: #ffffff;
    border: solid 0.8px #fc3c21;
    font-size: 10px;
    text-align: center;
    font-family: 'Segoe UI SemiBold'
}

.collab_live_noti:hover {
    color: #ffffff;
    background-color: #fc3c21
}

#addParticipant:hover {
    filter: invert(12%) sepia(87%) saturate(6989%) hue-rotate(0deg) brightness(100%) contrast(112%)
}

.dg.main {
    position: absolute;
    z-index: 1000;
    width: 100% !important
}

.dg li.title {
    color: #ffffff !important;
    font-weight: normal !important
}

#image-manipulation-canvas {
    height: 100% !important;
    width: 100% !important
}

.multi-image-upload-function {
    position: absolute;
    bottom: 0
}

.multi-image-upload-function .btn {
    background: #011c5c;
    color: #fff
}

.multi-image-upload-function .btn:focus {
    outline: none
}

#save-tools-div {
    position: absolute;
    bottom: 0px;
    left: 57px;
    z-index: 1000;
    float: left;
    min-width: auto;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    display: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}

.color-picker-div {
    position: absolute;
    top: 0px;
    left: 57px;
    z-index: 1000;
    float: left;
    width: 136px;
    padding: 5px 9px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    display: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}

.current-zoom-level {
    position: absolute;
    top: 125px;
    left: 57px;
    z-index: 1000;
    float: left;
    width: 40px;
    padding: 5px 0;
    text-align: center;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    display: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}

.zoom-level-indictor {
    top: 225px !important
}

.color-picker {
    height: 15px;
    width: 15px;
    float: left;
    margin: 2px
}

.color-display-toolbar {
    height: 15px;
    width: 15px;
    display: inline-block;
    float: unset !important;
    margin: unset !important
}

#shape-picker-div {
    position: absolute;
    top: 0px;
    left: 57px;
    z-index: 1000;
    float: left;
    min-width: 120px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    display: none;
    padding-left: 5px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}

.shape-picker {
    height: 15px;
    width: 15px;
    display: inline-block
}

.collab_message {
    overflow-y: hidden;
    background: #ffffff;
    height: 576px;
    padding-left: 7px;
    padding-right: 10px;
    z-index: 1
}

.collab_message .textSection {
    left: 3%
}

.collab_message .commentSubmit .submit_bttn {
    margin-top: -29px !important
}

.collab_message .comment_name {
    display: none
}

.collab_message .single_comment {
    margin-bottom: 4px !important
}

.collab_message .single_comment div:nth-child(3) a {
    padding-left: 52px;
    display: none
}

.collab_message .single_comment div:nth-child(3) img {
    width: 97px;
    height: 69px
}

.collab_message .comment_text {
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    color: #4d4d4d;
    word-break: break-all;
    text-align: justify;
    padding-left: 10px
}

.collab_message audio {
    width: 228px;
    margin-top: 7px;
    cursor: pointer
}

.collab_message #recordForm button {
    display: none
}

.collab_message .recordingslist {
    width: 89%
}

.collab_message .recordingslist li audio {
    margin-left: 0px !important
}

.collab_message .post_comment_file {
    display: none
}

.collab_message .post_comment_comment {
    width: 91%;
    margin-left: 23px;
    margin-bottom: 0px
}

.collab_message .post_comment_comment textarea {
    resize: none;
    border: none;
    background-color: #f1f1ef !important;
    box-shadow: none;
    border-radius: 0px;
    padding-top: 14px;
    height: 46px;
    padding-right: 41px;
    text-align: left;
    color: #363636;
    padding-left: 19px
}

.collab_message .post_comment_comment textarea:focus {
    border: none !important
}

.collab_message .comment_disp_box {
    overflow-y: auto;
    height: calc(100vh - 121px);
    width: 100%;
    padding: 0px 0px 5px 0px !important;
    overflow-x: hidden
}

.collab_message .comment_disp_box::-webkit-scrollbar {
    width: 0px !important
}

.collab_message .comment_b {
    padding-left: 0px
}

.collab_message .comment_pic {
    display: none;
    z-index: 1;
    padding-left: 0;
    width: 9%
}

.collab_message .record_icon {
    display: none;
    position: absolute;
    top: 0px;
    background: #f1f1ef;
    height: 46px;
    width: 71%;
    left: 45px;
    padding-top: 2px;
    padding-left: 15px
}

.collab_message .attached_image {
    display: block;
    width: 105px;
    height: 60px;
    padding-top: 4px
}

.collab_message .attach_preview {
    margin-left: 10px;
    margin-bottom: 11px
}

.collab_message .remove_img {
    position: absolute;
    top: 49px;
    left: 128px;
    border-radius: 50%;
    background: #e42c5c;
    padding-left: 4px;
    padding-right: 3px;
    padding-bottom: 1px;
    color: #ffffff;
    font-size: 10px;
    cursor: pointer
}

.collab_message .file_name {
    position: absolute;
    top: 3px;
    width: 86%;
    padding-left: 36px;
    background: #ffffff;
    min-height: 30px
}

.collab_message .user-pic {
    height: 23px
}

.collab_message #post_comments_list {
    padding: 0px
}

.collab_message #post_comments_list #post_comment_comment {
    height: 35px !important;
    border-radius: 2px;
    font-size: 10px !important;
    background-color: whitesmoke !important;
    border: solid 1px #e6e6e6 !important;
    display: none;
    box-shadow: none
}

.collab_message #post_comments_list .nested_messages .textSection {
    padding-bottom: 4px
}

.collab_message #post_comments_list .nested_messages .textSection:after {
    border-bottom-color: #f6f9f8
}

.collab_message #post_comments_list .nested_messages #post_comment_comment {
    width: 225px
}

.collab_message #post_comments_list .nested_messages .replied-section .textSection .post-commenter-action {
    margin: 0px !important
}

.collab_message #post_comments_list .nested_messages .reply-comment-submit-section .post_comment_comment {
    padding-left: 0px
}

.collab_message #post_comments_list .replied-section {
    padding-left: 15px !important
}

.collab_message #post_comments_list .replied-section .textSection {
    width: 100%
}

.collab_message #post_comments_list .replied-section .textSection .post-commenter-action {
    margin: 0px !important
}

.collab_message #post_comments_list .reply-comment-submit-section {
    width: 100%;
    margin-left: 0px;
    padding-left: 15px !important
}

.collab_message #post_comments_list .reply-comment-submit-section .post_comment_comment {
    display: block;
    width: 100%;
    padding-left: 0px
}

.collab_message #post_comments_list .submit_bttn {
    display: none !important
}

.collab_message .message_board_user {
    padding-left: 0px
}

.collab_message .comment_input .submit_bttn {
    top: 5px
}

.collab_message .audioRecorder {
    right: 11px;
    background: #f1f1ef
}

.collab_message .textSection {
    padding-bottom: 4px;
    margin-top: 0px;
    left: 0%
}

.collab_message .audio_msg audio {
    margin-left: 0px !important;
    margin-bottom: 4px;
    width: 100%
}

.collab_message .audio_msg a {
    display: none
}

.collab_message .delete_audio_btn:hover {
    color: #e42c5c;
    font-size: 22px !important;
    transition: all 0.2s ease !important
}

.collab_message .ok_audio_btn:hover {
    color: #e42c5c;
    font-size: 22px !important;
    transition: all 0.2s ease !important
}

.collab_message .attachFile {
    background: #f1f1ef;
    left: 6px;
    border-right: 3px solid #ffffff;
    padding-left: 8px;
    padding-right: 8px
}

.collab_message .fa-microphone:hover {
    color: red !important
}

.collab_message .textSection:after {
    transform: rotate(180deg);
    content: '';
    position: absolute;
    top: 31px;
    left: 2px;
    width: 0;
    height: 0;
    border: 14px solid transparent;
    border-bottom-color: whitesmoke;
    border-top: 0;
    border-left: 0;
    margin-left: -15.5px;
    margin-top: -31px
}

#model-check {
    padding-left: 0px
}

#model-check .post_comment_comment {
    display: block;
    width: 100%;
    margin-bottom: 2px
}

#model-check #post_comment_comment {
    height: 35px !important;
    border-radius: 2px;
    font-size: 10px !important;
    background-color: whitesmoke !important;
    border: solid 1px #e6e6e6 !important;
    display: none;
    box-shadow: none;
    text-align: left
}

#model-check .post_comment_file {
    display: none
}

#model-check #recordForm {
    display: none
}

#model-check .textSection {
    padding: 5px 7px 10px 13px !important;
    margin-top: 0px;
    border-radius: 5px;
    border-top-left-radius: 0px
}

#model-check .nested_messages .replied-section .comment_pic {
    padding: 0px
}

#model-check .nested_messages .message_board_user {
    padding-left: 0px
}

#model-check .nested_messages #post_comment_comment {
    width: 100%
}

#model-check .replied-section {
    margin-bottom: 1px
}

#model-check .replied-section .comment_pic {
    padding: 0px
}

#model-check .comment_b {
    padding: 0px
}

#model-check .message_board_user {
    padding-left: 4px;
    padding-top: 11px
}

.three-d-download {
    box-shadow: unset !important
}

.file-description {
    word-break: break-word
}

.schedule-add-item-btn:hover {
    background-color: #011c5c
}

.schedule-add-item-btn:hover .plus_ic,
.schedule-add-item-btn:hover a {
    color: #ffffff
}

.user-typing-text {
    position: relative;
    color: #fc3c21;
    font-family: 'Segoe UI';
    float: left;
    padding: 4px 13px
}

.issue-attachment {
    margin-top: 12px
}

#uploadFile_dashboard .tagContainer .checkmark {
    top: 3px
}

#uploadFile_dashboard #description:focus {
    border: 1px solid #011c5c !important
}

.live-profile-section {
    font-size: 12px;
    font-family: 'Segoe UI SemiBold';
    color: #363636
}

.session-creator-name {
    font-size: 12px;
    font-family: 'Segoe UI SemiBold';
    color: #363636;
    padding-right: 5px
}

.collab-header-profile-name {
    font-family: 'Segoe UI SemiBold';
    color: #363636;
    font-size: 14px;
    padding-right: 5px
}

.message-reply-thread-section {
    padding-top: 6px
}

.top_reply_section:hover .post-commenter-action {
    display: block !important
}

.drawingTools .btn:active,
.drawingTools .btn:focus {
    background-color: #011c5c !important;
    outline: unset !important
}

.drawingTools .btn {
    padding: 5px 12px
}

.collab_session_timer {
    color: #7fb738
}

.collab-toast-container {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 0;
    padding: 10px
}

.collab-toast-message {
    width: 95%;
    color: #f0f0f0
}

.collab-toast-close {
    text-align: right;
    font-size: 14px;
    color: red;
    cursor: pointer
}

.create-task-form-title {
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 900;
    letter-spacing: normal;
    color: #a4a3a3
}

.task_creation_popup .chosen-drop,
.update_task_popup .chosen-drop,
#new-issue .chosen-drop {
    font-size: 13px;
    left: 0
}

.task_creation_popup .chosen-single,
.update_task_popup .chosen-single,
#new-issue .chosen-single {
    margin-top: 0 !important;
    font-size: 13px
}

.task_creation_popup .task_submit_btn,
.update_task_popup .task_submit_btn,
#new-issue .task_submit_btn {
    height: 38px;
    background-color: #011c5c;
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 900;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    outline: unset !important;
    border: 1px solid #011c5c !important
}

.task_creation_popup .task_submit_btn:hover,
.update_task_popup .task_submit_btn:hover,
#new-issue .task_submit_btn:hover {
    background-color: #e42c5c !important;
    color: #ffffff;
    border: 1px solid #e42c5c !important
}

#tasks_issues .task_filter,
#tasks_issues .status_filter {
    margin-top: 4px
}

#tasks_issues .task_filter .chosen-single,
#tasks_issues .status_filter .chosen-single {
    font-size: 12px;
    color: #868686;
    font-family: 'Segoe UI';
    font-weight: normal
}

#tasks_issues .task_filter .chosen-drop,
#tasks_issues .status_filter .chosen-drop {
    font-size: 12px
}

#tasks_issues .task_filter .chosen-results li,
#tasks_issues .status_filter .chosen-results li {
    font-family: 'Segoe UI';
    font-weight: normal
}

#tasks_issues .task_filter .chosen-results li:hover,
#tasks_issues .status_filter .chosen-results li:hover {
    color: #011c5c
}

.concept_discussion .chosen-choices {
    border-radius: 0px !important;
    border: 1px solid #011c5c !important;
    padding: 5px 7px
}

.concept_discussion .search-choice {
    background: no-repeat !important;
    border: 1px solid #011c5c !important;
    border-radius: 0px !important;
    color: #011c5c !important
}

.concept_discussion .search-choice-close {
    top: 3px !important;
    background: url(/assets/chosen-close-e8c12edeb9691833963279511a837d93f4dd54f147c5444723e22dc86bd5a347.svg) no-repeat !important
}

.gantt_cell .gantt_tree_content {
    color: #011c5c;
    font-family: 'Segoe UI';
    padding-left: 7px
}

.nested_task .gantt_tree_content {
    color: #868686;
    font-family: 'Segoe UI'
}

.nested_task .gantt_tree_content:hover {
    color: #011c5c
}

.gantt_grid_head_title {
    color: #011c5c !important;
    font-family: 'Segoe UI'
}

.gantt_folder_open,
.gantt_folder_closed,
.gantt_file {
    display: none !important
}

.gantt_scale_cell {
    font-family: 'Segoe UI';
    color: #868686
}

.collab-dashboard-container .left-tab-section .dropdown-content,
.collab-dashboard-container .left-tab-section #all_projects_Dropdown,
.collab-list-container .left-tab-section .dropdown-content,
.collab-list-container .left-tab-section #all_projects_Dropdown {
    padding: 8px 24px;
    background-color: #e8eaed
}

.collab-dashboard-container .left-tab-section .dropdown-content .search_collab_input,
.collab-dashboard-container .left-tab-section #all_projects_Dropdown .search_collab_input,
.collab-list-container .left-tab-section .dropdown-content .search_collab_input,
.collab-list-container .left-tab-section #all_projects_Dropdown .search_collab_input {
    border-radius: 0%;
    color: #363636;
    font-size: 12px
}

.collab-dashboard-container .left-tab-section .dropdown-content .search_collab_input:focus,
.collab-dashboard-container .left-tab-section #all_projects_Dropdown .search_collab_input:focus,
.collab-list-container .left-tab-section .dropdown-content .search_collab_input:focus,
.collab-list-container .left-tab-section #all_projects_Dropdown .search_collab_input:focus {
    border: 1px solid #011c5c !important
}

.collab-dashboard-container .search_collab_input::-webkit-input-placeholder,
.collab-list-container .search_collab_input::-webkit-input-placeholder {
    font-style: italic
}

.collab-dashboard-container .search_collab_input:-moz-placeholder,
.collab-list-container .search_collab_input:-moz-placeholder {
    font-style: italic
}

.collab-dashboard-container .search_collab_input::-moz-placeholder,
.collab-list-container .search_collab_input::-moz-placeholder {
    font-style: italic
}

.collab-dashboard-container .search_collab_input:-ms-input-placeholder,
.collab-list-container .search_collab_input:-ms-input-placeholder {
    font-style: italic
}

.update_task_popup .task_attachments_file {
    display: none
}

.update_task_popup .remove_img {
    background: url(/assets/close_delete-128-2ff068c560f3c27fac88d8d6cf31d93a8b250b86a1f3db172d649ec6fbb31141.png) no-repeat 10px 10px;
    padding: 13px 13px;
    background-size: 15px;
    z-index: 100
}

.update_task_popup #task_remove_file {
    right: -4px;
    top: 0px;
    position: absolute
}

.task_attach_preview {
    display: none;
    height: 75px;
    width: 117px;
    float: left;
    position: relative;
    margin-top: 12px
}

.task_attach_preview #taskImageFile {
    width: 100%;
    height: 100%
}

.annotation_item {
    border-top: 2px solid #fafafa;
    padding-top: 5px;
    background: white;
    padding-left: 7px;
    margin-bottom: 1px
}

.annotation_item .annotation-id {
    font-size: 10px;
    background: #f98686;
    color: white;
    border-radius: 10px;
    height: 20px;
    padding-top: 2px !important;
    text-align: center
}

.annotation_item .annotation-message {
    height: auto;
    font-family: 'Segoe UI';
    font-size: 12px;
    line-height: normal;
    text-align: left;
    color: #4d4d4d;
    padding-left: 3px
}

.annotation_item .delete-icon {
    font-size: 11px;
    margin-top: 4px;
    text-align: right
}

.task-dropdown-section .istatus {
    padding-top: 6px
}

.task-dropdown-section .task_status_dropdown #task_issue_status_chosen {
    padding: 0 !important
}

.task-dropdown-section .task_status_dropdown .chosen-container .chosen-drop {
    left: 0
}

#collabVideoModal,
#collabVideoModaltwo {
    background-color: #0006
}

#collabVideoModal .help_video_modal,
#collabVideoModaltwo .help_video_modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.4)
}

#collabVideoModal .collab_help_video_content,
#collabVideoModaltwo .collab_help_video_content {
    background-color: #fefefe;
    margin: auto;
    padding: 0 0 20px 0;
    width: 51%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 528px;
    padding: 15px
}

.videoHelp {
    background-color: #ffffff;
    border: 1px solid #011c5c !important;
    color: #011c5c;
    margin: auto;
    display: block;
    margin-top: 10px;
    outline: unset
}

.videoHelp:hover {
    background-color: #011c5c;
    border: 1px solid #011c5c;
    color: #ffffff
}

.skip_help_video_bttn {
    background-color: #ffffff;
    border: 1px solid #011c5c !important;
    color: #011c5c;
    float: right;
    margin-top: 11px;
    margin-right: 0px;
    outline: unset
}

#vdooun7fX5uGQ .ytp-fullscreen-button {
    display: none !important
}

#vdooun7fX5uGQ .ytp-forward-button,
#vdooun7fX5uGQ .ytp-replay-button {
    background: transparent !important
}

@media screen and (max-width: 767px) {
    .new_timeline_bttn {
        padding-left: 5% !important
    }

    .competition-new-main-div #createComp .nextBtn {
        margin-right: 0px !important
    }

    .incubation-more-content-page .left-col {
        background-color: #e9eaee !important
    }

    .incubation-more-content-page .left-col .newLeft-post {
        background-color: #f7f7f7;
        opacity: unset !important;
        margin-bottom: 3px !important
    }

    .incubation-more-content-page .left-col .AllInc {
        background-color: #011c5c;
        padding: 14px 8px !important
    }

    .incubation-more-content-page .left-col .right-most-arrow {
        background-color: #011c5c
    }

    .incubation-more-content-page .left-col .side-menu {
        padding-left: 3px !important;
        padding-right: 3px !important;
        padding-top: 2px !important
    }

    .incubation-more-content-page .left-col .side-menu li:hover {
        background: none !important
    }

    .incubation-more-content-page .left-col .left-drop {
        display: none
    }

    .incubation-more-content-page .left-col .innovation-project-title {
        border-radius: 6px;
        box-shadow: 1.5px 2.6px 4px 0 rgba(0, 0, 0, 0.24);
        border: solid 1px #3a4f80 !important;
        background-color: #f6f5f5;
        margin-top: 4px;
        padding: 10px 3px 15px 10px !important
    }

    .incubation-more-content-page .posts-comments {
        background: unset;
        width: 83%
    }

    .incubation-more-content-page .posts-comments .post-comment-title {
        width: 100%;
        background-color: #011c5c;
        padding: 16px 20px 20px 16px;
        margin-top: 0;
        margin-bottom: 3px;
        border-radius: 4px
    }

    .incubation-more-content-page .posts-comments .post-comment-title .network-dropdown {
        background: unset;
        border: unset;
        color: #ffffff;
        font-size: 21px;
        outline: none
    }

    .incubation-more-content-page .posts-comments .post-comment-title .network-dropdown option {
        color: #999;
        font-size: 17px
    }

    .incubation-more-content-page .posts-comments .user_list_div {
        padding: 0 !important;
        background: unset;
        border-radius: 4px;
        box-shadow: unset;
        background-color: unset;
        border: unset;
        height: calc(100% - 35px) !important
    }

    .incubation-more-content-page .posts-comments .user-commenter {
        border-radius: 4px;
        padding: 23px 10px 30px 10px !important
    }

    .incubation-more-content-page .posts-comments .post-commenter-action {
        margin-top: 4px
    }

    .incubation-more-content-page .posts-comments .post-commenter-desc {
        padding: 8px 0px 0px 20px !important
    }

    .incubation-more-content-page .posts-comments #hover_3dots_menu li {
        float: left
    }

    .incubation-more-content-page .right-col .create-group {
        margin-top: 5px !important
    }

    .incubation-more-content-page .mobile-left-col-back-arrow {
        display: block !important;
        background: #011c5c;
        height: 50px
    }

    .incubation-more-content-page .mobile-left-col-back-arrow .mobile-back-arrow {
        display: block !important;
        float: left;
        height: 40px;
        padding-top: 12px;
        padding-left: 20px;
        padding-right: 25px
    }

    .network-main-container .posts-comments {
        background: unset
    }

    .network-main-container .posts-comments #dropdownMenu {
        width: 100%
    }

    .network-main-container .posts-comments .user_list_div {
        background: unset;
        background-color: unset;
        border: unset
    }

    .network-main-container .posts-comments #all_users_Dropdown {
        padding: 0
    }

    .network-main-container .posts-comments .user-commenter {
        padding: 23px 10px 30px 10px !important
    }

    .network-main-container .Network .textSection .audio_msg audio {
        margin-left: 0px !important;
        width: 100%
    }

    .network-main-container .Network .textSection .post-commenter-action {
        margin: 0px 14px 0px 0px !important;
        height: 24px
    }

    .network-main-container .Network .textSection .post-commenter-action span {
        height: 12px;
        font-size: 25px
    }

    .mobile-publication {
        display: block !important
    }

    .post-comment-title {
        display: inline-flex
    }

    #user_university_id,
    #user_designation_id,
    #user_location_id,
    #user_alma_mater_id,
    #user_year_of_completion_1i,
    #user_course_id {
        display: block !important
    }

    .academic_hat_img {
        margin: 8px 15px
    }

    .onboardingOverlay {
        overflow-y: auto;
        padding-bottom: 157px
    }

    .onboardingMenuPopup {
        width: 100% !important
    }

    .top-menu-popover .popover-image {
        max-height: 60px;
        max-width: 60px
    }

    .onboarding-logo-area {
        text-align: center
    }

    .onboarding-logo-area img {
        width: auto
    }

    .support_bttn {
        display: block
    }

    .more-info a {
        font-family: 'Segoe UI';
        font-size: 12px;
        font-weight: 900;
        letter-spacing: normal;
        color: #011c5c !important
    }

    .more-info a:hover {
        color: #e42c5c !important
    }

    .profile .forms .form-control {
        border: none;
        border-bottom: 1px solid #949c9c;
        border-radius: 0;
        background: none;
        box-shadow: none
    }

    .logo {
        text-align: center
    }

    .main-right .name_group {
        margin-bottom: 35px
    }

    #myNavbar {
        display: none
    }

    .collapse.in {
        display: block !important
    }

    .menu_toggle {
        float: left !important
    }

    .menu_toggle .icon-bar {
        padding: 0px
    }

    .main {
        overflow-y: auto !important
    }

    .menu_toggle {
        padding: 6px 4px;
        margin-top: 4px;
        background-color: #011c5c;
        cursor: pointer
    }

    .menu_toggle .icon-bar {
        background: #fff !important
    }

    .hme_logo {
        padding-top: 17px;
        padding-bottom: 9px !important
    }

    .solution_comments_xs {
        padding-right: 20px
    }

    .solution_left_col {
        top: 10px
    }

    .new-register #user_university_id,
    .new-register #user_location_id,
    .new-register #user_course_id,
    .new-register #user_alma_mater_id,
    .new-register #user_year_of_completion_1i,
    .new-register #user_designation_id {
        display: block !important
    }

    .new-register #user_university_id_chosen,
    .new-register #user_location_id_chosen,
    .new-register #user_course_id_chosen,
    .new-register #user_alma_mater_id_chosen,
    .new-register #user_year_of_completion_1i_chosen,
    .new-register #user_designation_id_chosen {
        display: none !important
    }

    .childrenPage .subject-box {
        width: 100% !important
    }

    .childrenPage .bttn-class {
        width: 47.8% !important
    }

    .childrenDashboard .childBox {
        width: 100% !important
    }

    .user_article_dropdown_section .drop_Down1 {
        padding-right: 1px
    }

    .user_article_dropdown_section .drop_Down3 {
        padding: 0px
    }

    .fabrication_container {
        background-color: #e0e4ef
    }

    .fabrication_container .scroll_position {
        width: 100%
    }

    .fabrication_container #dic-feeds {
        background: unset
    }

    .fabrication_container .right-col {
        border-top-right-radius: 5px;
        border-top-left-radius: 5px
    }

    .fabrication_container .right-col .post-comment-title {
        background-color: unset
    }

    .fabrication_container .right-col .create-group {
        margin-top: 15px !important
    }

    .fabrication_container .posts-comments {
        border-top-right-radius: 5px;
        border-top-left-radius: 5px
    }

    .fabrication_container .posts-comments .post-comment-title {
        width: 100%
    }

    .fabrication_container .posts-comments .post-comment-title .chosen-container {
        width: 82% !important;
        background: url(/assets/mobile-drop-down-chosen-2c83ac2a02f9c7943d772fb43a1c47885fb124dba50b4d119e55311b8e3fd911.svg) no-repeat right center !important
    }

    .fabrication_container .posts-comments .post-comment-title .chosen-container .chosen-single span {
        background: unset;
        border: unset;
        color: #ffffff !important;
        font-size: 21px;
        outline: none
    }

    .noPad {
        padding: 0px !important
    }

    .attachmnt_width {
        width: 200px
    }

    .att_remove {
        position: relative;
        bottom: 10px;
        font-size: 18px;
        font-weight: normal
    }

    .closeB {
        position: relative;
        top: 20px;
        left: 0px
    }

    .fab-more-detail-main-container {
        background-color: #e0e4ef
    }

    .fab-more-detail-main-container .feeds {
        padding-right: 0px;
        padding-left: 0px
    }

    .dic_mobile_main_container {
        padding-top: 20px
    }

    .poject_img_mobile {
        width: 144px !important;
        height: 102px !important;
        padding-right: 0px !important
    }

    .dic-inc-member-mobile {
        display: block !important
    }

    .footer-menu-mobile {
        display: block !important
    }

    .dic_mobile_main_container,
    .dic-more-content-page {
        background-color: #e0e4ef
    }

    .dic_mobile_main_container .left-col,
    .dic-more-content-page .left-col {
        background-color: unset !important
    }

    .dic_mobile_main_container .left-col .newLeft-post,
    .dic-more-content-page .left-col .newLeft-post {
        background-color: #f7f7f7;
        opacity: unset !important;
        margin-bottom: 3px !important
    }

    .dic_mobile_main_container .left-col .AllInc,
    .dic-more-content-page .left-col .AllInc {
        background-color: #011c5c;
        padding: 14px 8px !important
    }

    .dic_mobile_main_container .left-col .right-most-arrow,
    .dic-more-content-page .left-col .right-most-arrow {
        background-color: #011c5c
    }

    .dic_mobile_main_container .left-col .side-menu li:hover,
    .dic-more-content-page .left-col .side-menu li:hover {
        background: none !important
    }

    .dic_mobile_main_container .posts-comments,
    .dic-more-content-page .posts-comments {
        background: unset;
        width: 83%
    }

    .dic_mobile_main_container .posts-comments .post-comment-title,
    .dic-more-content-page .posts-comments .post-comment-title {
        width: 100%;
        background-color: #011c5c;
        padding: 16px 20px 20px 16px;
        margin-top: 0;
        margin-bottom: 3px;
        border-radius: 4px
    }

    .dic_mobile_main_container .posts-comments .post-comment-title .network-dropdown,
    .dic-more-content-page .posts-comments .post-comment-title .network-dropdown {
        background: unset;
        border: unset;
        color: #ffffff;
        font-size: 21px;
        outline: none
    }

    .dic_mobile_main_container .posts-comments .post-comment-title .network-dropdown option,
    .dic-more-content-page .posts-comments .post-comment-title .network-dropdown option {
        color: #999;
        font-size: 17px
    }

    .dic_mobile_main_container .posts-comments .user_list_div,
    .dic-more-content-page .posts-comments .user_list_div {
        padding: 0 !important;
        background: unset;
        border-radius: 4px;
        box-shadow: unset;
        background-color: unset;
        border: unset;
        height: calc(100% - 35px) !important
    }

    .dic_mobile_main_container .posts-comments .user-commenter,
    .dic-more-content-page .posts-comments .user-commenter {
        border-radius: 4px;
        padding: 23px 10px 30px 10px !important
    }

    .dic_mobile_main_container .posts-comments .post-commenter-action,
    .dic-more-content-page .posts-comments .post-commenter-action {
        margin-top: 4px
    }

    .dic_mobile_main_container .posts-comments .post-commenter-desc,
    .dic-more-content-page .posts-comments .post-commenter-desc {
        padding: 8px 0px 0px 20px !important
    }

    .dic_mobile_main_container .posts-comments #hover_3dots_menu li,
    .dic-more-content-page .posts-comments #hover_3dots_menu li {
        float: left
    }

    .dic_mobile_main_container .list_right_arrow,
    .dic-more-content-page .list_right_arrow {
        display: block !important;
        height: 20px;
        float: right;
        margin-top: -22px;
        margin-right: 8px
    }

    .dic_mobile_main_container .left-col,
    .dic-more-content-page .left-col {
        width: 79%
    }

    .dic_mobile_main_container .left-col .menu,
    .dic-more-content-page .left-col .menu {
        padding-right: 38px !important
    }

    .dic_mobile_main_container .left-col .side-menu,
    .dic-more-content-page .left-col .side-menu {
        padding-top: 0px
    }

    .dic_mobile_main_container .left-col .left-col-close,
    .dic-more-content-page .left-col .left-col-close {
        background: unset;
        box-shadow: unset;
        border: unset;
        color: #ccc;
        top: 0px;
        font-size: 24px;
        right: 0
    }

    .dic_mobile_main_container .dropdown-content::-webkit-scrollbar,
    .dic-more-content-page .dropdown-content::-webkit-scrollbar {
        width: 0 !important
    }

    .dic_mobile_main_container .dropdown-content,
    .dic-more-content-page .dropdown-content {
        overflow: -moz-scrollbars-none
    }

    .dic_mobile_main_container .dropdown-content,
    .dic-more-content-page .dropdown-content {
        -ms-overflow-style: none
    }

    .dic_mobile_main_container .dropdown-content,
    .dic-more-content-page .dropdown-content {
        height: calc(100vh - 115px) !important
    }

    .dic_mobile_main_container #dic-feeds,
    .dic-more-content-page #dic-feeds {
        background: unset
    }

    .dic_mobile_main_container .right-col .network_user_name .post-commenter-action,
    .dic-more-content-page .right-col .network_user_name .post-commenter-action {
        margin-top: 2px !important
    }

    .dic_mobile_main_container .right-col .network_user_name .post-commenter-action span,
    .dic-more-content-page .right-col .network_user_name .post-commenter-action span {
        margin-top: 0px
    }

    .dic_mobile_main_container .right-col .create-group,
    .dic-more-content-page .right-col .create-group {
        margin-top: 5px !important
    }

    .dic_mobile_main_container #Network_chosen,
    .dic-more-content-page #Network_chosen {
        width: 80% !important;
        background: url(/assets/mobile-drop-down-chosen-2c83ac2a02f9c7943d772fb43a1c47885fb124dba50b4d119e55311b8e3fd911.svg) no-repeat right center !important
    }

    .dic_mobile_main_container #Network_chosen .chosen-single span,
    .dic-more-content-page #Network_chosen .chosen-single span {
        color: #ffffff !important;
        font-size: 21px;
        border-bottom: unset
    }

    .dic_mobile_main_container #Network_chosen,
    .dic-more-content-page #Network_chosen {
        width: 80% !important;
        background: url(/assets/mobile-drop-down-chosen-2c83ac2a02f9c7943d772fb43a1c47885fb124dba50b4d119e55311b8e3fd911.svg) no-repeat right center !important
    }

    .dic_mobile_main_container #Network_chosen .chosen-single span,
    .dic-more-content-page #Network_chosen .chosen-single span {
        color: #ffffff !important;
        font-size: 21px;
        border-bottom: unset
    }

    .list_right_arrow {
        display: block !important
    }

    .mobile-back-arrow {
        display: block !important;
        float: left;
        height: 40px;
        padding-top: 4px
    }

    .mobile-back-button-sec {
        padding: 15px 0px 51px 15px;
        background: #011c5c;
        border-radius: 4px
    }

    .mentor-network-sec {
        padding-left: 4px;
        padding-right: 4px
    }

    .mentor-network-sec .group-name-style {
        background: #f7f7f7 !important;
        border: solid 0.8px #d7d7d7
    }

    .dic-right-col {
        background: #fff !important
    }

    .post-search__input {
        padding-top: 3px !important
    }

    .post-search__input .search_box {
        width: 100%
    }

    .post-search__input .search_box .search_input {
        height: 39px
    }

    .competition-card-footer {
        display: block !important
    }

    .competition-card-footer .title {
        word-break: break-word
    }

    .competition-card-img-div img {
        padding: 3px 0px 0px 3px !important;
        border-top-left-radius: 8px;
        width: 100%
    }

    .rightContainer {
        padding: 0px
    }

    #ShowCompetionFilter .filter-buttn {
        width: 83px;
        height: 42px;
        background-color: #011c5c;
        border: none;
        float: right;
        margin-top: 48px
    }

    #ShowCompetionFilter .filter-buttn img {
        height: 32px;
        padding-top: 6px;
        padding-left: 6px
    }

    #ShowCompetionFilter .filterHeading {
        color: #011c5c
    }

    #ShowCompetionFilter .selectContainer {
        padding-left: 0px;
        padding-right: 0px
    }

    #ShowCompetionFilter .modal-content {
        background: #cbceda
    }

    #ShowCompetionFilter .modal-body {
        padding-top: 0px
    }

    #ShowCompetionFilter .modal-body label {
        color: #807e7e
    }

    #ShowCompetionFilter #mobile-competition-category-filter,
    #ShowCompetionFilter #mobile-competition-deadline-filter {
        border-radius: 6px;
        box-shadow: none;
        border: solid 1px #bebebe;
        background-color: #ecebeb;
        font-size: 13px;
        font-weight: normal;
        font-style: italic;
        color: #a4a3a3;
        height: 34px;
        padding: 6px 12px;
        width: 100%;
        outline: none
    }

    #ShowCompetionFilter #mobile-competition-category-filter {
        margin-bottom: 18px
    }

    #ShowCompetionFilter .modal-footer {
        display: flex;
        justify-content: center
    }

    .competition-main-div {
        background: #e0e4ef
    }

    #filterByStatus .filter-buttn {
        width: 83px;
        height: 42px;
        background-color: #011c5c;
        border: none;
        float: right;
        margin-top: 48px
    }

    #filterByStatus .filter-buttn img {
        height: 32px;
        padding-top: 6px;
        padding-left: 6px
    }

    #filterByStatus .filterHeading {
        color: #011c5c
    }

    #filterByStatus .selectContainer {
        padding-left: 0px;
        padding-right: 0px
    }

    #filterByStatus .modal-content {
        background: #cbceda
    }

    #filterByStatus .modal-body {
        padding-top: 0px
    }

    #filterByStatus .modal-body label {
        color: #807e7e;
        font-weight: normal
    }

    #filterByStatus #mobile-post-status-filter {
        border-radius: 6px;
        box-shadow: none;
        border: solid 1px #bebebe;
        background-color: #ecebeb;
        font-size: 13px;
        font-weight: normal;
        font-style: italic;
        color: #a4a3a3;
        height: 34px;
        padding: 6px 12px;
        width: 100%;
        outline: none
    }

    .mobile-model-content {
        padding: 0px !important
    }

    .innovation-model-header {
        border-radius: 4px;
        background-color: #011c5c;
        padding: 16px 20px 52px 16px !important
    }

    .innovation-model-header .post-title-heading {
        color: #fff !important
    }

    #innovation_create_proj form {
        padding: 20px
    }

    .fabrication_container .posts-comments,
    .fab-more-detail-main-container .posts-comments {
        padding: 0px
    }

    .fabrication_container .post-commenter-desc,
    .fab-more-detail-main-container .post-commenter-desc {
        padding-left: 10px !important;
        padding-top: 9px !important
    }

    .fabrication_container .bttnSection,
    .fab-more-detail-main-container .bttnSection {
        margin-top: 3px
    }

    .fabrication_container #dropdownMenuLink,
    .fab-more-detail-main-container #dropdownMenuLink {
        padding: 10px 13px;
        height: auto;
        border-radius: 3.4px !important;
        border: solid 1px #c7c6c6
    }

    .fabrication_container #dropdownMenuLink img,
    .fab-more-detail-main-container #dropdownMenuLink img {
        height: 14px;
        width: 14px
    }

    .fabrication_container .incubator-user-list,
    .fabrication_container .post-comment-title,
    .fab-more-detail-main-container .incubator-user-list,
    .fab-more-detail-main-container .post-comment-title {
        background-color: #011c5c;
        padding: 16px 20px 20px 16px;
        margin-top: 0;
        margin-bottom: 3px;
        border-radius: 4px
    }

    .fabrication_container .incubator-user-list .network-dropdown,
    .fabrication_container .post-comment-title .network-dropdown,
    .fab-more-detail-main-container .incubator-user-list .network-dropdown,
    .fab-more-detail-main-container .post-comment-title .network-dropdown {
        background: unset;
        border: unset;
        color: #ffffff;
        font-size: 21px;
        outline: none
    }

    .fabrication_container .seperate-scroll,
    .fab-more-detail-main-container .seperate-scroll {
        overflow-y: auto;
        height: 100%
    }

    .fabrication_container .innovation_rht,
    .fab-more-detail-main-container .innovation_rht {
        background: #fff;
        padding: 0px
    }

    .fabrication_container .innovation_rht .right-col__inner,
    .fab-more-detail-main-container .innovation_rht .right-col__inner {
        padding-left: 5px;
        padding-right: 5px
    }

    .fabrication_container .innovation_rht .group-name-style,
    .fab-more-detail-main-container .innovation_rht .group-name-style {
        box-shadow: 1px 1.7px 2px 0 rgba(0, 0, 0, 0.14);
        background-color: #f7f7f7;
        border: solid 0.8px #d7d7d7
    }

    .move_right {
        left: 30%
    }

    .mobile_competiton_tab_heading {
        display: block !important
    }

    .competion-discussion-main-container .discussContainer {
        background: unset
    }

    .competion-discussion-main-container .discussionForm {
        background-color: #e0e4ef
    }

    .competion-discussion-main-container .audio_msg audio {
        width: 100%
    }

    .competition-details-main-div .dead-line-column {
        float: left
    }

    .competition-details-main-div .detail-left-col {
        padding: 0px
    }

    .competition-details-main-div .dead-line-column {
        padding-top: 10px
    }

    .competition-details-main-div .posted-images {
        margin-top: 0px
    }

    .competition-details-main-div .mobile-edit-icon {
        display: block !important
    }

    .competition-details-main-div .audio_msg audio {
        width: 100%
    }

    .solution-network-edit-post-container .post_location_select #post_location_id {
        padding-left: 20px !important
    }

    .knowledge-main-container .contribution-bg .contribution-brdr {
        border: unset !important
    }

    .knowledge-main-container .lecture_video_container {
        padding: 11px 0 0 0
    }

    .knowledge-main-container #youtube #spidochetube_player,
    .knowledge-main-container #youtube #spidochetube_list {
        width: 100%
    }

    .knowledge-main-container #youtube #spidochetube_player {
        margin-bottom: 13px
    }

    .anthology-main-container .index_groups {
        background: unset;
        padding: 0px !important
    }

    .anthology-main-container .index_groups .index_title {
        margin-top: 0px;
        padding: 17px 0px 48px 16px;
        background: #011c5c;
        border-radius: 4px
    }

    .anthology-main-container .index_groups .index_title span {
        color: #fff
    }

    .anthology-main-container .index_groups .index_title h3 {
        margin-top: 7px !important;
        font-size: 16px
    }

    .anthology-main-container .index_groups .add-icon {
        background: #fff;
        border-radius: 4px;
        width: 63px !important;
        height: 33px !important;
        padding-left: 13px
    }

    .anthology-main-container .index_groups .add-icon img {
        margin-top: 0px !important;
        height: 21px;
        width: 37px
    }

    .anthology-main-container .index_groups #network_group_user_ids {
        display: block !important
    }

    .anthology-main-container .index_groups .group-name-style {
        padding-top: 15px !important;
        padding-bottom: 5px !important
    }

    #membersModalpopup .modal-header,
    #ongoingProjectsModalpopup .modal-header,
    #completedProjectsModalpopup .modal-header,
    #patentsModalpopup .modal-header,
    #coursesModalpopup .modal-header,
    #workshopsModalpopup .modal-header {
        border-bottom: unset
    }

    #membersModalpopup .tabSecHdTxt,
    #ongoingProjectsModalpopup .tabSecHdTxt,
    #completedProjectsModalpopup .tabSecHdTxt,
    #patentsModalpopup .tabSecHdTxt,
    #coursesModalpopup .tabSecHdTxt,
    #workshopsModalpopup .tabSecHdTxt {
        font-size: 24px;
        font-weight: bold;
        padding-bottom: 30px
    }

    #membersModalpopup .memberCampus,
    #ongoingProjectsModalpopup .memberCampus,
    #completedProjectsModalpopup .memberCampus,
    #patentsModalpopup .memberCampus,
    #coursesModalpopup .memberCampus,
    #workshopsModalpopup .memberCampus {
        text-align: center
    }

    .mobile-solution-feed-col {
        padding-bottom: 105px !important
    }

    .mobile-solution-feed-col .post-title .user-picture {
        float: right !important
    }

    .mobile-solution-feed-col .Audio-record-title {
        font-size: 10px
    }

    .modal-backdrop {
        z-index: 111 !important
    }

    #solutionRightcol::-webkit-scrollbar {
        width: 0 !important
    }

    #solutionRightcol {
        overflow: -moz-scrollbars-none
    }

    #solutionRightcol {
        -ms-overflow-style: none
    }

    .solution-view-comment {
        display: block !important
    }

    .solution-view-comment span {
        font-family: 'Segoe UI SemiBold'
    }

    .solution-mobile-comment-post {
        border-top: 1px solid #eee
    }

    #postStatus .modal-dialog {
        width: auto
    }

    .tooltip {
        display: none !important
    }

    ::-webkit-scrollbar {
        width: 0 !important
    }

    .mobile-nav-title {
        display: block !important
    }

    #selected-post-comments {
        height: calc(100vh - 172px)
    }

    .create-group:hover {
        border: 1px solid #fff
    }

    .comment_hide_show_btn {
        padding: 10px 10px;
        background-color: #fff;
        top: 14px;
        border-radius: 5px
    }

    .edit_page .edit_posts,
    .edit_page #text-form {
        padding: 0px
    }

    .edit_page .user-picture {
        background-color: #011c5c;
        padding: 8px 0 6px 16px !important
    }

    .edit_page .post-title-heading {
        color: #fff;
        padding-top: 8px
    }

    .edit_page .formSection_solut {
        padding-top: 18px;
        padding-bottom: 18px
    }

    .footer-menu-mobile .footer_menu_icon_div p {
        font-family: 'Segoe UI';
        font-size: 12px
    }

    .text-to-blue {
        color: #011c5c
    }

    .sol-post-header {
        padding-left: 12px !important
    }

    .show-more-btn {
        padding-bottom: 27px
    }

    .new-register-div .main-left {
        padding-top: 2px
    }

    .competion-discussion-main-container .competion_audio_icon {
        padding: 0px
    }

    .competion-discussion-main-container .comment_disp_box {
        padding: 10px 0px 10px 21px !important
    }

    .competion-discussion-main-container .comment_disp_box .reply-comment-submit-section .post_comment_comment {
        padding-left: 51px !important
    }

    .collab-dashboard-container .dashBoardTabs,
    .collab-task-and-issue-container .dashBoardTabs {
        padding-left: 1px
    }

    .collab-dashboard-container .dashBoardTabs li,
    .collab-task-and-issue-container .dashBoardTabs li {
        padding: 10px 6px
    }

    .collab-dashboard-container .dashBoardStatusBox,
    .collab-task-and-issue-container .dashBoardStatusBox {
        padding: 9px 5px
    }

    .competition-detail-text {
        width: 100%;
        display: flex;
        justify-content: center
    }

    .competition-detail-content-mobile {
        text-align: center;
        padding: 0px
    }

    .nav_notifi,
    .nav_msgs {
        border-right: unset !important
    }

    .innovation_project_creator {
        padding: 0
    }
}

@media screen and (min-width: 768px) {
    .heading {
        padding-right: 15px
    }

    .sign-in-form {
        text-align: right
    }

    .logo {
        padding-left: 52px;
        margin-top: 12px
    }

    html {
        height: 100%
    }

    body {
        min-height: 100%;
        height: 100%;
        font-family: 'Segoe UI'
    }

    .container-fluid,
    .row {
        height: 100%
    }

    .main-right {
        height: auto
    }

    .hme_logo {
        padding-top: 8px;
        height: 100%;
        padding-bottom: 9px
    }

    .heading-title-navbar {
        width: 11.666%
    }

    #myNavbar {
        display: block !important
    }
}

@media screen and (max-width: 767px) {
    .innovation-edit-container .innovation_tab {
        padding: 8px 12px 8px 12px;
        margin-top: 0px
    }

    .innovation-edit-container .edit_page {
        margin-bottom: 0px;
        padding-bottom: 20px
    }

    .innovation-edit-container .edit_page .post-title-heading {
        padding-right: 0px
    }

    .innovation-edit-container .edit_page .innovation-edit-back-btn {
        display: block !important
    }

    .post-show-main-container {
        background-color: #e0e4ef
    }

    .network-main-container {
        background-color: #e0e4ef;
        padding-left: 0px;
        padding-right: 0px
    }

    .network-main-container .mobile-solution-feed-col {
        padding-left: 0px;
        padding-right: 0px
    }

    .network-main-container .post-comment-title {
        background-color: #011c5c;
        padding: 16px 20px 20px 16px;
        margin-top: 0;
        margin-bottom: 3px;
        border-radius: 4px
    }

    .network-main-container .post-comment-title .network-dropdown {
        background: unset;
        border: unset;
        color: #ffffff;
        font-size: 21px;
        outline: none;
        width: 76%
    }

    .network-main-container .post-comment-title .network-dropdown option {
        color: #999999
    }

    .network-main-container .posts-comments {
        padding: 0px !important
    }

    .network-main-container .network-right-col .index_title {
        margin-top: 0px;
        padding: 17px 0px 48px 16px;
        background: #011c5c;
        border-radius: 4px
    }

    .network-main-container .network-right-col .index_title span {
        color: #fff
    }

    .network-main-container .network-right-col .index_title h3 {
        margin-top: 7px !important;
        font-size: 16px;
        color: #fff
    }

    .network-main-container .add-icon {
        background: #fff;
        border-radius: 4px;
        width: 63px !important;
        height: 33px !important;
        padding-left: 13px
    }

    .network-main-container .add-icon img {
        margin-top: 0px !important;
        height: 21px;
        width: 37px
    }

    .network-main-container .group-name-style {
        padding-top: 15px !important;
        padding-bottom: 5px !important
    }

    .network-main-container .user-commenter {
        border-radius: 4px;
        padding: 23px 10px 30px 10px !important
    }

    .network-main-container .post-commenter-desc {
        margin-top: 0px;
        margin-left: 10px;
        padding-top: 3px !important
    }

    .network-main-container #ShowCreate #text-form {
        padding: 0px
    }

    .network-main-container #ShowCreate .user-picture {
        border-radius: 4px;
        background-color: #011c5c;
        padding: 16px 20px 20px 16px !important
    }

    .network-main-container #ShowCreate .post-title-heading {
        padding: 0px;
        color: #fff;
        margin-top: 7px
    }

    .network-main-container #ShowCreate .formSection_solut {
        padding-top: 20px
    }

    .network-main-container #ShowAudio .audio-form-title {
        border-radius: 4px;
        background-color: #011c5c;
        padding: 16px 20px 20px 16px !important
    }

    .network-main-container #ShowAudio .solution_record_title {
        padding: 0px;
        color: #fff;
        margin-top: 9px
    }

    .network-main-container #ShowAudio .modal-body {
        padding: 0px
    }

    .network-main-container #ShowAudio .audio_record_section {
        padding-top: 16px
    }

    .network-main-container .network_comments .record_icon {
        width: 47% !important;
        background: #F3F3F3 !important
    }

    .calender_icon {
        display: none
    }

    .menu_icons {
        display: block !important
    }

    .platform-title h3 {
        font-size: 18px;
        padding-top: 11px
    }

    #post-right-col {
        position: absolute !important
    }

    .posts-comments {
        position: fixed !important;
        right: -100%;
        top: 16px;
        z-index: 112;
        background: #fff;
        width: 75%
    }

    .platform-toggle-btn {
        display: inline-block
    }

    .platforms ul.platform-items {
        display: none;
        width: 85%;
        position: absolute;
        z-index: 9;
        background: #011c5c;
        top: 55px;
        left: 0px;
        height: -webkit-fill-available;
        overflow-y: auto;
        padding-bottom: 73px !important
    }

    .platforms ul.platform-items li {
        display: block;
        border-bottom: none;
        text-align: left !important;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 30px
    }

    .platforms ul.platform-items li:last-child {
        border-bottom: 1px solid #ccc
    }

    .header-title {
        text-align: left;
        font-size: 20px
    }

    .comment-open {
        display: block;
        position: fixed;
        top: 60%;
        right: 0;
        margin-top: -15px;
        width: 0;
        height: 0;
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent;
        border-right: 19px solid #999;
        z-index: 20;
        cursor: pointer
    }

    #top_menu li>a {
        background-image: none !important;
        font-size: 17px !important;
        padding: 0px !important;
        color: #ffffff !important
    }

    #top_menu li:hover {
        background-color: #011c5c !important
    }

    #top_menu li a:hover {
        background-color: transparent !important
    }

    #solutionRightcol {
        background: unset;
        padding: 0px !important
    }

    #solutionRightcol .index_title {
        margin-top: 0px;
        padding: 17px 0px 48px 16px;
        background: #011c5c;
        border-radius: 4px
    }

    #solutionRightcol .index_title span {
        color: #fff
    }

    #solutionRightcol .index_title h3 {
        color: #fff;
        margin-top: 7px !important;
        font-size: 16px
    }

    #solutionRightcol .add-icon {
        background: #fff;
        border-radius: 4px;
        width: 63px !important;
        height: 33px !important;
        padding-left: 13px
    }

    #solutionRightcol .add-icon img {
        margin-top: 0px !important;
        height: 21px;
        width: 37px
    }

    #solutionRightcol #network_group_user_ids {
        display: block !important
    }

    #solutionRightcol .group-name-style {
        padding-top: 15px !important;
        padding-bottom: 5px !important
    }

    .mobile-audio-post-bttn {
        display: block !important
    }

    .solution-main-container {
        background-color: #e0e4ef;
        padding-left: 0px;
        padding-right: 0px
    }

    .solution-main-container .posts-commentss {
        padding: 0px !important
    }

    .solution-main-container .posts-commentss #dropdownMenu {
        float: right
    }

    .solution-main-container .posts-commentss .post-comment-title {
        background-color: #011c5c;
        padding: 16px 20px 20px 16px;
        margin-top: 0;
        margin-bottom: 3px;
        border-radius: 4px
    }

    .solution-main-container .posts-commentss .post-comment-title #post_network_groups,
    .solution-main-container .posts-commentss .post-comment-title #Network {
        background: unset;
        border: unset;
        color: #ffffff;
        font-size: 21px;
        outline: none
    }

    .solution-main-container .posts-commentss .post-comment-title #post_network_groups option,
    .solution-main-container .posts-commentss .post-comment-title #Network option {
        color: #999999
    }

    .solution-main-container .posts-commentss .user-commenter {
        border-radius: 4px;
        padding: 23px 10px 72px 10px !important
    }

    .solution-main-container .posts-commentss .post-commenter-desc {
        margin-top: 7px;
        margin-left: 10px
    }

    .solution-main-container #ShowCreate #text-form {
        padding: 0px
    }

    .solution-main-container #ShowCreate .user-picture {
        border-radius: 4px;
        background-color: #011c5c;
        padding: 16px 20px 20px 16px !important
    }

    .solution-main-container #ShowCreate .post-title-heading {
        padding: 0px;
        color: #fff;
        margin-top: 7px
    }

    .solution-main-container #ShowCreate .formSection_solut {
        padding-top: 20px
    }

    .solution-main-container #ShowAudio .audio-form-title {
        border-radius: 4px;
        background-color: #011c5c;
        padding: 16px 20px 20px 16px !important
    }

    .solution-main-container #ShowAudio .solution_record_title {
        padding: 0px;
        color: #fff;
        margin-top: 9px
    }

    .solution-main-container #ShowAudio .modal-body {
        padding: 0px
    }

    .solution-main-container #ShowAudio .audio_record_section {
        padding-top: 16px
    }

    .solution-main-container .audio_controller img {
        padding-left: 0px !important
    }

    .solution-main-container #network-user-list {
        background-color: unset
    }

    .mobile-solution-feed-col {
        background-color: unset !important
    }

    .mobile-create-post-section {
        display: block !important;
        background: url(/assets/search-div-e0552230ea4fd4f7ba7d72926e96e7d29ab6ffbaa074f3a8e81f446dfb561956.png);
        background-color: #e0e4ef !important;
        height: 63px;
        padding-top: 13px;
        padding-bottom: 62px
    }

    .mobile-create-post-section .input-group-btn {
        display: none
    }

    .innovation-main-container {
        background-color: #e0e4ef
    }

    .innovation-main-container .posts-comments {
        padding: 0px;
        background: #fff
    }

    .innovation-main-container .posts-comments .post-commenter {
        background: #f7f7f7;
        margin-bottom: 6px
    }

    .innovation-main-container .posts-comments .post-commenter .post-commenter-action span {
        width: 29px
    }

    .innovation-main-container .posts-comments .post-comment-title {
        padding-left: 5px
    }

    .innovation-main-container .posts-comments .scroll_position {
        overflow-y: auto;
        padding: 0px 5px 0px 5px
    }

    .innovation-main-container .innovation_rht {
        background: #fff;
        padding: 0px
    }

    .innovation-main-container .innovation_rht .right-col__inner {
        padding-left: 5px;
        padding-right: 5px
    }

    .innovation-main-container .innovation_rht .group-name-style {
        box-shadow: 1px 1.7px 2px 0 rgba(0, 0, 0, 0.14);
        background-color: #f7f7f7;
        border: solid 0.8px #d7d7d7
    }

    .innovation-main-container .innovation_rht .inn_rht_title .create-group {
        margin-top: 8px !important
    }

    .innovation-main-container .chat-bar:hover {
        color: unset !important
    }

    .innovation-main-container .Collab-icon:hover {
        content: none !important
    }

    .innovation-main-container .post-title .post-commenter-action-items {
        width: 90px !important
    }

    .innovation-main-container .feeds {
        background: unset !important;
        padding-left: 0px;
        padding-right: 0px
    }

    .innovation-main-container .add_news_button {
        width: 54% !important
    }

    .innovation-main-container .chat-bar {
        width: 18%
    }

    .innovation-main-container .chat-bar img {
        margin-left: 8px
    }

    .innovation-main-container .chat-bar p {
        text-align: center !important
    }

    .innovation-main-container .project-icon-bar-section {
        display: flex;
        justify-content: center
    }

    .incubation-main-container .posts-comments {
        padding: 0px !important
    }

    .incubation-main-container .posts-comments .post-comment-title {
        background-color: #011c5c;
        padding: 16px 20px 20px 16px;
        margin-top: 0;
        margin-bottom: 3px;
        border-radius: 4px
    }

    .incubation-main-container .posts-comments .post-comment-title .network-dropdown {
        background: unset;
        border: unset;
        color: #ffffff;
        font-size: 21px;
        outline: none
    }

    .incubation-main-container .posts-comments .post-comment-title .network-dropdown option {
        color: #999999
    }

    .incubation-main-container .posts-comments .post-commenter-desc {
        margin-top: 7px;
        margin-left: 10px
    }

    .incubation-main-container .posts-comments .user_list_div {
        height: calc(100% - 70px) !important
    }

    .incubation-main-container .innovation_rht {
        padding-left: 0px;
        padding-right: 0px;
        background: #fff
    }

    .incubation-main-container .innovation_rht .mentor-outer-div {
        padding-left: 10px;
        padding-right: 10px
    }

    .incubation-main-container .innovation_rht .mentor-outer-div .group-name-style {
        background: #f7f7f7;
        border: solid 0.8px #d7d7d7
    }

    .incubation-main-container #dic-feeds {
        background: unset !important
    }

    .incubation-main-container .incubator_form #incubator_incubator_type {
        padding: 6px 12px !important;
        font-size: 14px !important;
        color: #555558 !important;
        background-color: #fff !important;
        border: 1px solid #ccc !important;
        border-radius: 4px !important;
        width: 100%
    }

    .solution-main-container .left-col .left-drop,
    .network-main-container .left-col .left-drop,
    .innovation-main-container .left-col .left-drop,
    .incubation-main-container .left-col .left-drop,
    .competition-details-main-div .left-col .left-drop,
    .competion-discussion-main-container .left-col .left-drop,
    .competiton-new-main-div .left-col .left-drop,
    .fabrication_container .left-col .left-drop,
    .fab-more-detail-main-container .left-col .left-drop,
    .competition-main-div .left-col .left-drop,
    .user_article_container .left-col .left-drop,
    .anthology-main-container .left-col .left-drop,
    .children_container .left-col .left-drop {
        display: none
    }

    .solution-main-container .left-col .left-dropdwn-title,
    .network-main-container .left-col .left-dropdwn-title,
    .innovation-main-container .left-col .left-dropdwn-title,
    .incubation-main-container .left-col .left-dropdwn-title,
    .competition-details-main-div .left-col .left-dropdwn-title,
    .competion-discussion-main-container .left-col .left-dropdwn-title,
    .competiton-new-main-div .left-col .left-dropdwn-title,
    .fabrication_container .left-col .left-dropdwn-title,
    .fab-more-detail-main-container .left-col .left-dropdwn-title,
    .competition-main-div .left-col .left-dropdwn-title,
    .user_article_container .left-col .left-dropdwn-title,
    .anthology-main-container .left-col .left-dropdwn-title,
    .children_container .left-col .left-dropdwn-title {
        border-radius: 6px;
        box-shadow: 1.5px 2.6px 4px 0 rgba(0, 0, 0, 0.24);
        border: solid 1px #3a4f80;
        background-color: #f6f5f5;
        margin-top: 4px;
        padding: 10px 3px 15px 10px !important
    }

    .solution-main-container .left-col .left-items-recent,
    .solution-main-container .left-col .left-items-activity,
    .solution-main-container .left-col .left-items-post,
    .solution-main-container .left-col .innovation-drop,
    .solution-main-container .left-col .network-leftdropdown,
    .network-main-container .left-col .left-items-recent,
    .network-main-container .left-col .left-items-activity,
    .network-main-container .left-col .left-items-post,
    .network-main-container .left-col .innovation-drop,
    .network-main-container .left-col .network-leftdropdown,
    .innovation-main-container .left-col .left-items-recent,
    .innovation-main-container .left-col .left-items-activity,
    .innovation-main-container .left-col .left-items-post,
    .innovation-main-container .left-col .innovation-drop,
    .innovation-main-container .left-col .network-leftdropdown,
    .incubation-main-container .left-col .left-items-recent,
    .incubation-main-container .left-col .left-items-activity,
    .incubation-main-container .left-col .left-items-post,
    .incubation-main-container .left-col .innovation-drop,
    .incubation-main-container .left-col .network-leftdropdown,
    .competition-details-main-div .left-col .left-items-recent,
    .competition-details-main-div .left-col .left-items-activity,
    .competition-details-main-div .left-col .left-items-post,
    .competition-details-main-div .left-col .innovation-drop,
    .competition-details-main-div .left-col .network-leftdropdown,
    .competion-discussion-main-container .left-col .left-items-recent,
    .competion-discussion-main-container .left-col .left-items-activity,
    .competion-discussion-main-container .left-col .left-items-post,
    .competion-discussion-main-container .left-col .innovation-drop,
    .competion-discussion-main-container .left-col .network-leftdropdown,
    .competiton-new-main-div .left-col .left-items-recent,
    .competiton-new-main-div .left-col .left-items-activity,
    .competiton-new-main-div .left-col .left-items-post,
    .competiton-new-main-div .left-col .innovation-drop,
    .competiton-new-main-div .left-col .network-leftdropdown,
    .fabrication_container .left-col .left-items-recent,
    .fabrication_container .left-col .left-items-activity,
    .fabrication_container .left-col .left-items-post,
    .fabrication_container .left-col .innovation-drop,
    .fabrication_container .left-col .network-leftdropdown,
    .fab-more-detail-main-container .left-col .left-items-recent,
    .fab-more-detail-main-container .left-col .left-items-activity,
    .fab-more-detail-main-container .left-col .left-items-post,
    .fab-more-detail-main-container .left-col .innovation-drop,
    .fab-more-detail-main-container .left-col .network-leftdropdown,
    .competition-main-div .left-col .left-items-recent,
    .competition-main-div .left-col .left-items-activity,
    .competition-main-div .left-col .left-items-post,
    .competition-main-div .left-col .innovation-drop,
    .competition-main-div .left-col .network-leftdropdown,
    .user_article_container .left-col .left-items-recent,
    .user_article_container .left-col .left-items-activity,
    .user_article_container .left-col .left-items-post,
    .user_article_container .left-col .innovation-drop,
    .user_article_container .left-col .network-leftdropdown,
    .anthology-main-container .left-col .left-items-recent,
    .anthology-main-container .left-col .left-items-activity,
    .anthology-main-container .left-col .left-items-post,
    .anthology-main-container .left-col .innovation-drop,
    .anthology-main-container .left-col .network-leftdropdown,
    .children_container .left-col .left-items-recent,
    .children_container .left-col .left-items-activity,
    .children_container .left-col .left-items-post,
    .children_container .left-col .innovation-drop,
    .children_container .left-col .network-leftdropdown {
        border: none
    }

    .solution-main-container .left-col .side-menu li:first-child,
    .network-main-container .left-col .side-menu li:first-child,
    .innovation-main-container .left-col .side-menu li:first-child,
    .incubation-main-container .left-col .side-menu li:first-child,
    .competition-details-main-div .left-col .side-menu li:first-child,
    .competion-discussion-main-container .left-col .side-menu li:first-child,
    .competiton-new-main-div .left-col .side-menu li:first-child,
    .fabrication_container .left-col .side-menu li:first-child,
    .fab-more-detail-main-container .left-col .side-menu li:first-child,
    .competition-main-div .left-col .side-menu li:first-child,
    .user_article_container .left-col .side-menu li:first-child,
    .anthology-main-container .left-col .side-menu li:first-child,
    .children_container .left-col .side-menu li:first-child {
        border: none !important
    }

    .solution-main-container .left-col .side-menu li:hover,
    .network-main-container .left-col .side-menu li:hover,
    .innovation-main-container .left-col .side-menu li:hover,
    .incubation-main-container .left-col .side-menu li:hover,
    .competition-details-main-div .left-col .side-menu li:hover,
    .competion-discussion-main-container .left-col .side-menu li:hover,
    .competiton-new-main-div .left-col .side-menu li:hover,
    .fabrication_container .left-col .side-menu li:hover,
    .fab-more-detail-main-container .left-col .side-menu li:hover,
    .competition-main-div .left-col .side-menu li:hover,
    .user_article_container .left-col .side-menu li:hover,
    .anthology-main-container .left-col .side-menu li:hover,
    .children_container .left-col .side-menu li:hover {
        background: unset
    }

    .solution-main-container .left-col .side-menu li div img,
    .network-main-container .left-col .side-menu li div img,
    .innovation-main-container .left-col .side-menu li div img,
    .incubation-main-container .left-col .side-menu li div img,
    .competition-details-main-div .left-col .side-menu li div img,
    .competion-discussion-main-container .left-col .side-menu li div img,
    .competiton-new-main-div .left-col .side-menu li div img,
    .fabrication_container .left-col .side-menu li div img,
    .fab-more-detail-main-container .left-col .side-menu li div img,
    .competition-main-div .left-col .side-menu li div img,
    .user_article_container .left-col .side-menu li div img,
    .anthology-main-container .left-col .side-menu li div img,
    .children_container .left-col .side-menu li div img {
        margin-top: 11px
    }

    .solution-main-container .left-col .mobile-left-col-back-arrow,
    .network-main-container .left-col .mobile-left-col-back-arrow,
    .innovation-main-container .left-col .mobile-left-col-back-arrow,
    .incubation-main-container .left-col .mobile-left-col-back-arrow,
    .competition-details-main-div .left-col .mobile-left-col-back-arrow,
    .competion-discussion-main-container .left-col .mobile-left-col-back-arrow,
    .competiton-new-main-div .left-col .mobile-left-col-back-arrow,
    .fabrication_container .left-col .mobile-left-col-back-arrow,
    .fab-more-detail-main-container .left-col .mobile-left-col-back-arrow,
    .competition-main-div .left-col .mobile-left-col-back-arrow,
    .user_article_container .left-col .mobile-left-col-back-arrow,
    .anthology-main-container .left-col .mobile-left-col-back-arrow,
    .children_container .left-col .mobile-left-col-back-arrow {
        display: block !important;
        background: #011c5c;
        height: 50px
    }

    .solution-main-container .left-col .mobile-left-col-back-arrow .mobile-back-arrow,
    .network-main-container .left-col .mobile-left-col-back-arrow .mobile-back-arrow,
    .innovation-main-container .left-col .mobile-left-col-back-arrow .mobile-back-arrow,
    .incubation-main-container .left-col .mobile-left-col-back-arrow .mobile-back-arrow,
    .competition-details-main-div .left-col .mobile-left-col-back-arrow .mobile-back-arrow,
    .competion-discussion-main-container .left-col .mobile-left-col-back-arrow .mobile-back-arrow,
    .competiton-new-main-div .left-col .mobile-left-col-back-arrow .mobile-back-arrow,
    .fabrication_container .left-col .mobile-left-col-back-arrow .mobile-back-arrow,
    .fab-more-detail-main-container .left-col .mobile-left-col-back-arrow .mobile-back-arrow,
    .competition-main-div .left-col .mobile-left-col-back-arrow .mobile-back-arrow,
    .user_article_container .left-col .mobile-left-col-back-arrow .mobile-back-arrow,
    .anthology-main-container .left-col .mobile-left-col-back-arrow .mobile-back-arrow,
    .children_container .left-col .mobile-left-col-back-arrow .mobile-back-arrow {
        padding-top: 12px;
        padding-left: 20px;
        padding-right: 25px
    }

    .solution-main-container .left-col .mobile-left-col-back-arrow .left-col-heading,
    .network-main-container .left-col .mobile-left-col-back-arrow .left-col-heading,
    .innovation-main-container .left-col .mobile-left-col-back-arrow .left-col-heading,
    .incubation-main-container .left-col .mobile-left-col-back-arrow .left-col-heading,
    .competition-details-main-div .left-col .mobile-left-col-back-arrow .left-col-heading,
    .competion-discussion-main-container .left-col .mobile-left-col-back-arrow .left-col-heading,
    .competiton-new-main-div .left-col .mobile-left-col-back-arrow .left-col-heading,
    .fabrication_container .left-col .mobile-left-col-back-arrow .left-col-heading,
    .fab-more-detail-main-container .left-col .mobile-left-col-back-arrow .left-col-heading,
    .competition-main-div .left-col .mobile-left-col-back-arrow .left-col-heading,
    .user_article_container .left-col .mobile-left-col-back-arrow .left-col-heading,
    .anthology-main-container .left-col .mobile-left-col-back-arrow .left-col-heading,
    .children_container .left-col .mobile-left-col-back-arrow .left-col-heading {
        padding-top: 12px
    }

    .solution-main-container .left-col .menu ul,
    .network-main-container .left-col .menu ul,
    .innovation-main-container .left-col .menu ul,
    .incubation-main-container .left-col .menu ul,
    .competition-details-main-div .left-col .menu ul,
    .competion-discussion-main-container .left-col .menu ul,
    .competiton-new-main-div .left-col .menu ul,
    .fabrication_container .left-col .menu ul,
    .fab-more-detail-main-container .left-col .menu ul,
    .competition-main-div .left-col .menu ul,
    .user_article_container .left-col .menu ul,
    .anthology-main-container .left-col .menu ul,
    .children_container .left-col .menu ul {
        padding-left: 3px !important;
        padding-right: 3px !important
    }

    .solution-main-container .left-col .side-menu,
    .network-main-container .left-col .side-menu,
    .innovation-main-container .left-col .side-menu,
    .incubation-main-container .left-col .side-menu,
    .competition-details-main-div .left-col .side-menu,
    .competion-discussion-main-container .left-col .side-menu,
    .competiton-new-main-div .left-col .side-menu,
    .fabrication_container .left-col .side-menu,
    .fab-more-detail-main-container .left-col .side-menu,
    .competition-main-div .left-col .side-menu,
    .user_article_container .left-col .side-menu,
    .anthology-main-container .left-col .side-menu,
    .children_container .left-col .side-menu {
        padding: 0px
    }

    .competition-main-div #dic-feeds {
        background: unset !important
    }

    .competition-main-div .mobile_footer_menu_img {
        width: 40px !important
    }

    .competition-third-col {
        padding: 0px;
        background: unset !important;
        overflow-x: hidden
    }

    .competition-third-col .mobile-left-col-back-arrow {
        display: block !important;
        background: #011c5c;
        height: 50px
    }

    .competition-third-col .mobile-left-col-back-arrow .mobile-back-arrow {
        padding-top: 12px;
        padding-left: 10px
    }

    .competition-third-col .mobile-left-col-back-arrow .left-col-heading {
        padding-top: 12px;
        color: #fff
    }

    .competition-third-col .message-title {
        padding-left: 0px
    }

    .competition-details-main-div {
        padding-left: 0px !important;
        padding-right: 0px !important
    }

    .competition-details-main-div .detail-content {
        padding: 22px 12px 0 12px
    }

    .competition-details-main-div .detail-title {
        font-size: 17px
    }

    .competition-details-main-div .detail-left-col {
        border: none
    }

    .competition-details-main-div .competition-bttn-section {
        border-top: 1px solid #bebebe;
        border-bottom: 1px solid #bebebe;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .competition-details-main-div .calender-border {
        border-right: 1px solid #bebebe
    }

    .competition-details-main-div .detail-section {
        padding-left: 15px !important;
        padding-right: 17px !important
    }

    .competition-details-main-div .competion_audio_icon {
        padding: 0px
    }

    .competion-discussion-main-container .mobile-left-col-back-arrow {
        display: block !important;
        background: #011c5c;
        height: 50px
    }

    .competion-discussion-main-container .mobile-left-col-back-arrow .mobile-back-arrow {
        padding-top: 12px;
        padding-left: 10px
    }

    .competion-discussion-main-container .mobile-left-col-back-arrow .left-col-heading {
        padding-top: 12px;
        color: #fff
    }

    .competion-discussion-main-container .right-col {
        padding: 0;
        background: unset
    }

    .competion-discussion-main-container .memtorMemBox {
        border-left: 4px solid #d7d7d7
    }

    .competion-discussion-main-container .mentorBox {
        background: #e9eaee
    }

    .competion-discussion-main-container .mentorMember {
        width: 96%
    }

    .competiton-new-main-div .paddingAdjust,
    .add-competition-edit-container .paddingAdjust {
        padding: 0px !important
    }

    .competiton-new-main-div #competition_category,
    .competiton-new-main-div #competition_industry,
    .add-competition-edit-container #competition_category,
    .add-competition-edit-container #competition_industry {
        border: 1px solid #c7c7c7;
        width: 100%;
        padding: 10px 12px;
        background-color: #fff;
        background-image: none;
        border-radius: 4px;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        color: #a4a3a3
    }

    .competiton-new-main-div #createComp .line-brdr,
    .competiton-new-main-div #createPublications .line-brdr,
    .add-competition-edit-container #createComp .line-brdr,
    .add-competition-edit-container #createPublications .line-brdr {
        height: 180px
    }

    .competiton-new-main-div #createComp .postBttnContainer,
    .competiton-new-main-div #createPublications .postBttnContainer,
    .add-competition-edit-container #createComp .postBttnContainer,
    .add-competition-edit-container #createPublications .postBttnContainer {
        margin-top: 26px !important
    }

    .competiton-new-main-div #createComp .mob-hepl-txt,
    .competiton-new-main-div #createPublications .mob-hepl-txt,
    .add-competition-edit-container #createComp .mob-hepl-txt,
    .add-competition-edit-container #createPublications .mob-hepl-txt {
        display: block !important;
        padding-left: 84px;
        font-style: italic;
        color: #a4a3a3;
        font-size: 13px
    }

    .competiton-new-main-div #createComp .post-bttn,
    .competiton-new-main-div #createComp .nextBtn,
    .competiton-new-main-div #createPublications .post-bttn,
    .competiton-new-main-div #createPublications .nextBtn,
    .add-competition-edit-container #createComp .post-bttn,
    .add-competition-edit-container #createComp .nextBtn,
    .add-competition-edit-container #createPublications .post-bttn,
    .add-competition-edit-container #createPublications .nextBtn {
        margin-right: 0px
    }

    .competiton-new-main-div .mobile-milestone-subTitle,
    .competiton-new-main-div .mobile-date-subTitle,
    .add-competition-edit-container .mobile-milestone-subTitle,
    .add-competition-edit-container .mobile-date-subTitle {
        margin-bottom: 25px;
        padding-left: 0 !important;
        display: block !important
    }

    .competiton-new-main-div #competition_milestone,
    .competiton-new-main-div .mobile-milestone-list,
    .add-competition-edit-container #competition_milestone,
    .add-competition-edit-container .mobile-milestone-list {
        padding: 0px
    }

    .competiton-new-main-div #competition_milestone .line-brdr-1:first-child,
    .add-competition-edit-container #competition_milestone .line-brdr-1:first-child {
        display: none
    }

    .competiton-new-main-div .mobile-pdf-upload-section,
    .add-competition-edit-container .mobile-pdf-upload-section {
        padding-top: 0 !important
    }

    .competiton-new-main-div .mobile-pdf-upload-section #competition_folder_name,
    .add-competition-edit-container .mobile-pdf-upload-section #competition_folder_name {
        height: 34px !important
    }

    .competiton-new-main-div .mobile-left-col-back-arrow,
    .add-competition-edit-container .mobile-left-col-back-arrow {
        display: block !important;
        background: #011c5c;
        height: 50px
    }

    .competiton-new-main-div .mobile-left-col-back-arrow .mobile-back-arrow,
    .add-competition-edit-container .mobile-left-col-back-arrow .mobile-back-arrow {
        padding-top: 12px;
        padding-left: 10px
    }

    .competiton-new-main-div .mobile-left-col-back-arrow .left-col-heading,
    .add-competition-edit-container .mobile-left-col-back-arrow .left-col-heading {
        padding-top: 12px;
        color: #fff
    }

    .competiton-new-main-div .createComp,
    .add-competition-edit-container .createComp {
        box-shadow: unset
    }

    .competiton-new-main-div .btn-breadcrumb .btn:first-child,
    .add-competition-edit-container .btn-breadcrumb .btn:first-child {
        padding: 8px 14px 8px 8px !important
    }

    .competiton-new-main-div .btn-breadcrumb .btn,
    .add-competition-edit-container .btn-breadcrumb .btn {
        padding: 8px 0px 8px 15px !important
    }

    .competiton-new-main-div .btn-breadcrumb .btn div,
    .add-competition-edit-container .btn-breadcrumb .btn div {
        font-size: 7px !important
    }

    .competiton-new-main-div .btn-breadcrumb .btn:last-child,
    .add-competition-edit-container .btn-breadcrumb .btn:last-child {
        padding: 8px 0px 8px 18px
    }

    .preview-col .competition_milestone_listing .line-brdr {
        height: 33px !important
    }
}

@media screen and (max-width: 430px) {

    .user-info-header-wrapper .user-picture,
    .user-info-header-wrapper .user-description {
        display: none
    }

    .user-info-header-wrapper .user-info-header-dropdown .user-picture,
    .user-info-header-wrapper .user-info-header-dropdown .user-description {
        display: block
    }

    .user-info-header-dropdown {
        display: block;
        overflow: hidden;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 5px;
        cursor: pointer
    }

    .user-header-dropdown .dropdown-menu {
        min-width: 220px
    }

    .user-info-header-wrapper .user-info-header-dropdown .user-picture {
        padding-left: 10px;
        margin-right: 10px
    }

    .user-info-header-wrapper .user-info-header-dropdown .user-description {
        text-align: left
    }
}

@media screen and (max-width: 991px) {
    .main {
        position: relative;
        padding: 0 12px;
        overflow-x: hidden
    }

    .user-description {
        text-align: left
    }

    .mobile-nav-title {
        display: block !important
    }

    .collab_grey_icon {
        padding-left: 15px
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .main {
        padding: 0px !important
    }

    .right-div-open {
        display: block;
        position: fixed;
        top: 60%;
        right: 0;
        margin-top: -15px;
        width: 0;
        height: 0;
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent;
        border-right: 20px solid #999;
        z-index: 8;
        cursor: pointer
    }

    .left-div-open {
        display: block;
        position: fixed;
        top: 60%;
        left: 0;
        margin-top: -15px;
        width: 0;
        height: 0;
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent;
        border-left: 20px solid #999;
        z-index: 8;
        cursor: pointer
    }

    .left-tab-section {
        position: fixed !important;
        display: block;
        z-index: 12;
        background: #e9eaee;
        overflow-y: auto;
        width: 75%;
        left: -100%;
        z-index: 119 !important;
        top: 6px
    }

    .right-tab-section {
        position: fixed;
        display: block;
        top: 16px;
        right: -100%;
        z-index: 20;
        background: #ddd;
        width: 78%;
        height: 377px !important;
        overflow-y: auto;
        z-index: 119
    }

    .left-col-overlay,
    .right-col-overlay {
        display: none;
        background: #011c5c;
        opacity: 0.5;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 110
    }

    #solutionRightcol {
        background: unset;
        padding: 0px !important
    }

    #solutionRightcol .index_title {
        margin-top: 0px;
        padding: 17px 0px 48px 16px;
        background: #011c5c;
        border-radius: 4px
    }

    #solutionRightcol .index_title span {
        color: #fff
    }

    #solutionRightcol .index_title h3 {
        margin-top: 7px !important;
        font-size: 16px
    }

    #solutionRightcol .add-icon {
        background: #fff;
        border-radius: 4px;
        width: 63px !important;
        height: 33px !important;
        padding-left: 13px
    }

    #solutionRightcol .add-icon img {
        margin-top: 0px !important;
        height: 21px;
        width: 37px
    }

    #solutionRightcol #network_group_user_ids {
        display: block !important
    }

    #solutionRightcol .group-name-style {
        padding-top: 15px !important;
        padding-bottom: 5px !important
    }

    #solutionRightcol .mobile-back-arrow {
        display: none !important;
        float: left;
        height: 41px
    }

    .solution-main-container .left-col .left-drop,
    .network-main-container .left-col .left-drop,
    .innovation-main-container .left-col .left-drop,
    .incubation-main-container .left-col .left-drop,
    .competition-details-main-div .left-col .left-drop,
    .competion-discussion-main-container .left-col .left-drop,
    .competiton-new-main-div .left-col .left-drop,
    .fabrication_container .left-col .left-drop,
    .fab-more-detail-main-container .left-col .left-drop,
    .competition-main-div .left-col .left-drop,
    .user_article_container .left-col .left-drop,
    .anthology-main-container .left-col .left-drop,
    .children_container .left-col .left-drop {
        display: none
    }

    .solution-main-container .left-col .left-dropdwn-title,
    .network-main-container .left-col .left-dropdwn-title,
    .innovation-main-container .left-col .left-dropdwn-title,
    .incubation-main-container .left-col .left-dropdwn-title,
    .competition-details-main-div .left-col .left-dropdwn-title,
    .competion-discussion-main-container .left-col .left-dropdwn-title,
    .competiton-new-main-div .left-col .left-dropdwn-title,
    .fabrication_container .left-col .left-dropdwn-title,
    .fab-more-detail-main-container .left-col .left-dropdwn-title,
    .competition-main-div .left-col .left-dropdwn-title,
    .user_article_container .left-col .left-dropdwn-title,
    .anthology-main-container .left-col .left-dropdwn-title,
    .children_container .left-col .left-dropdwn-title {
        border-radius: 6px;
        box-shadow: 1.5px 2.6px 4px 0 rgba(0, 0, 0, 0.24);
        border: solid 1px #3a4f80;
        background-color: #f6f5f5;
        margin-top: 4px;
        padding: 10px 3px 15px 10px !important
    }

    .solution-main-container .left-col .left-items-recent,
    .solution-main-container .left-col .left-items-activity,
    .solution-main-container .left-col .left-items-post,
    .solution-main-container .left-col .innovation-drop,
    .solution-main-container .left-col .network-leftdropdown,
    .network-main-container .left-col .left-items-recent,
    .network-main-container .left-col .left-items-activity,
    .network-main-container .left-col .left-items-post,
    .network-main-container .left-col .innovation-drop,
    .network-main-container .left-col .network-leftdropdown,
    .innovation-main-container .left-col .left-items-recent,
    .innovation-main-container .left-col .left-items-activity,
    .innovation-main-container .left-col .left-items-post,
    .innovation-main-container .left-col .innovation-drop,
    .innovation-main-container .left-col .network-leftdropdown,
    .incubation-main-container .left-col .left-items-recent,
    .incubation-main-container .left-col .left-items-activity,
    .incubation-main-container .left-col .left-items-post,
    .incubation-main-container .left-col .innovation-drop,
    .incubation-main-container .left-col .network-leftdropdown,
    .competition-details-main-div .left-col .left-items-recent,
    .competition-details-main-div .left-col .left-items-activity,
    .competition-details-main-div .left-col .left-items-post,
    .competition-details-main-div .left-col .innovation-drop,
    .competition-details-main-div .left-col .network-leftdropdown,
    .competion-discussion-main-container .left-col .left-items-recent,
    .competion-discussion-main-container .left-col .left-items-activity,
    .competion-discussion-main-container .left-col .left-items-post,
    .competion-discussion-main-container .left-col .innovation-drop,
    .competion-discussion-main-container .left-col .network-leftdropdown,
    .competiton-new-main-div .left-col .left-items-recent,
    .competiton-new-main-div .left-col .left-items-activity,
    .competiton-new-main-div .left-col .left-items-post,
    .competiton-new-main-div .left-col .innovation-drop,
    .competiton-new-main-div .left-col .network-leftdropdown,
    .fabrication_container .left-col .left-items-recent,
    .fabrication_container .left-col .left-items-activity,
    .fabrication_container .left-col .left-items-post,
    .fabrication_container .left-col .innovation-drop,
    .fabrication_container .left-col .network-leftdropdown,
    .fab-more-detail-main-container .left-col .left-items-recent,
    .fab-more-detail-main-container .left-col .left-items-activity,
    .fab-more-detail-main-container .left-col .left-items-post,
    .fab-more-detail-main-container .left-col .innovation-drop,
    .fab-more-detail-main-container .left-col .network-leftdropdown,
    .competition-main-div .left-col .left-items-recent,
    .competition-main-div .left-col .left-items-activity,
    .competition-main-div .left-col .left-items-post,
    .competition-main-div .left-col .innovation-drop,
    .competition-main-div .left-col .network-leftdropdown,
    .user_article_container .left-col .left-items-recent,
    .user_article_container .left-col .left-items-activity,
    .user_article_container .left-col .left-items-post,
    .user_article_container .left-col .innovation-drop,
    .user_article_container .left-col .network-leftdropdown,
    .anthology-main-container .left-col .left-items-recent,
    .anthology-main-container .left-col .left-items-activity,
    .anthology-main-container .left-col .left-items-post,
    .anthology-main-container .left-col .innovation-drop,
    .anthology-main-container .left-col .network-leftdropdown,
    .children_container .left-col .left-items-recent,
    .children_container .left-col .left-items-activity,
    .children_container .left-col .left-items-post,
    .children_container .left-col .innovation-drop,
    .children_container .left-col .network-leftdropdown {
        border: none
    }

    .solution-main-container .left-col .side-menu li:first-child,
    .network-main-container .left-col .side-menu li:first-child,
    .innovation-main-container .left-col .side-menu li:first-child,
    .incubation-main-container .left-col .side-menu li:first-child,
    .competition-details-main-div .left-col .side-menu li:first-child,
    .competion-discussion-main-container .left-col .side-menu li:first-child,
    .competiton-new-main-div .left-col .side-menu li:first-child,
    .fabrication_container .left-col .side-menu li:first-child,
    .fab-more-detail-main-container .left-col .side-menu li:first-child,
    .competition-main-div .left-col .side-menu li:first-child,
    .user_article_container .left-col .side-menu li:first-child,
    .anthology-main-container .left-col .side-menu li:first-child,
    .children_container .left-col .side-menu li:first-child {
        border: none !important
    }

    .solution-main-container .left-col .side-menu li:hover,
    .network-main-container .left-col .side-menu li:hover,
    .innovation-main-container .left-col .side-menu li:hover,
    .incubation-main-container .left-col .side-menu li:hover,
    .competition-details-main-div .left-col .side-menu li:hover,
    .competion-discussion-main-container .left-col .side-menu li:hover,
    .competiton-new-main-div .left-col .side-menu li:hover,
    .fabrication_container .left-col .side-menu li:hover,
    .fab-more-detail-main-container .left-col .side-menu li:hover,
    .competition-main-div .left-col .side-menu li:hover,
    .user_article_container .left-col .side-menu li:hover,
    .anthology-main-container .left-col .side-menu li:hover,
    .children_container .left-col .side-menu li:hover {
        background: unset
    }

    .solution-main-container .left-col .side-menu li a:hover,
    .network-main-container .left-col .side-menu li a:hover,
    .innovation-main-container .left-col .side-menu li a:hover,
    .incubation-main-container .left-col .side-menu li a:hover,
    .competition-details-main-div .left-col .side-menu li a:hover,
    .competion-discussion-main-container .left-col .side-menu li a:hover,
    .competiton-new-main-div .left-col .side-menu li a:hover,
    .fabrication_container .left-col .side-menu li a:hover,
    .fab-more-detail-main-container .left-col .side-menu li a:hover,
    .competition-main-div .left-col .side-menu li a:hover,
    .user_article_container .left-col .side-menu li a:hover,
    .anthology-main-container .left-col .side-menu li a:hover,
    .children_container .left-col .side-menu li a:hover {
        background: #fff
    }

    .solution-main-container .left-col .side-menu li div img,
    .network-main-container .left-col .side-menu li div img,
    .innovation-main-container .left-col .side-menu li div img,
    .incubation-main-container .left-col .side-menu li div img,
    .competition-details-main-div .left-col .side-menu li div img,
    .competion-discussion-main-container .left-col .side-menu li div img,
    .competiton-new-main-div .left-col .side-menu li div img,
    .fabrication_container .left-col .side-menu li div img,
    .fab-more-detail-main-container .left-col .side-menu li div img,
    .competition-main-div .left-col .side-menu li div img,
    .user_article_container .left-col .side-menu li div img,
    .anthology-main-container .left-col .side-menu li div img,
    .children_container .left-col .side-menu li div img {
        margin-top: 11px
    }

    .solution-main-container .left-col .mobile-left-col-back-arrow,
    .network-main-container .left-col .mobile-left-col-back-arrow,
    .innovation-main-container .left-col .mobile-left-col-back-arrow,
    .incubation-main-container .left-col .mobile-left-col-back-arrow,
    .competition-details-main-div .left-col .mobile-left-col-back-arrow,
    .competion-discussion-main-container .left-col .mobile-left-col-back-arrow,
    .competiton-new-main-div .left-col .mobile-left-col-back-arrow,
    .fabrication_container .left-col .mobile-left-col-back-arrow,
    .fab-more-detail-main-container .left-col .mobile-left-col-back-arrow,
    .competition-main-div .left-col .mobile-left-col-back-arrow,
    .user_article_container .left-col .mobile-left-col-back-arrow,
    .anthology-main-container .left-col .mobile-left-col-back-arrow,
    .children_container .left-col .mobile-left-col-back-arrow {
        background: #011c5c;
        height: 50px
    }

    .solution-main-container .left-col .mobile-left-col-back-arrow .mobile-back-arrow,
    .network-main-container .left-col .mobile-left-col-back-arrow .mobile-back-arrow,
    .innovation-main-container .left-col .mobile-left-col-back-arrow .mobile-back-arrow,
    .incubation-main-container .left-col .mobile-left-col-back-arrow .mobile-back-arrow,
    .competition-details-main-div .left-col .mobile-left-col-back-arrow .mobile-back-arrow,
    .competion-discussion-main-container .left-col .mobile-left-col-back-arrow .mobile-back-arrow,
    .competiton-new-main-div .left-col .mobile-left-col-back-arrow .mobile-back-arrow,
    .fabrication_container .left-col .mobile-left-col-back-arrow .mobile-back-arrow,
    .fab-more-detail-main-container .left-col .mobile-left-col-back-arrow .mobile-back-arrow,
    .competition-main-div .left-col .mobile-left-col-back-arrow .mobile-back-arrow,
    .user_article_container .left-col .mobile-left-col-back-arrow .mobile-back-arrow,
    .anthology-main-container .left-col .mobile-left-col-back-arrow .mobile-back-arrow,
    .children_container .left-col .mobile-left-col-back-arrow .mobile-back-arrow {
        display: none;
        padding-top: 12px;
        padding-left: 20px;
        padding-right: 25px
    }

    .solution-main-container .left-col .mobile-left-col-back-arrow .left-col-heading,
    .network-main-container .left-col .mobile-left-col-back-arrow .left-col-heading,
    .innovation-main-container .left-col .mobile-left-col-back-arrow .left-col-heading,
    .incubation-main-container .left-col .mobile-left-col-back-arrow .left-col-heading,
    .competition-details-main-div .left-col .mobile-left-col-back-arrow .left-col-heading,
    .competion-discussion-main-container .left-col .mobile-left-col-back-arrow .left-col-heading,
    .competiton-new-main-div .left-col .mobile-left-col-back-arrow .left-col-heading,
    .fabrication_container .left-col .mobile-left-col-back-arrow .left-col-heading,
    .fab-more-detail-main-container .left-col .mobile-left-col-back-arrow .left-col-heading,
    .competition-main-div .left-col .mobile-left-col-back-arrow .left-col-heading,
    .user_article_container .left-col .mobile-left-col-back-arrow .left-col-heading,
    .anthology-main-container .left-col .mobile-left-col-back-arrow .left-col-heading,
    .children_container .left-col .mobile-left-col-back-arrow .left-col-heading {
        padding-top: 12px;
        padding-left: 23px
    }

    .solution-main-container .left-col .menu ul,
    .network-main-container .left-col .menu ul,
    .innovation-main-container .left-col .menu ul,
    .incubation-main-container .left-col .menu ul,
    .competition-details-main-div .left-col .menu ul,
    .competion-discussion-main-container .left-col .menu ul,
    .competiton-new-main-div .left-col .menu ul,
    .fabrication_container .left-col .menu ul,
    .fab-more-detail-main-container .left-col .menu ul,
    .competition-main-div .left-col .menu ul,
    .user_article_container .left-col .menu ul,
    .anthology-main-container .left-col .menu ul,
    .children_container .left-col .menu ul {
        padding-left: 3px !important;
        padding-right: 3px !important
    }

    .solution-main-container .left-col .side-menu,
    .network-main-container .left-col .side-menu,
    .innovation-main-container .left-col .side-menu,
    .incubation-main-container .left-col .side-menu,
    .competition-details-main-div .left-col .side-menu,
    .competion-discussion-main-container .left-col .side-menu,
    .competiton-new-main-div .left-col .side-menu,
    .fabrication_container .left-col .side-menu,
    .fab-more-detail-main-container .left-col .side-menu,
    .competition-main-div .left-col .side-menu,
    .user_article_container .left-col .side-menu,
    .anthology-main-container .left-col .side-menu,
    .children_container .left-col .side-menu {
        padding: 0px
    }

    .solution-main-container .left-col .mobile-back-arrow,
    .network-main-container .left-col .mobile-back-arrow,
    .innovation-main-container .left-col .mobile-back-arrow,
    .incubation-main-container .left-col .mobile-back-arrow,
    .competition-details-main-div .left-col .mobile-back-arrow,
    .competion-discussion-main-container .left-col .mobile-back-arrow,
    .competiton-new-main-div .left-col .mobile-back-arrow,
    .fabrication_container .left-col .mobile-back-arrow,
    .fab-more-detail-main-container .left-col .mobile-back-arrow,
    .competition-main-div .left-col .mobile-back-arrow,
    .user_article_container .left-col .mobile-back-arrow,
    .anthology-main-container .left-col .mobile-back-arrow,
    .children_container .left-col .mobile-back-arrow {
        display: none !important;
        float: left;
        height: 41px
    }

    .network-main-container .network-right-col .index_title {
        margin-top: 0px;
        padding: 17px 0px 48px 16px;
        background: #011c5c;
        border-radius: 4px
    }

    .network-main-container .network-right-col .index_title span {
        color: #fff
    }

    .network-main-container .network-right-col .index_title h3 {
        margin-top: 7px !important;
        font-size: 16px;
        color: #fff !important
    }

    .network-main-container .network-right-col .index_title .add-icon {
        background: #fff;
        border-radius: 4px;
        width: 63px !important;
        height: 33px !important;
        padding-left: 13px
    }

    .network-main-container .network-right-col .index_title .add-icon img {
        margin-top: 0px !important;
        height: 21px;
        width: 37px
    }

    .network-main-container .network-right-col .mobile-back-arrow {
        display: none !important;
        float: left;
        height: 41px
    }
}

@media screen and (max-width: 992px) {
    .rht_container {
        max-width: 100%
    }
}

@media screen and (max-width: 768px) {

    .task_blk,
    .issue_blk {
        height: unset;
        min-height: unset;
        max-height: 500px
    }

    .issue_blk {
        border-left: 0;
        border-top: 1px solid #ddd;
        margin-top: 10px
    }

    .issue-task-container {
        height: auto
    }

    .left-col {
        position: fixed !important;
        display: block;
        z-index: 12;
        background: #e9eaee;
        overflow-y: auto;
        width: 75%;
        left: -100%;
        z-index: 112;
        top: 6px
    }

    .right-col {
        position: fixed;
        display: block;
        top: 16px;
        right: -100%;
        z-index: 20;
        background: #ddd;
        width: 78%;
        height: 377px;
        overflow-y: auto;
        z-index: 112
    }

    .left-col-open {
        display: block;
        position: fixed;
        top: 60%;
        left: 0;
        margin-top: -15px;
        width: 0;
        height: 0;
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent;
        border-left: 20px solid #999;
        z-index: 8;
        cursor: pointer
    }

    .left-col-close {
        position: absolute;
        right: 5px;
        border: 1px solid #d1d1d1;
        color: #000000;
        padding: 0px 6px 0px 7px;
        box-shadow: 1.5px 1.3px 5px 0 rgba(0, 0, 0, 0.34), inset -1.4px -1.4px 2px 0 #fff;
        background: #fff;
        font-size: 18px;
        font-weight: normal;
        top: 3px
    }

    .left-col-overlay,
    .right-col-overlay,
    .comment-overlay {
        display: none;
        background: #011c5c;
        opacity: 0.5;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 110
    }

    .solution-main-container .posts-comments .chosen-container-single,
    .network-main-container .posts-comments .chosen-container-single {
        padding-top: 7px;
        width: auto !important
    }

    .solution-main-container .posts-comments .chosen-container-single .chosen-single span,
    .network-main-container .posts-comments .chosen-container-single .chosen-single span {
        color: #fff !important;
        border-bottom: unset;
        font-size: 21px;
        font-weight: normal
    }

    .solution-main-container .posts-comments .chosen-container-single .chosen-single div,
    .network-main-container .posts-comments .chosen-container-single .chosen-single div {
        display: block
    }
}

@media (max-width: 768px) {
    .seven-col .col-md-2 {
        width: 100%;
        *width: 100%
    }

    .rht_image {
        width: 13%
    }

    .lft_detail {
        width: 78%
    }

    .hme_header {
        font-size: 20px;
        margin-top: -46px;
        word-break: break-word;
        width: 73%;
        text-align: left !important;
        padding-left: 54px
    }

    .hme_logo {
        padding-top: 12px;
        padding-right: 0px
    }

    .hme_logo span {
        color: #fff;
        padding-top: 10px;
        padding-right: 10px
    }

    .nav_main_heading {
        width: 85%;
        padding-top: 3px !important;
        margin-bottom: 8px !important
    }

    .platforms ul.platform-items {
        margin-left: 0px;
        top: 0px;
        z-index: 120
    }

    .heading_space_navbar {
        padding-left: 4px;
        border-top: 1px solid #e7ebed
    }

    .left_section {
        padding-top: 8px !important
    }

    .user_gender .radio-inline:nth-child(4) label {
        padding-left: 39px !important
    }

    .user_gender .radio-inline:nth-child(3) label {
        padding-left: 39px !important
    }

    .user_nav_dropdown {
        right: -11px !important
    }

    .user_nav_dropdown .user-info-header-dropdown {
        padding-left: 9px
    }

    .inc-member .p_divider {
        display: none
    }

    .inc_member_xs {
        text-align: center
    }

    .login_labels {
        float: right
    }
}

@media screen and (min-width: 2560px) and (max-width: 2736px) {
    .networkFeed {
        margin: 15px 0 10px 10px
    }

    .search-box-style .col-md-9 {
        width: 66.66666667%
    }

    .search-box-style .col-md-3 {
        width: 33.33333333%
    }
}

@media screen and (min-width: 1020px) and (max-width: 1090px) {
    .search-box-style .col-md-3 {
        width: 32%
    }

    .left-dropdwn-title-count {
        margin-right: 0
    }
}

@media screen and (min-width: 1000px) and (max-width: 1195px) {
    .post-style .recent-post-icon {
        margin-top: 10px;
        margin-right: 7px;
        margin-left: 10px
    }

    .post-style .my-activity-icon {
        margin-top: 10px;
        margin-right: 7px;
        margin-left: 10px
    }

    .post-style .my-post-icon {
        margin-top: 10px;
        margin-right: 7px;
        margin-left: 10px
    }
}

@media screen and (min-width: 1000px) and (max-width: 1258px) {
    .networkFeed {
        margin: 15px 0 10px 10px
    }

    .search-box-style .col-md-9 {
        width: 66.66666667%
    }

    .search-box-style .col-md-3 {
        width: 32%
    }

    .create-posted {
        margin-left: 5px
    }
}

@media (max-width: 768px) {
    .hme_logo {
        padding-bottom: 15px
    }

    .project_members .mentor-div {
        width: 49%
    }

    .registration-title {
        padding-top: 12px;
        line-height: 1.60 !important
    }

    .user_role {
        margin-top: 30px !important
    }

    .main-left {
        background: unset
    }

    .iisc_register_page_logo img {
        height: 246px;
        padding: 13px
    }

    .network_create_post #post_location_id {
        height: 39px !important
    }

    .audio_modal_xs {
        width: auto !important
    }

    .Network .post_location {
        margin-top: 0px !important;
        float: left;
        padding-left: 10px !important
    }

    .Network #post_comments_list #post_comment_comment {
        width: calc(100% - 60px)
    }

    .Network .network_comments .nested_messages #post_comment_comment {
        width: 124px !important
    }
}

@media only screen and (max-width: 768px) {
    #audio_postimg {
        margin-left: 0px
    }

    .modal-header .close {
        padding: 0px 2px 0px 3px
    }

    .removeAudio-icon {
        margin-top: 0px
    }

    .post_location_select .post_location {
        box-shadow: none;
        border: none
    }

    #gif_image {
        width: 100%
    }

    .show_audio {
        width: 100% !important
    }

    .create-comments .record_icon {
        width: 65%
    }

    .post-search-field {
        margin: 32px 0 30px 0px !important;
        padding: 0
    }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
    #post_location_id {
        display: block !important
    }

    #post_location_id_chosen {
        display: none
    }

    .post-item .user-picture {
        float: right
    }

    input[type=text]:focus {
        border-bottom: none !important
    }

    .audio-form-title {
        display: inline-flex
    }

    .post-body .network_comments #post_comment_comment {
        margin-top: 10px
    }

    .post-body .network_comments .attachFile {
        top: 133px
    }

    .post-body .network_comments .comment_input .submit_bttn {
        top: 137px
    }

    .post-body .network_comments .audioRecorder {
        top: 135px
    }

    input[type="button"]:focus {
        border-bottom: 1px solid transparent !important
    }

    .add_dic_btn {
        margin-top: 35px !important
    }

    .review-comment {
        margin-top: 30px
    }
}

@media (max-width: 480px) {
    #spidochetube_list li {
        margin-left: 5px;
        margin-right: 5px
    }

    #spidochetube_list li img {
        width: 100%
    }

    #spidochetube_list li span {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 4px
    }
}

@media screen and (min-width: 1300px) and (max-width: 3000px) {
    .collab_message #post_comments_list #post_comment_comment {
        width: 100% !important
    }

    .commentSubmit .submit_bttn {
        margin-top: -41px !important;
        height: 35px !important
    }
}

@media screen and (min-width: 768px) {
    .platform-toggle-btn {
        display: none
    }

    .platforms ul.platform-items {
        display: table !important
    }

    html {
        height: 100%
    }

    body {
        height: 100%;
        min-height: 100%
    }

    .container-fluid,
    .row {
        height: 100%
    }

    .left-col {
        height: 100% !important;
        overflow-y: auto;
        z-index: 1;
        border-left: 1px solid #e7ebed
    }

    .right-col {
        height: 100%;
        background: #fAf9f5;
        overflow-y: auto
    }

    .feeds {
        height: 100%;
        border-right: 1px solid #ddd;
        overflow-y: auto
    }

    .projects {
        height: 100%;
        border-right: 1px solid #ddd;
        overflow-y: auto
    }

    .posts-comments {
        height: 100%;
        overflow-y: auto
    }

    .five-col .col-sm-3 {
        width: 31%;
        *width: 31%
    }
}

@media screen and (min-width: 992px) {
    .bg_logo {
        float: left;
        position: absolute;
        bottom: 68px;
        left: 32px;
        height: 473px
    }

    .radio-position {
        left: 32%
    }

    .left-col {
        left: 0 !important;
        display: block
    }

    .projects {
        width: calc(60% - 220px)
    }

    .right-col {
        display: block;
        right: 0 !important
    }

    .user-profile-info {
        height: 100%;
        overflow-y: auto
    }

    .left-col-close {
        display: none
    }

    .five-col .col-md-2,
    .five-col .col-sm-2,
    .five-col .col-lg-2 {
        width: 18.666667%;
        *width: 18.666667%
    }
}

.tour-backdrop {
    position: absolute;
    z-index: 1100;
    background-color: #000;
    opacity: .8;
    filter: alpha(opacity=80)
}

.popover[class*="tour-"] {
    z-index: 1102
}

.popover[class*="tour-"] .popover-navigation {
    padding: 9px 14px;
    overflow: hidden
}

.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
    float: right
}

.popover[class*="tour-"] .popover-navigation *[data-role="prev"],
.popover[class*="tour-"] .popover-navigation *[data-role="next"],
.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
    cursor: pointer
}

.popover[class*="tour-"] .popover-navigation *[data-role="prev"].disabled,
.popover[class*="tour-"] .popover-navigation *[data-role="next"].disabled,
.popover[class*="tour-"] .popover-navigation *[data-role="end"].disabled {
    cursor: default
}

.popover[class*="tour-"].orphan {
    position: fixed;
    margin-top: 0
}

.popover[class*="tour-"].orphan .arrow {
    display: none
}
.competition-user-details {
    left: 0px ;
}
.mod-name {
    left: 0px;
}
.knowuser-center {
    position: relative;
    left:90%;
}
.mod-user-name {
    left: 0px;
}
.post-cmt-name {
    left: 0px;
}
.mod-username {
    left:-15px;
}
@media screen and (min-width: 1440px) {
    .competition-user-details{
        left: -10px;
    }
    .mod-name {
        left: -15px;
    }
    .mod-user-name {
        left: -15px;
    }
    .post-cmt-name {
        left: -10px;
    }
    .mod-username {
        left:-25px;
    }

}

@media screen and (min-width: 1668px) {
    .competition-user-details{
        left: -20px !important;
    }
    .mod-name {
        left: -35px !important;
    }
    .mod-user-name {
        left: -25px;
    }
    .post-cmt-name {
        left: -20px !important;
    }
    .mod-username {
        left:-30px;
    }
    /* .knowuser-center {
        left:90% !important;
    } */
}
