/*
 *	STYLES FOR CODE COLLABORATOR
 *
 *	Use the one-page test file before making changes.
 */

/*****************************************************
 *       Reset to minimum values
 */

h1 {
    font-size: 16px;
    margin: 1px 1px 0px 1px;
}

h2 {
    font-size: 13px;
}

h2.inline {
    display: inline;
}

.pull_right {
    float: right;
}

.pull_left {
    float: left;
}

/* Menu at top */
.topMenu {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    background-size: contain;
    box-sizing: border-box;
    
    /* don't wrap header if page too narrow */
    white-space: nowrap;
    
    /* background: #22232a; */
    background: -moz-linear-gradient(top, #373d4a 50%, #28272f 125%);
    background: -webkit-linear-gradient(top, #373d4a 50%, #28272f 125%);
    background: -o-linear-gradient(top, #373d4a 50%, #28272f 125%);
    background: -ms-linear-gradient(top, #373d4a 50%, #28272f 125%);
    /* background: linear-gradient(to bottom, #2d323c 50%, #1c1b21 125%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#373d4a, endColorstr=#28272f, GradientType=0);
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    display: inline-block;
}

.logoPanel {
    width: 139px;
}

.searchBox {
    font-size: 11px;
    width: 162px;
    margin: 10px;
    text-indent: 6px;
    box-sizing: content-box;
    padding: 2px;
    outline: none;
}

input[type="text"]::-ms-clear {
    display: none;
}

.navigation_item .fa-user-circle,
.navigation_item .fa-question-circle,
.navigation_item_notification .fa-bell{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 47px
}

.navigation_item .fa-user-circle:hover,
.navigation_item .fa-question-circle:hover,
.navigation_item_notification .fa-bell:hover,
.navigation_item .fa-search:hover{
    color: #07CED6;
}

.navigation_item .fa-search {
    position: absolute;
    font-size: 18px;
    top: 13px;
    left: 155px;
    color: #8E99AB;
}

.customLogoImage {
    max-width: 250px;
    max-height: 45px;
    float: left;
    border: none;
    /*cursor: pointer;*/
}

.customLogoPanel {
    float: left;
}

.navigation_list {

}

.navigation_item, .navigation_item_notification {
    height: 47px;
}

.sub_navigation_list {

}

.sub_navigation_item {

}

.sub_navigation_item:hover {
    background: #0b0c0e;
}

.page_navigation {
    width: 100%;
    height: 100%;
    top: 0;
    font-size: 13px;
    font-weight: 700;
    text-shadow: none;
}


.topMenu .sub_navigation_item_link {
    color: #fff !important;
}

.navigation_item_notification .navigation_item_link, .page_navigation .sub_navigation_item_link,
.navigation_item .navigation_item_link, .page_navigation .sub_navigation_item_link {
    display: block;
    width: 80px;
    text-align: center;
    text-decoration: none;
    line-height: 48px;
    padding-bottom: 2px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.75s ease;
}

.navigation_item_link:hover,
.navigation_item_link.active {
    color: #07CED6
}

.navigation_item_link.active {
    font-weight: 600;
    padding-bottom: 2px;
    line-height: 48px;
    transition: none;
}

.navigation_item:hover .dropdown_menu {
    display: block;
}

.page_navigation .navigation_item_notification,
.page_navigation .navigation_item {
    position: relative;
}

.page_navigation .navigation_list {
    list-style: none;
    margin: 0;
}

.page_navigation .sub_navigation_item_link {
    padding: 0 5px;
    line-height: 41px;
    text-align: center;
}

.page_navigation .sub_navigation_list {
    padding: 0;
    background: #28272f;
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.page_navigation .sub_navigation_item {
    position: relative;
}

.dropdown_menu {
    margin: 0;
    list-style: none;
    border: none;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    background-clip: padding-box;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1020;
    display: none;
    float: left;
    padding: 5px 0;
    list-style: none;
    background-color: #fff;
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

/*Logos parent panel*/
.logosPanel {
    display: flex;
    align-items: center;
    float: left;
    height: 45px; /*for IE*/
    margin-left: 8px;
    margin-right: 16px;
}

.page_navigation .ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.page_navigation .li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(/images/loading.gif) 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}
.notification_menu {
    width: 405px;
    left: -310px;
    max-height: 500px;
    overflow: auto;
    padding: 1ex !important;
    color: #ffffff !important;
}

.notification_menu .item {
    padding: 10px;
    margin: 5px 5px 10px;
    display: flex;
    border-radius: 5px;
    background-color: #373e4a;
}

.notification_menu .item:hover {
    background: rgba(54, 63, 74, 0.5);
}

.notification_menu .item .title {
    white-space: normal;
    padding-bottom: 5px;
    font-weight: normal;
    color: #ffffff;
}

.notification_menu .unread .title {
    font-weight: bold;
}

.notification_menu .item .text {
    padding-bottom: 5px;
    color: #989898;
    white-space: normal;
    font-weight: 500;
}

.notification_menu .item .link {
    width: 325px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #a1d3ff;
    text-decoration: none;
    font-weight: 500;
}

.notification_menu .item .link:hover {
    color: #68b2f3;
}

.notification_menu .item .date {
    color: #989898;
    font-weight: 500;
}

.notification_menu .item .left {
    float: left;
    margin-right: 1ex;
    width: 340px;
}

.notification_menu .item .right {
    float: right;
    cursor: pointer;
}

.notification_menu .item .close {
    margin-right: 1ex;
}

.notification_menu .item .left a {
    text-decoration: none;
}

.notification_menu .item .left div {
    margin-right: 1ex;
    font-size: 13px;
}

.notification_menu .show_more {
    width: 20%;
    margin: 0 auto;
    padding: 1ex;
    cursor: pointer;
}

.notification_menu .notification_empty {
    font-weight: normal;
    padding-left: 115px;
}

.notification_menu .mark_all_read,
.notification_menu .clear_all,
.notification_menu .spinner{
    margin: 0 auto;
    padding: 1ex;
    cursor: pointer;
}

.notification_menu .spinner {
    width: 0%;
}

.notification_menu .mark_all_read {
    width: 20%;
}

.notification_menu .clear_all {
    width: 10%;
}

.notification_menu .item .right a:hover,
.notification_menu .show_more:hover,
.notification_menu .clear_all:hover,
.notification_menu .mark_all_read:hover {
    color: #07CED6
}

.notification_counter {
    pointer-events: none;
    position: absolute;
    top: 5px;
    right: 22px;
    background-color: rgb(222, 53, 11);
    color: rgb(255, 255, 255);
    border-radius: 2em;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    min-width: 1px;
    padding: 0.166667em 0.5em;
    text-align: center;
}
