﻿body {
    font-family: "Helvetica Neue",Helvetica,"Segoe UI VSS (Regular)","-apple-system",BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 11px !important;
}

.HeaderBar {
    border-right: 2px solid white;
    color: white !important;
    background-color: #0078D7;
    vertical-align: middle !important;
    overflow: hidden;
}

.tabDefault {
    background-color: black !important;
    color: white !important;
    border: 1px solid #404040;
    height: 36px !important;
}

.tabHovered {
    background-color: #404040 !important;
    border: 1px solid black;
    height: 36px !important;
}

.tabSelected {
    vertical-align: bottom;
    border: 1px solid #0055F9;
    height: 36px !important;
    background-color: #0078D7 !important;
    font-variant-caps: all-small-caps;
}

.PortalSelection {
    display: table-cell;
    color: #fff;
    padding: 0 20px;
    min-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.DockZone {
    background-color: white;
    float: left;
    margin-right: 1px;
    height: 100%;
    min-height: 500px;
}

.RadDockZone {
    padding: 0 !important;
}

.DockZoneName {
    width:100%;
    height:30px;
    /*background-color:Red;*/
    /*color:white;*/
}

.size-custom {
    width: 100%;
}

.hidden-container {
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    left: -10000px;
}

.docks-panel:after {
    content: "";
    clear: both;
    display: block;
}

.dockCopy {
    background-size: 10px 10px !important;
    background: url(../images/generic/CopySmall.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.dockExport {
    background-size: 10px 10px !important;
    background: url(../images/generic/ExportSmall.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

/*Widget Editor*/
.widget-maincontent {
    width: 390px;
    height: 120px;
}

.widget-preview-image {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    max-height: 24px;
    float: left;
    margin-top: 2px;
}

.widget-container {
    border-bottom: 1px solid lightgray;
}

    .widget-container:hover {
        background-color: #e3e3e3;
    }

.widget-name {
    font-size: 10px;
    line-height: 12px;
    color: #212121;
    padding: 0 0 0 0;
    margin-top: -3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.widget-description {
    font-size: 10px;
    line-height: 13px;
    color: #212121;
    margin-top: 3px;
    height: 16px;
    overflow: hidden;
}

.imageList-name {
    font-size: 11px;
    color: #212121 !important;
    padding: 0 0 0 0;
}

.counterValue {
    font-size: 26px !important;
    padding: 0 2px 2px 5px;
    font-weight: 200 !important;
}

.counterTitle {
    padding: 5px 0 10px 5px;
    font-size: 14px !important;
    margin: 1px 0 2px 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.counterSubtitle {
    font-size: 12px !important;
    padding: 0 10px 10px 10px;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.RadDock .rdContent {
    margin: 1px !important;
    overflow-x: auto;
    overflow-y: hidden;
}

.RadMenu, .rmRootGroup {
    border: none !important;
    color: white !important;
    background-color: transparent !important;
}

    .RadMenu .rmGroup, .RadMenu .rmRootGroup, .RadMenu .rmMultiColumn, .RadMenu .rmPopup, .rmItem {
        border: none !important;
    }

#trUser {
    background-color: #0078D7;
    margin-right: 10px;
}

.profileImage {
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background-color: hotpink;
    font-size: 12px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,.28);
}

    .profileImage:hover {
        background-color: lightgray;
        text-align: center;
        cursor: pointer;
        box-shadow: 0 4px 8px rgba(0,0,0,.28);
    }

.editorImage {
    width: 16px;
    height: 16px;
    line-height: 30px;
}

    .editorImage:hover {
        width: 20px;
        height: 20px;
        cursor: pointer;
        box-shadow: 0 4px 8px rgba(0,0,0,.28);
    }

.editIcon {
    width: 22px;
    height: 22px;
    border-radius: 50% !important;
    box-shadow: 0 4px 8px rgba(0,0,0,.28);
}

    .editIcon:hover {
        transition: all .2s cubic-bezier(.4,0,.2,1);
        width: 28px !important;
        height: 28px !important;
        box-shadow: 0 8px 16px rgba(0,0,0,.28);
    }

.editIconContainer {
    position: fixed;
    bottom: 0;
    z-index: 110;
    right: 5px;
    vertical-align: bottom;
}

.editZoneIcon {
    width: 32px;
    height: 32px;
    border-radius: 5% !important;
    box-shadow: 0 1px 3px rgba(0,0,0,.28);
    padding: 2px;
}

    .editZoneIcon:hover {
        width: 128px !important;
        height: 83px !important;
        box-shadow: 0 1px 3px rgba(0,0,0,.28);
        z-index: 500;
        position: absolute;
        padding: 5px;
        background-color: white;
    }

.sectionTitle {
    margin-top: 15px;
    height: 20px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 15px;
    border-bottom: 1px solid lightgray;
}

/*TODO: Remove and Link Controls to My Focus Style / Theme*/
.Grid {
    border: 0px solid dodgerblue;
    font-family: Century Gothic, Arial, Verdana;
    font-size: 12px;
    cursor: default;
    width: 100%;
}

.GridHeader {
    background-color: dodgerblue;
    padding: 1px 0 1px 5px;
    font-size: 11px;
    text-align: left;
    font-family: Century Gothic, Arial, Verdana;
    color: white;
    height: 22px;
    border-color: dodgerblue;
    font-weight: bolder !important;
}

.ItemStyle {
    font-family: Century Gothic, Arial, Verdana;
    font-size: 10px;
    font-weight: normal;
    color: #404040;
    vertical-align: middle;
    background-color: white;
    padding: 10px;
}

    .ItemStyle:hover {
        color: #106ebe;
        background-color: #e6f4ff !important;
    }

.Alternate {
    font-family: Century Gothic, Arial, Verdana;
    font-size: 10px;
    font-weight: normal;
    color: #404040;
    vertical-align: middle;
    background-color: #F2F2F2;
}

    .Alternate:hover {
        color: black;
        background-color: #e6f4ff !important;
    }

.boldtext, .BoldText, .Boldtext {
    font-family: Century Gothic;
    font-size: 11px;
    font-weight: bold;
    color: #404040;
}

.BlueTextNW, .BlueTextNw, .bluetextnw {
    font-family: Century Gothic, Arial, Verdana;
    font-size: 11px;
    color: #404040;
    text-align: left;
}

.WhiteTextNW {
    font-family: Century Gothic, Arial, Verdana;
    font-size: 11px;
    font-weight: normal;
    color: white;
}

.awhite {
    text-decoration: underline;
}

.A:hover, .a:hover, .awhite {
    /*font-weight: bold;*/
    text-decoration: underline;
    cursor: pointer;
}

.deptMovementCirce {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #9EBAE3;
    background-color: #B0CEEA
}

.center {
    -moz-align-content: center;
    -o-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    text-align: center
}

.right {
    text-align: right !important;
}

.bold {
    font-weight: bold;
}

.top {
    vertical-align:top;
}

.editor_panel {
    box-shadow: rgba(0,0,0,0.5) 0 0 35px;
    position: absolute;
    z-index: 999 !important;
    top: 40px !important;
    left: 14px !important;
    right: 14px !important;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.button {
    font-family: Century Gothic, Arial, Verdana, Geneva, Tahoma, sans-serif;
    font-size: 11px;
    border: 1px solid #404040;
    background-color: #F5F5F5;
    color: #666;
    cursor: pointer;
    height: 29px;
    margin: 3px 2px 3px 2px;
    min-width: 100px;
    padding: 0 8px;
    text-align: center;
}

    .button:hover {
        font-weight: bold;
    }

.DashAdd {
    font-style: italic;
    background-color: #948b8b !important;
    color: white;
}
    .DashAdd:hover {
        font-weight: bold;
        background-color: #948b8b !important;
        color: red;
    }
