#prezi {
    width: 640px;
    height: 400px;
    margin: 0 auto;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 1200px) {
    .video-wrapper {
        width: 82%;
        padding-bottom: 49%;
    }
}

.footer {
    width: 100%;
    height: 30px;
    background-color: #f5f5f5;
}

.footer div.container-fluid {
    padding-top: 5px;
}

.footer div.license {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xs-min-width {
    min-width: 450px;
}

#new-license-steps li {
    padding: 5px;
}

.btn-html,
.btn-xml,
.btn-xsd,
.btn-json,
.btn-csv,
.btn-txt {
    color: #fff;
    border: 0;
    text-transform: uppercase;
    transition: filter 0.25s;
}

.btn-html:hover,
.btn-xml:hover,
.btn-xsd:hover,
.btn-json:hover,
.btn-csv:hover,
.btn-txt:hover {
    color: #fff;
    filter: brightness(1.2);
}

.btn-html:visited,
.btn-xml:visited,
.btn-xsd:visited,
.btn-json:visited,
.btn-csv:visited,
.btn-txt:visited {
    color: #fff;
    filter: brightness(1.2);
}

.btn-html {
    background-color: hsl(214, 36%, 53%);
}

.btn-xml {
    background-color: hsl(32, 66%, 55%);
}

.btn-xsd {
    background-color: hsl(258, 26%, 50%);
}

.btn-json {
    background-color: hsl(0, 0%, 23%);
}

.btn-csv {
    background-color: hsl(126, 27%, 45%);
}

.btn-txt {
    background-color: hsl(309, 55%, 28%);
}

.btn-width-m {
    /*padding-left: 35px;*/
    /*padding-right: 35px;*/
    min-width: 130px;
}

.header h1 {
    margin-top: 10px;
    font-size: 3em;
    font-weight: bold;
    font-family: arial, helvetica, sans-serif;
    text-shadow: 3px 3px 1px #BBB;
    vertical-align: bottom;
    line-height: normal;
}

.header .icon {
    vertical-align: top;
}

.header .icon.icon-middle {
    position: absolute;
    left: 37px;
    top: 14px;
}

.header .links {
    margin-top: 18px;
}

@media (min-width: 768px) {
    .search>label {
        width: 70px;
    }
}

@media (max-width: 769px) {
    #navbar-license-type {
        margin-left: 15px;
    }
}

.width-auto {
    width: auto;
}

table.width-auto {
    margin-bottom: 0%;
    width: auto;
}

.resource-content table td {
    white-space: nowrap;
}

.resource-content table td .btn-group {
    width: 240px;
    white-space: nowrap;
    float: left;
}

.pagination {
    margin-top: 18px;
}

.pagination>li>a {
    color: #FFF;
    background-color: #337ab7;
    border: 1px solid #255680;
    width: 100px;
    line-height: 1.4;
}

.pagination>li>a:hover {
    color: #FFF;
    background-color: #255680;
    border: 1px solid #255680;
}

span.blinker {
    font-size: 1.5em;
    padding-right: 5px;
    vertical-align: middle;
}

.fading {
    transition: all ease-in 0.5s;
    opacity: 0;
}

.fading.in {
    opacity: 1;
}

