#widget-containers
{
    width:                              calc(100vw - 17px);
    min-width:                          400px;
    display:                            -webkit-box;
    display:                            -moz-box;
    display:                            -webkit-flexbox;
    display:                            -ms-flexbox;
    display:                            -webkit-flex;
    display:                            flex;
}
#widget-containers div.widget-container {
    margin:                             5px 0 5px 0;
    border-right:                       1px dashed #BBBBBB;
    padding-left:                       5px;
    padding-right:                      5px;
    min-width:                          420px;
}
#widget-containers div.widget-container:last-of-type {
    border-right:                       none;
}
#widget-containers div.widget-container, #widget-containers div.widget-container-hidden
{
    display:                            -webkit-box;
    display:                            -moz-box;
    display:                            -webkit-flexbox;
    display:                            -ms-flexbox;
    display:                            -webkit-flex;
    display:                            flex;
    -webkit-box-orient:                 vertical;
    -moz-box-orient:                    vertical;
    -webkit-box-direction:              normal;
    -moz-box-direction:                 normal;
    -webkit-flex-direction:             column;
    -ms-flex-direction:                 column;
    flex-direction:                     column;
    -webkit-box-flex:                   1;
    -moz-box-flex:                      1;
    -webkit-flex:                       1 1;
    -ms-flex:                           1 1;
    flex:                               1 1;
    -webkit-transition:                 all 0.5s ease;
    -moz-transition:                    all 0.5s ease;
    -o-transition:                      all 0.5s ease;
    transition:                         all 0.5s ease;
    min-height:                         calc(100vh - 70px);
    margin-top: 50px;
}

@media screen and (max-width: 1187px){
    #widget-containers div.widget-container, #widget-containers div.widget-container-hidden {
        margin-top: 95px;
    }
}

@media screen and (max-width: 670px) {
    #widget-containers div.widget-container, #widget-containers div.widget-container-hidden {
        margin-top: 135px;
    }
}

@media screen and (max-width: 532px) {
    #widget-containers div.widget-container, #widget-containers div.widget-container-hidden {
        margin-top: 180px;
    }
}

