@font-face {
  font-family: 'Glyphicons Halflings';
  src: local('Glyphicons Halflings')
}

body {
    background-color: #efefef;
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #555;
}

.header {
    height: 56px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
    padding: 2px 24px;
}

.header button:focus, 
.header button:hover {
    outline:none;
}

.share-logo img {
    max-height : 35px;
}

.user-drop-icon {
    display:inline-block;
    width: 30px;
    height: 30px;
    background-color: #003c8f;
    position : relative;
    cursor : pointer;
    margin: 0 0 0 5px;
    text-align: center;
    border-radius : 15px;
}

.user-drop-icon span{ 
    line-height: 1.75;
    color: white;
}

#user-drop-content {
    display:none;
    position : relative;
    color: #555;
    height: inherit;
}

#user-drop-content > div {
    padding: 8px 24px;
}

#user-drop-content a {
    color : #027DB6;
}

.drop-bottom {
    background: #f5f5f5;
    padding: 16px 0px;
}

#user-drop.open #user-drop-content {
    display:inline-block;
}

#user-drop-content {
    display:none;
    right: 0px;
    top: 38px;
    position: absolute;
    z-index : 10000;
    width: 300px;
    background-color: white;
    margin: 0px;
}

#user-drop .arrow-up {
    display:none;
    width: 0; 
    height: 0; 
    border-left: 8.5px solid transparent;
    border-right: 8.5px solid transparent;
    border-bottom: 8.5px solid white;
    position : absolute;
    top: 30px;
    left: 6.5px;
    z-index: 10001;
}

#user-drop.open .arrow-up{
    display:inline-block;
}

.drop-top 

.text-primary {
    color: #03A9F4;
}

#login-card {
    margin-top: 15vh;
}

#login-card form {
    margin-top: 16px;
}

.login-page-link {
    color : #027DB6 !important;
}

#error-card {
    margin-top: 15vh;
}

#home-card {
    margin-top: 15vh;
}

#forgot-card {
    margin-top: 15vh;
}

#register-card {
    margin-top: 12vh;
}

#recover-card {
    margin-top: 15vh;
}

.mtrl-card-primary {
    background-color: #027DB6;
    color: #ffffff;
}

.mtrl-card-primary  a{
    color : white;
}

.mtrl-card-primary  a:hover{
    text-decoration : none;
}

.mtrl-card-primary  .btn-primary{
    background: #027DB6;
}

.mtrl-card-title.solo {
    padding-bottom: 0px;
}

.mtrl-card-base {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.mtrl-card > .card-actions{
    padding-left : 16px;
    padding-right: 16px;
}

.mtrl-card-content {
    padding: 16px 16px;
}

.mtrl-card-data {
    font-size: 12px;
}

.mtrl-card-data table{
    width:100%;
}

.mtrl-card-data-item {
    line-height: 20px;
    padding: 6px 0px;
    vertical-align: top;
}

.mtrl-card-data-item-id {
    padding-left: 0px;
    padding-right: 0px;
    vertical-align: top;
}

.mtrl-card-media img {
    margin-left: auto;
    margin-right: auto;
}

/* .card-media .mime-icon {
    background:#fafafa;
} */

.mtrl-card-media .mime-icon {
    padding : 24px;
    margin: auto;
}

.mtrl-card-media .mime-icon img{
    max-width: 256px;
}

.mtrl-card-media .audio audio {
    width: 100%;
}

.mtrl-card-media .audio {
    text-align:center;
    background-color:#fafafa;
}

.mtrl-card-media .media-render,
.mtrl-card-media div.vjs-poster {
    background-color : #f1f1f1;
}

#flashMessage {
    z-index: 10;
    position: fixed;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    top: 10%;
}

.muted {
    color : #757575;
}

#the-content {
    margin-top : 16px;
}

.media-preview .overlay {
    text-align : center;
    color: white;
    top: 0px;
    right: 0px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%,rgba(0,0,0,0) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    text-rendering: auto;
    line-height: 1;
    font-size: 1.25em;
    z-index : 10;
}

.media-preview {
    min-height: 30vh;
}


.mtrl-card-media .video-preview.video-js {
    width: 100%;
    max-width: 100%!important;
    padding-top: 0 !important;
    height: 400px !important;
}

#lightbox-upload .box-body {
    height : 100%
}

#lightbox-upload #drop-target.empty #drop-default{
    display : flex;
    flex-direction : column;
    justify-content : center;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

#file-list.list-group {
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 100%;
    border-radius: 0px;
    margin: 16px 0px;
    background: white;
    display: inline-block;
}

#asset-upload-form .asset-manager {
    background : none;
}

#upload_fields {
    height : auto;
}

.media-preview-file-info{
    width:100%;
    max-height: 100%;
    display: inherit;
}

tr td .meta-cut-text {
    word-break: break-word;
}

.cut-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
}

.upload-form-wrap.uploading,
.upload-form-wrap.complete {
    border: 1px solid #ababab;
}

.asset-manager.complete #uploader-summary-card {
    box-shadow: 0 2px 5px 1px rgb(0 0 0 / 20%);
    height: 100%;
    width: 100%;
    border-radius: 0px;
    background: white;
    display: inline-block;
}

#asset-mask {
    margin: 0 auto;
    background-color:grey;
    color:white;
    width:100%;
    height:400px;
}

#file-list-panel .serv-response .alert-link {
    color : #2b2b2b;
}

.remote-storage-message {
    background-color:#3c96c8;
    color: white !important;
    display: inline-block;
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 10px;
    line-height:1.5;
    padding-right: 10px;
    padding-left: 10px;
}

.modal.show { 
    z-index : 2042;
}

#session_timeout.modal.show > div { 
    z-index : 2043;
}

input[name="q"].typeahead {
    background-color: white !important;
}
.media-render{
    display: block;
}

ul.share-error li {
    margin-bottom: 10px;
}

.disabled-ext-download-button {
    color: #2125294d !important
}

.mtrl-card-light a.btn.login-button {
    color: white;
}
