﻿/*Custom Fonts*/

@font-face {
    font-family: 'cg';
    src: url('../fonts/cg.eot?b4buiq');
    src: url('../fonts/cg.eot?b4buiq#iefix') format('embedded-opentype'), url('../fonts/cg.ttf?b4buiq') format('truetype'), url('../fonts/cg.woff?b4buiq') format('woff'), url('../fonts/cg.svg?b4buiq#cg') format('svg');
    font-weight: normal;
    font-style: normal;
}

i {
    /* use !important to prevent issues with browser extensions that change fonts */
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cg_xls:before {
    font-family: 'cg' !important;
    content: "\e2001";
}

.cg_xml:before {
    font-family: 'cg' !important;
    content: "\e2002";
}


/*Custom Fonts end*/

.navbar-header .navbar-brand .brand-logo {
    width: 100px;
}

#topnav .topbar-main {
    background-color: #1362A5;
}

#topnav .topbar-main .logo img {
    width: 100px;
    height: 45px;
}

.WidgetBox {
    height: 100%;
    padding: 0;
    border: #bcc2cf solid 1px;
    background: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 1px 1px 1px #e1e1e1;
    margin-bottom: 10px;
    position: relative;
}

.WidgetBox h3 {
    border: #bcc2cf solid 1px;
    background: #fff;
    border-bottom: 0;
    padding: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.WidgetBox header {
    border: #428bca solid 1px;
    background: #428bca;
    padding: 8px 10px;
}

.widgetHeading {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    margin-bottom: 0;
    font-family: inherit;
    line-height: 28px;
}

.widgetHeading b {
    color: #ffffff;
}

.widgetOption {
    padding-left: 0;
    padding-right: 0;
    text-align: right;
}

.contextMenu {
    text-align: right;
    display: inline-block;
    color: white;
}

.searchBar {
    width: 275px;
    display: inline-block;
    position: relative;
    top: 5px;
    background: white;
}

.searchBar input {
    height: 22px !important;
    font-size: 87%;
}

.searchBtn {
    padding: 1px 5px!important;
    background: #192133;
    color: #fff;
    border: none;
    outline: 0;
}

.searchBtn:focus {
    outline: 0;
}

.searchBtn:hover,
.searchBtn i:hover {
    background: #1e5598;
    color: white !important;
    outline: 0;
}

.searchBtn i {
    margin: 0px !important;
    font-size: 80% !important;
}

.widgetOption a {
    color: inherit;
}

.widgetOption i {
    font-size: 17px;
    margin-right: 5px;
    cursor: pointer;
}

.widgetOption i:hover {
    color: #1e5598;
}

@media (max-width: 980px) {
    .searchBar {
        width: 62%;
        display: inline-block;
        position: relative;
        top: 5px;
    }
    .contextMenu {
        width: 35%;
        text-align: right;
        display: inline-block;
    }
}

.WidgetBox .widgetBody {
    padding: 10px;
    min-height: 54vh;
    position: relative;
}

.MyTasksWidget {
    text-align: center;
}

.MyTasksWidget span {
    font-size: 200%;
}

.MyTasksWidget h4 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.MyTasksWidget .notStarted {
    color: #606060;
    font-size: 100%;
}

.MyTasksWidget .inProgress {
    color: #FF9800;
    font-size: 100%;
}

.MyTasksWidget .Completed {
    color: #4CAF50;
    font-size: 100%;
}

.TasksDetailsWidget .fas {
    cursor: pointer;
}

.TasksDetailsWidget .fas:hover {
    color: #1e5598;
}

.NewTaskBox {
    padding: 5px;
    overflow-y: scroll;
}

.stickyMenu1 {
    overflow-y: scroll;
    overflow-x: hidden;
}

@media (max-width: 600px) {
    .stickyMenu1 {
        height: 300px !important;
    }
}

.stickyMenu1 {
    background-color: #ddd;
}

.StickyBox {
    background: #FFC107;
    -webkit-box-shadow: 1px 1px 2px 0px;
    margin-bottom: 10px;
}

.StickyHeader {
    position: relative;
    padding: 5px;
    border-bottom: 1px solid #c49300;
    overflow: auto;
    white-space: normal;
}

.StickyHeader input {
    margin-right: 5px;
    zoom: 1.1;
}

.StickyHeader b {
    font-size: 100%;
}

.StickyHeader .StickOptions {
    display: inline-block;
    float: right;
    font-size: 17px;
    padding: 0px 4px;
}

.StickyHeader .StickOptions i:hover {
    cursor: pointer;
    color: #1e5598;
}

.StickyBody {
    position: relative;
    padding: 10px;
    background: #ffebae;
    min-height: 70px;
    padding-top: 15px;
    word-break: break-word;
}

.StickyBody .stickDate {
    font-size: 80%;
    font-weight: bold;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #795548;
    color: white;
    padding: 0px 6px;
    border-radius: 0px;
}