.confirm-delete {
    display: inline-block;
    padding: 0 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    /* touch-action: manipulation; */
    /* cursor: pointer; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.modal-footer .confirm-delete .btn + .btn {
    padding: 5px 8px;
    margin-left: 0;
}


.configs .btn-group {
    display: flex;
}

.configs .add-button {
    margin: 10px 0;
    float: right;
    width: 150px;
}

.configs .header h1 {
    display: inline;
}

.configs sort-reset-btn a:focus {
    text-decoration: none;
    outline: none;
    color: #337ab7;
}

.configs sort-reset-btn a.disabled:focus {
    color: #AAAAAA;
}

.numeric-val {
    text-align: right;
}

.resource-content .wrap-text {
    white-space: normal;
}

.add-button {
    margin-bottom: 40px;
}

.search {
    margin: 20px 15px;
}

.search label {
    width: 65px;
    float: left;
    padding-top: 6px;
}

.search input {
    width: 300px;
}

.no-wrap {
    white-space: nowrap;
}

.text-underline {
    text-decoration: underline;
}

.text-success-bright {
    color: #59d45b;
}

@keyframes pulsate {
    0% {
        -ms-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -webkit-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
    }
    50% {
        opacity: 1.0;
    }
    100% {
        -ms-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
    }
}

.pulsate {
    animation: pulsate 2s ease-out;
    animation-iteration-count: infinite;
    opacity: 0.0;
}

.pulsate-fast {
    animation: pulsate 1.2s ease-out;
    animation-iteration-count: infinite;
    opacity: 0.2;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}



.padding-top {
    padding-top: 20px;
}

.padding-bottom {
    padding-bottom: 20px;
}

.margin-top {margin-top: 20px;}
.margin-top-10 {margin-top: 10px;}

.margin-bottom {
    margin-bottom: 20px;
}
.position-relative {
    position: relative;
}

.display-block {
    display: block;
}

.disabled {
    color: #AAAAAA;
}

.no-padding {
   padding: 0;
}

.no-margin {
    margin: 0;
}

.resize-vertical {
    resize: vertical;
}

.text-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.invisible {
    visibility: hidden;
    position: absolute;
    z-index: -1;
}

.pointer-cursor {
    cursor: pointer;
}

.auto-overflow {
    overflow: auto;
}

.text-shadow:hover {
    text-shadow: 0 1px 1px #337ab7;
}

.square-corners {
    border-radius: 0;
}

.text-white {
    color: #FFF;
}

.no-select {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

#clear-sort-execute-only {
    margin-left: 5px;
    align-items: center;
}

#clear-sort-button {
    border-radius: 3px;
    border: 1px solid #CCC;
    padding: 1px 5px;
    line-height: 1.5;
    display: inline-block;
}

#clear-sort-button-li {
    padding: 11px 0px 10px;
}

sort-reset-btn .sort-reset-btn-def {
    margin-top: -7px;
    margin-bottom: -5px;
}

.fa-disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.login-popup-blackout .modal-dialog {
    width: 450px;
    top: 10%;
    margin: 0 auto;
}

.login-popup-blackout div[modal=showModal] {
    height: 400px;
}

.login-popup-blackout .modal-body {
    text-align: center
}

.login-popup-blackout .modal-header {
    border-bottom: unset;
    width: 450px;
}

.btn-login-popup {
    width: 161px;
}

.login-popup-blackout .btn-container {
    display: flex;
    justify-content: space-around
}

#session-lost-text {
    font-size: larger;
    margin: 50px 0 50px 0
}

.error_message pre {
    max-height: calc(90vh - 235px);
}

.modal-open .modal-dialog .error-box {
    overflow-y: auto;
}

.selectize-control.multi .selectize-input .item {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

select {
    overflow: hidden;
    text-overflow: ellipsis;
}

.full-width {
    width: 100%
}

.empty-val,
.null-val,
.empty-val > *,
.null-val > * {
    color: #a8a8a8;
    text-align: center;
}

.null-val a:hover,
.null-val a:focus,
.null-val a:visited {
    color: #848484;
    text-decoration: underline;
}

.empty-val a:hover,
.empty-val a:focus,
.empty-val a:visited{
    color: #848484;
    text-decoration: underline;
}

.empty-val a,
.null-val a {
    color: #848484;
}

.empty-val a {
    display: block;
    width: 100%;
    height: 2rem;
    border: transparent 1px dotted;
    text-decoration: none;
}

.empty-val a:hover {
    border: #337ab7 1px dotted;
}

.empty-val-edit {
    text-align: left;
    color: black;
}
editable-resource input.field {
    border-right: none;
}

editable-resource input.null[disabled] {
    border: transparent 1px solid;
    background-color: white;
    box-shadow: none;
    text-align: center;
}

null-btn button.null {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

null-btn button.null:focus {
    background-color: white;
}

null-btn button.null-active {
    background-color: hsl(214, 36%, 53%);
    color: white;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

null-btn button.null-active:focus {
    background-color: hsl(214, 36%, 53%);
    color: white;
}

null-btn button.null-active:hover {
    background-color: hsl(214, 36%, 53%);
    color: white;
}