.sidebar-links div {
    font-size: 1.1rem; color: #808080; line-height: 3; cursor: pointer;
}

div.suggestions ul {position: absolute;display:none;
                    top: 34px;
                    background: white;
                    z-index: 1050;
                    width: 100%;
                    border: 1px solid;
                    background-color: #fff;
                    background-image: none;
                    border: 1px solid #ccc;
                    list-style: none;
                    border-top: none;
                    border-radius: 0 0 4px 4px;
                    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
                    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
                    padding:0;
}
div.suggestions ul li {cursor:pointer;padding-left:15px;padding-top: 6px;padding-bottom: 6px;border-bottom: 1px solid #eee;}
div.suggestions ul li .shared_entry {border-bottom: none;}
div.suggestions-visible input {border-bottom-left-radius: 0;}
div.suggestions-visible ul {display:block;}
div.suggestions-visible .input-group-btn:last-child>.btn{border-bottom-right-radius: 0;}
.quota-default-color{background:white !important;}
.resource-detail {display:inline !important;}

ul.alert,.alert ul {list-style: none;padding:0;}
ul.alert li{padding: 15px;border-radius:4px;}

.avatar svg {fill: white;}

.shared_access {flex: 0 0 130px !important;}

.fb-head {left:0 !important;}
.col-offset-200 .fb-head {left:200px !important;}

.fb-row.disabled {
    background-color: #ebedef;
    opacity: 0.7;
    pointer-events: none;
}

main[flow-drop-enabled="true"] .showdroptargets li[flow-drop] {
    background-color: #efe;
}
main[flow-drop-enabled="true"] li[flow-drop].dragging {
    background-color: #aea !important;
    border-bottom-color: #494;
}
.actionbar-title a[flow-drop-enabled="true"].dragging{
    background-color: #aea !important;
    border-bottom-color: #494;
}
.actionbar-title span[flow-drop-enabled="true"].dragging {
    background-color: #aea !important;
    border-bottom-color: #494;
}

.versionslist .selected{background-color: #eee;}

.fb-col.datetime {
    flex: 0 0 150px;
}
.fb-head.ctx-actions .datetime {
    display: none;
}
.testmessage {
    display:inline-block;
    padding: 0.5em;
}
.testmessage span {
    font-size:1.2em;
    font-weight:bold;
    padding-right:0.5em;
}
.checkmark::after {
    content:'\2714';
    color:green;
}
.cross::after {
    content:'\2718';
    color:crimson;
}
button[disabled], a.button[disabled] {
    pointer-events: none;
    background:transparent;
    box-shadow: none;
    border-width:1px;
    color:#aaa;
    text-shadow: 1px 1px 0 #FFF;
}
/* Popup dialog start */
.popup_container {
    position:fixed;
    visibility:hidden;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:0;
    padding:0;
    background: rgba(255,255,255,0.4);
}
.popup_dialog {
    position:relative;
    z-index: 60;
    margin:128px auto 0;
    max-width:50em;
    min-width: inherit;
    background:#F8F8F8;
    padding:1em;
    border-radius: 1em;
}
.popup_dialog .text {
    margin-bottom:1em;
}
.popup_dialog .text h1 {
    color:#ca4d18;
}
.popup_dialog header {
    line-height:1em;
    margin:-1em -1em 1em -1em;
    padding:1em;
    border-radius: 1em 1em 0 0;
    background:#ca4d18;
    color:#fff;
    box-shadow: 0 1px 5px #aaa;
}
.popup_dialog footer {
    text-align:center;
}
/* Popup dialog end */

p.horizontal {
    margin-bottom: 1em;
}
p.horizontal label {
    display: inline-block;
}
p.horizontal input[type="checkbox"], p.horizontal input[type="radio"] {
    margin-left:0.5em;
}
.logo-sg {
    background: url('/resources/storgrid-logo.svg') center no-repeat;
    width: 180px;
    height: 36px;
    padding-left: 200px;
}
.login .logo-sg {
    width: auto;
    padding-left: 0;
}
.preview .no-shadow {
    box-shadow: none !important;
}
.preview.actionbar {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.32);
}

.preview.sidebar {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.32);
}

.preview.login .content {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
/* tpicker, datepicker */
.time-box {
    width: 76px !important;
}
.date-box {
    width: 116px !important;
}

.shared_access::-ms-expand,
.fancyselect select::-ms-expand {
    display: none;
}

.sharefocus {
    background-color:#ffffd1; 
    border-color:#e2dfa4;
}