#widget-containers div.widget-container.equal-width {
    -webkit-transition:                 all 0.5s ease;
    -moz-transition:                    all 0.5s ease;
    -o-transition:                      all 0.5s ease;
    transition:                         all 0.5s ease;
    -webkit-box-flex:                   1;
    -moz-box-flex:                      1;
    -webkit-flex:                       1 1;
    -ms-flex:                           1 1;
    flex:                               1 1;
}
#widget-containers div.widget-container.double-width {
    -webkit-transition:                 all 0.5s ease;
    -moz-transition:                    all 0.5s ease;
    -o-transition:                      all 0.5s ease;
    transition:                         all 0.5s ease;
    -webkit-box-flex:                   2;
    -moz-box-flex:                      2;
    -webkit-flex:                       2 2;
    -ms-flex:                           2 2;
    flex:                               2 2;
}
#widget-containers div.widget-container.hidden {
    display:                            none;
}
div.widget-outer {
    position:                           relative;
}
div.widget-helper {
    color:                              #FFFFFF;
    text-align:                         center;
    padding:                            10px;
    margin:                             20px;
    background:                         rgba(255, 255, 255, 0.3);
}
div.widget-placeholder {
    height:                             50px;
}
div.widget {
    display:                            inline-block;
    width:                              100%;
    position:                           relative;
    margin-bottom:                      10px;
}
div.widget.fullscreen {
    height:                             100%;
}
div.widget.fullscreen > div.widget-head,
div.widget.fullscreen > div.widget-footer {
    display:                            none;
}
div.widget.fullscreen > div.widget-content {
    height:                             100%
}
div.widget div.widget-head:hover {
    z-index:                            999;
    border-top: 3px solid rgba(244,245,246,0.6);
    margin-top: -3px;
}
div#login-form.widget:hover {
    border-top: 3px solid rgba(244,245,246,0.7);
    margin-top: -3px;
}
div.widget.widget-highlight {
    z-index:                            20000;
    border-top: 3px solid rgba(244,245,246,0.7);
    margin-top: -3px;
}
div.widget div.widget-head {
    padding:                            3px 5px;
    vertical-align:                     middle;
    color:                              #FFFFFF;
    height:                             22px;
    position:                           relative;
    cursor:                             move;
}
div.widget div.widget-head h4,
div.widget div.widget-head span.widget-head-pricing {
    display:                            inline-block;
    padding:                            0 3px;
    font-family:                        'Share', 'Open Sans', Tahoma, sans-serif;
    font-weight:                        normal;
    font-size:                          1.2em;
    color:                              #FFFFFF;
    vertical-align:                     middle;
    line-height:                        24px;
    min-height:                         24px;
    cursor:                             move;
    text-overflow:                      ellipsis;
    white-space:                        nowrap;
    overflow:                           hidden;
    width:                              calc(100% - 140px);
}
div.widget.maximised div.widget-head, div.widget.maximised div.widget-head h4 {
    cursor:                             default;
}
div.widget div.widget-content
{
    position:                   relative;
    z-index:                    0;
    padding:                    0;
    background-color:           #F8F8F8;
    margin:                     0;
    margin-bottom:              -5px;
    width:                      auto;
    min-height:                 50px;
}
div.widget div.widget-content-clocked
{
    position:                   initial;
    border-radius:              5px;
    overflow:                   hidden;
}
div.widget div.widget-content-clocked div.widget-menu-image
{
    border-top-left-radius:     5px;
}
div.widget.maximised div.widget-content {
    height:                     calc(100% - 28px);
    overflow-y:                 auto;
}
div.widget div.widget-content.overflow {
    overflow-y:                 auto;
}
div.widget-footer {
    background-color:           #F4F5F6;
    border-top:                 1px solid #E3E5E7;
    min-height:                 40px;
    margin-top:                 5px;
}
div.widget-footer-left, div.widget-footer-right {
    padding:                    5px 0px 3px 5px;
}
span.widget-footer-left {
    display:                    inline-block;
    width:                      36px;
    height:                     38px !important;
    margin:                     2px 4px 0 4px;
    background:                 url(../../../images/core/widget/University-down.svg);
    background-repeat:          no-repeat;
    background-position:        center center;
    background-size:            28px 28px;
    vertical-align:             bottom;
    cursor:                     pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
span.widget-footer-pop {
    display:                    inline-block;
    width:                      36px;
    height:                     38px !important;
    margin:                     2px 4px 0 4px;
    background:                 url(../../../images/core/widget/University-popup1.svg);
    background-repeat:          no-repeat;
    background-position:        center center;
    background-size:            28px 28px;
    vertical-align:             bottom;
    cursor:                     pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
span.widget-footer-left:hover,
span.widget-footer-pop:hover {
    background-color: #dedede;
}
span.widget-footer-left.active {
    background:                 #929292 url(../../../images/core/widget/University-up.svg);
    background-repeat:          no-repeat;
    background-position:        center center;
    background-size:            32px 32px;
}
div.widget-footer-right {
    text-align:                 right;
    margin-right:               5px;
}
div.widget-footer-left > img {
    vertical-align:             middle;
    cursor:                     pointer;
}
div.widget-footer-right > img {
    vertical-align:             middle;
    margin-left:                15px;
    margin-top:                 3px;
}
div.widget div.widget-footer div.draggable
{
    width:                              auto;
    margin:                             3px 5px 5px 5px;
    padding:                            2px;
}
div.widget-footer-resultset {
    display:                    inline-block;
    margin-left: 5px;
    border:                     1px solid #D8D8D7;
    background-color:           #F8F8F8;
    padding:                    1px;
    color:                      #000000;
    font-weight:                600;
}
div.widget-footer-resultset img {
    vertical-align:             middle;
    padding-left:               5px;
}
div.widget div.widget-head a {
    float:                              right;
    display:                            inline;
    width:                              14px;
    height:                             14px;
    margin:                             4px 2px 2px 5px;
    text-indent:                        -9999em;
    outline:                            none;
    cursor:                             pointer;
    background-image: url(../../../images/core/widget/Widget_Header_Icons.png);
    background-repeat: no-repeat;
}
div.widget div.widget-head a.remove {
    background-position: 0 0;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
            div.widget div.widget-head {
                margin-right: 20px;
                margin-top: 10px;
            }
}
div.widget div.widget-head a.remove:hover {
    background-position: 0 -14px;
}
div.widget div.widget-head a.maximise {
    background-position: -14px 0;
}
div.widget div.widget-head a.maximise:hover {
    background-position: -14px -14px;
}
div.widget div.widget-head a.refresh  {
    background-position: -28px 0;
}
div.widget div.widget-head a.refresh:hover  {
    background-position: -28px -14px;
}
div.widget div.widget-head a.edit {
    background-position: -42px 0;
}
div.widget div.widget-head a.edit:hover {
    background-position: -42px -14px;
}
div.widget div.widget-head a.link {
    background-position: -56px 0;
}
div.widget div.widget-head a.link:hover {
    background-position: -56px -14px;
}
div.widget div.widget-head a.unlink  {
    background-position: -70px 0;
}
div.widget div.widget-head a.unlink:hover  {
    background-position: -70px -14px;
}
div.widget div.widget-head a.minimise {
    background-position: -84px 0;
}
div.widget div.widget-head a.minimise:hover {
    background-position: -84px -14px;
}
div.widget div.widget-head a.collapse {
    float: left;
    background-position: -98px 0;
}
div.widget div.widget-head a.collapse:hover {
    background-position: -98px -14px;
}
div.widget div.widget-head a.expand {
    float: left;
    background-position: -112px 0;
}
div.widget div.widget-head a.expand:hover
{
    background-position: -112px -14px;
}
#widget-containers div.widget-placeholder {
    border:                             1px dashed #999;
    margin:                             10px 10px 0 10px;
    background:                         rgba(255, 255, 255, 0.3);
}
div.widget div.widget-settings, div.widget-settings, div.widget div.widget-links {
    overflow:                           hidden;
    background:                         #F4EFE9;
    display:                            none;
    padding:                            5px;
    border-bottom: 1px solid #D8D8D7;
}
div.widget div.widget-settings div.widget-setting-label, div.widget-setting-label {
    display:                            inline-block;
    width:                              100px;
    padding:                            5px 5px 5px 10px;
}
div.widget div.widget-settings div.widget-setting-data, div.widget-setting-data {
    display:                            inline-block;
    padding:                            5px;
}
div.widget-setting-data > input {
    width:                              300px;
}
div.widget-setting-data > select {
    width:                              200px;
}
div.widget div.widget-settings ul.colours, div.widget div.widget-links ul.colours {
    list-style-type:                    none;
    padding:                            0;
    margin-left:                        2px;
}
div.widget div.widget-settings ul.colours li, div.widget div.widget-links ul.colours li {
    display:                            inline;
    margin:                             0 5px 0 0;
    padding:                            5px 0 0 18px;
    cursor:                             pointer;
}
div.widget div.widget-settings ul.colours li:hover, div.widget div.widget-links ul.colours li:hover {
    opacity:                            0.7;
}
div.widget div.widget-links ul.colours {
    margin-top:                         20px;
    float:                              none;
}
div.widget div.widget-links ul.colours li {
    line-height:                        18px;
}
div.widget.maximised {
    position:                           fixed;
    top:                                2px;
    right:                              2px;
    bottom:                             2px;
    left:                               2px;
    z-index:                            1001;
    margin:                             0;
}
div.widget-placeholder {
    border:                             2px dashed #999;
    margin:                             10px 10px 0 10px;
}
div.widget-university > iframe {
    height:                             395px;
    padding:                            0;
    margin:                             0;
}
div.widget-university {
    background-color:                   #FFFFFF;
    min-height:                         400px;
    max-height:                         400px;
    height:                             400px;
}
div.widget-university.maximised {
    position:                           absolute;
    bottom:                             0;
    left:                               0;
    right:                              0;
    z-index:                            1000;
}
ul.widget-link-list {
    list-style:                         none;
    margin-left:                        0;
    padding-left:                       5px;
}
ul.widget-link-list > li.widget-link {
    list-style-type:                none;
    line-height:                    24px;
    border:                         1px solid #CBC7BF;
    background-color:               #FFFFFF;
    margin:                         5px;
    padding:                        5px;
    cursor:                         pointer;
}
ul.widget-link-list > li.widget-link.selected {
    border-color:                   #999999;
    background-color:               #F2F2F2;
}
ul.widget-link-list > li.widget-link:hover {
    background-color:               #F5F5F5;
}
div.widget-content div.error-message,
div.widget-content div.warning-message {
    position:                       absolute;
    top:                            0;
    left:                           0;
    right:                          0;
    font-weight:                    600;
    z-index:                        1000;
    background:                     #F2DEDE;
    border-bottom:                  1px solid #D25E5D;
    padding:                        5px 15px 0 5px;
    color:                          #D25E5D;
    min-height:                     35px;
    line-height:                    24px;
}
div.widget-content div.warning-message {
    position:                       relative;
    border-bottom:                  0;
    color:                          #000000;
    background:                     #F9ECCF;
}
div.widget-content div.error-message.relative,
div.widget-content div.warning-message.relative {
    position:                       relative;
    line-height:                    20px;
}

div.widget-content div.error-message > img,
div.widget-content div.warning-message > img,
div.widget-content div.warning-message > img,
div.notification > img {
    float:                          left;
    margin-right:                   10px;
    vertical-align:                 middle;

}
div.widget-content div.error-message > span,
div.widget-content div.warning-message > span{
    font-weight:                    600;
    font-size:                      1.4em;
    position:                       absolute;
    top:                            0;
    right:                          5px;
}
div.widget-content div.error-message > span:hover,
div.widget-content div.warning-message > span:hover {
    cursor:                         pointer;
}
div.refreshing {
    background-color:               #666666;
    opacity:                        0.7;
}
div.block-ui{
    background-color: rgba(0, 0, 0, 0.9);
    opacity:0.5;
    position:absolute;
    top:0; bottom:0; left:0; right:0;
    display:block;
    z-index:2;
}
span.widget-footer-resultset-counter {
    font-size:      0.9em;
    vertical-align: middle;
    margin-left:    3px;
    cursor: default;
}
span.widget-footer-resultset-counter.own {
    color:          #10aee1;
}
span.widget-footer-resultset-counter.competitor {
    color:          #e48a10;
}
span.widget-footer-resultset-counter.planning {
    color:          #771b9d;
}
span.widget-footer-resultset-counter.dta {
    color:          #2ECC71;
}

div.widget-resize,
div.widget-resizer{
    text-align: center;
    margin-top: -6px;
}

div.widget-resize > img,
div.widget-resizer > img {
    cursor: row-resize;
}
div.notification {
    display:                        none;
    left:                           0;
    right:                          0;
    font-weight:                    600;
    z-index:                        999;
    padding:                        5px 5px 0 5px;
    min-height:                     35px;
    line-height:                    24px;
    word-wrap:                      break-word;
}
div.notification.success {
    position:                       absolute;
    background:                     #D8F6CE;
    border-bottom:                  1px solid #5fbb92;
    word-wrap:                      break-word;
    padding-right:                  130px;
}
div.notification.push {
    position:                       relative;
    background:                     #F3D592;
    border-bottom:                  1px solid #F3D592;
}
div.notification.push div.message {
    vertical-align:                 middle;
    display:                        inline-flex;
    padding-right:                  15px;
}
div.notification .close {
    position:                       absolute;
    right:                          10px;
    top:                            10px;
}
div.notification .close .close-image {
    background: url(../../../images/core/Close.png) no-repeat;
    height: 16px;
    width: 16px;
    background-position: 0 0;
    display: inline-block;
}
div.notification .close .close-image:hover {
    cursor: pointer;
}

button.notificationButton {
    position: absolute;
    right: 40px;
    top: 7px;
}

button.notificationButton:active {
    position: absolute;
}

.widget-configuration {
    display: flex;
    justify-content: space-between;
}

.widget-head-brand {
    height: 20px;
    vertical-align: sub;
    padding-right: 2px;
}

kconnect-status-widget > iframe,
kconnect-config-widget > iframe,
import-status-widget > iframe {
    height:                             1000px;
    padding:                            0;
    margin:                             0;
}

.connect-wrapper, .import-status-wrapper {
    max-height: 750px;
    min-height: 750px;
    height: 1000px;
}