.avtfounder {
    background-image:
            linear-gradient(white, white),
            linear-gradient(270deg, #E60012, #5592A9 50%, #E86C00 100%);
    background-repeat: no-repeat;
    background-origin: padding-box, border-box;
    border: 4px solid transparent;
}

.btn-disabled, .btn-disabled:hover {
    opacity: .7;
    cursor: default;
}

.sweet-alert button:focus {
    outline: 1px solid blue !important;
    box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

a.btn-default-sel {
    background: #1d1d1d;
    color: white;
}

.breadcrumb > .active {
    color: #646464;
}

.badge-alt {
    -webkit-box-shadow: inset 0px 1px 1px 1px rgb(0 0 0 / 40%);
    -moz-box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 1px 1px rgb(0 0 0 / 40%);
    color: #1d1d1d !important;
    background: #FFFFFF !important;
    margin-top: -2px;
    padding-top: 5px;
}

a.mi-3-0.dropdown-toggle:focus, a.mi-4-0.dropdown-toggle:focus, a.mi-5-0.dropdown-toggle:focus, a.mi-6-0.dropdown-toggle:focus, a.mi-7-0.dropdown-toggle:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 5px;
    outline-offset: -2px;
}

iframe { overflow:hidden; }

* {
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #000;
}

p {
    color:#5a5a5a;
}

.g_id_signin {
    max-width: 220px;
}

path {
    color: #9a9a9a;
}

i.glyphicon.glyphicon-sort-by-attributes-alt {
    display: none !important;
}

.kv-sort-icon {
    display: none !important;
}

path:hover, path:active, path:focus {
    color: #1d1d1d;
}

.select2-container {
    border: 1px solid #b9b9b9;
    border-radius: 5px;
    padding-top: 6px;
}

.thumbnail {
    padding: 0px;
}

.listview-fa {
    color: #9a9a9a !important;
    padding: 0 3px;
}
.listview-fa:hover, .listview-fa:focus {
    color: #1d1d1d !important;
}


.badgetitletext {
    text-align: center;
    overflow: hidden;
    opacity: 0;
}

.rotate:hover .badgetitletext {
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
    opacity: 1;
}

.brighten img {
    -webkit-filter: brightness(50%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.brighten img:hover {
    -webkit-filter: brightness(100%);
}

.rotate img{
    transition: 1s ease;
}

.rotate img:hover{
    -webkit-transform: rotateZ(-5deg);
    -ms-transform: rotateZ(-5deg);
    transform: rotateZ(-5deg);
    transition: 1s ease;
}

.badgeimage { overflow: hidden; padding: 10px; }

.nav-tabs {
    border-bottom: 1px solid #1d1d1d;
}

hr.hrseparator {
    margin: 5px 0 10px 0;
    height: 1px;
    background-color: #ccc;
    border: none !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 1px solid #1d1d1d;
    border-bottom: transparent;
    margin-top: -2px;
}

.nav-tabs > li > a {
    border-bottom: 1px solid #1d1d1d;
    background-color: #e7e7e7;
}

.panel-note-e6e6e6{
    border-left: 6px solid #e6e6e6;
    background-color: #f3f3f3;
    border-radius: 4px;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.panel-toast-e6e6e6{
    border-left: 6px solid #e6e6e6;
    background: #f3f3f3;
    border-radius: 4px;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    color: #1d1d1d;
}

.panel-note-6c757d{
    border-left: 6px solid #6c757d;
    background-color: #b6babe;
    border-radius: 4px;
    border-bottom: 1px solid #6c757d;
    border-top: 1px solid #6c757d;
    border-right: 1px solid #6c757d;
}

.panel-toast-6c757d{
    border-left: 6px solid #6c757d;
    background: #b6babe;
    border-radius: 4px;
    border-bottom: 1px solid #6c757d;
    border-top: 1px solid #6c757d;
    border-right: 1px solid #6c757d;
    color: #1d1d1d;
}

.panel-note-1d1d1d{
    border-left: 6px solid #1d1d1d;
    background-color: #8e8e8e;
    border-radius: 4px;
    border-bottom: 1px solid #1d1d1d;
    border-top: 1px solid #1d1d1d;
    border-right: 1px solid #1d1d1d;
}

.panel-toast-1d1d1d{
    border-left: 6px solid #1d1d1d;
    background: #8e8e8e;
    border-radius: 4px;
    border-bottom: 1px solid #1d1d1d;
    border-top: 1px solid #1d1d1d;
    border-right: 1px solid #1d1d1d;
    color: #1d1d1d;
}

.panel-note-28a745{
    border-left: 6px solid #28a745;
    background-color: #94d3a2;
    border-radius: 4px;
    border-bottom: 1px solid #28a745;
    border-top: 1px solid #28a745;
    border-right: 1px solid #28a745;
}

.panel-toast-28a745{
    border-left: 6px solid #28a745;
    background: #94d3a2;
    border-radius: 4px;
    border-bottom: 1px solid #28a745;
    border-top: 1px solid #28a745;
    border-right: 1px solid #28a745;
    color: #1d1d1d;
}

.panel-note-dc3545{
    border-left: 6px solid #dc3545;
    background-color: #ee9aa2;
    border-radius: 4px;
    border-bottom: 1px solid #dc3545;
    border-top: 1px solid #dc3545;
    border-right: 1px solid #dc3545;
}

.panel-toast-dc3545{
    border-left: 6px solid #dc3545;
    background: #ee9aa2;
    border-radius: 4px;
    border-bottom: 1px solid #dc3545;
    border-top: 1px solid #dc3545;
    border-right: 1px solid #dc3545;
    color: #1d1d1d;

}

.panel-note-007bff{
    border-left: 6px solid #007bff;
    background-color: #80bdff;
    border-radius: 4px;
    border-bottom: 1px solid #007bff;
    border-top: 1px solid #007bff;
    border-right: 1px solid #007bff;
}

.panel-toast-007bff{
    border-left: 6px solid #007bff;
    background: #80bdff;
    border-radius: 4px;
    border-bottom: 1px solid #007bff;
    border-top: 1px solid #007bff;
    border-right: 1px solid #007bff;
    color: #1d1d1d;
}

.panel-note-ffc107{
    border-left: 6px solid #ffc107;
    background-color: #ffe083;
    border-radius: 4px;
    border-bottom: 1px solid #ffc107;
    border-top: 1px solid #ffc107;
    border-right: 1px solid #ffc107;
}

.panel-toast-ffc107{
    border-left: 6px solid #ffc107;
    background: #ffe083;
    border-radius: 4px;
    border-bottom: 1px solid #ffc107;
    border-top: 1px solid #ffc107;
    border-right: 1px solid #ffc107;
    color: #1d1d1d;
}

.input-group-addon {
    padding: 0;
}

img.img-logo {
    max-width: 360px !important;
    max-height: 80px !important;

}

.text-wrap-grid{
    max-width: 200px;
    overflow: hidden;
    white-space: break-spaces !important;
}

.btn-alt-custom {
    color: #fff;
    background-color: #8e279a;
    border-color: #79188a;
}

.btn-alt-custom:hover {
    color: #fff;
    background-color: #79188a;
    border-color: #79188a;
}

.btn-alt-custom:focus {
    color: #fff;
    background-color: #79188a;
    border-color: #79188a;
}

.btn-alt2-custom {
    color: #fff;
    background-color: #607d8b;
    border-color: #3d4f58;
}

.btn-alt2-custom:hover {
    color: #fff;
    background-color: #3d4f58;
    border-color: #3d4f58;
}

.btn-alt2-custom:focus {
    color: #fff;
    background-color: #3d4f58;
    border-color: #3d4f58;
}

.btn-danger-custom {
    background-color: #7f3838;
    border-color: #4c1d1d;
}

.btn-danger-custom:hover {
    background-color: #5a2929;
    border-color: #4c1d1d;
}

.btn-danger-custom:focus {
    background-color: #5a2929;
    border-color: #4c1d1d;
}

.btn-alt3-custom {
    color: #fff;
    background-color: #009688;
    border-color: #09796e;
}

.btn-alt3-custom:hover {
    color: #fff;
    background-color: #09796e;
    border-color: #09796e;
}

.btn-alt3-custom:focus {
    color: #fff;
    background-color: #09796e;
    border-color: #09796e;
}

.btn-alt4-custom {
    color: #fff;
    background-color: #dc39af;
    border-color: #a82383;
}

.btn-alt4-custom:hover {
    color: #fff;
    background-color: #a82383;
    border-color: #a82383;
}

.btn-alt4-custom:focus {
    color: #fff;
    background-color: #a82383;
    border-color: #a82383;
}

.btn-alt5-custom {
    color: #fff;
    background-color: #1f4716;
    border-color: #112f0a;
}

.btn-alt5-custom:hover {
    color: #fff;
    background-color: #112f0a;
    border-color: #112f0a;
}

.btn-alt5-custom:focus {
    color: #fff;
    background-color: #112f0a;
    border-color: #112f0a;
}

.btn-alt6-custom {
    color: #fff;
    background-color: #8e59bb;
    border-color: #613b81;
}

.btn-alt6-custom:hover {
    color: #fff;
    background-color: #613b81;
    border-color: #613b81;
}

.btn-alt6-custom:focus {
    color: #fff;
    background-color: #613b81;
    border-color: #613b81;
}

.jumbo-welcome {
    text-align: left !important;
    background-color: white !important;
    padding: 30px !important;
    margin-bottom: 10px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
}

.jumbo-welcome .btn {
    margin-right: 10px;
}

.well-header {

}

.not-bold {
    font-weight: normal !important;
}

.white-well {
    background-color: white;
    border-color: #1d1d1d;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(80, 80, 80, 0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(80, 80, 80, 0.75);
    box-shadow: 1px 1px 5px 0px rgba(80, 80, 80, 0.75);
}

.navbar-nav {
    font-size: 14px !important;
    margin-top: 20px !important;
}

.navbar-inverse {
    padding: 4px 10px;
    min-height: 100px;
}

@media screen and (max-width: 1259px) {
    img.img-logo {
        max-width: 260px !important;
        max-height: 60px !important;
    }

    .navbar-nav {
        font-size: 13px !important;
        margin-top: 10px !important;

    }

    .navbar-inverse {
        padding: 4px 10px;
        min-height: 80px !important;
    }

    .nav > li > a {
        padding: 10px 11px !important;
    }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        padding: 3px 10px !important;
    }

    .navbar-nav {
        margin-top: 13px !important;
    }

    .list-btn {
        font-size: 11px !important;
    }

    button#groupdropdown {
        font-size: 11px !important;
    }

    .media-boxes-search {
        font-size: 11px !important;
    }

    .media-boxes-filter>li a {
        font-size: 11px !important;
    }

    .btn {
        font-size: 11px !important;
    }

}

@media screen and (max-width: 1023px) {
    img.img-logo {
        max-width: 200px !important;
        max-height: 50px !important;
    }

    .navbar-nav {
        margin-top: 7px !important;
    }

    .navbar-inverse {
        padding: 4px 10px;
        min-height:70px !important;
    }
}

.navbar-collapse {
    padding-right: 0;
}

.caption_box.row {
    padding: 15px;
}

.caption_text {
    color: white;
    background-color: #1d1d1d;
    padding: 10px;
}

h6, .h6 {
    font-size: 14px;
    color: #1d1d1d;
}

.btn-cc {
    color: #fff;
    background-color: #1d1d1d;
    border-color: #000;
}

.btn-cc:hover {
    color: #fff;
    font-weight: bold;
}

.btn-pad-left {
    margin-left: 6px !important;
}

.btn-float-right {
    float:right;
}

div#myvrspot-record {
    padding: 8px 0;
}

.white-bg {
    background-color: white !important;
}

.smallest {
    font-size: 80%;
}

.swal2-overflow {
    overflow-x: visible;
    overflow-y: visible;
}

.all-share-button {
    background:white;
    color: black !important;
    margin: auto 3px;
}

.all-share-button:hover {
    background: #e0e0e0 !important;
    text-decoration: none;
}

.btn-separator:after {
    content: ' ';
    display: inline-block;
    background: #ADADAD;
    margin: 0 10px;
    height: 34px;
    width: 1px;
}

.panel-heading-gray {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    padding:10px;
}

.btn-opaque{
    opacity: 0.5;
    filter: alpha(opacity=50);
}

button.navbar-toggle {
    /* color: black; */
    background-color: black;
}

a.menu-divider {
    border-bottom: 1px solid #c1c1c1;
}

.dropdown-menu > li > a {
    padding: 10px 20px;
}

.progress-bar {
    background-color: #636363;
}

#mediaquizzes {
    display: block !important;
}

.panel-stat {
    font-size: 200%;
    text-align: center;
}

.badge {
    background-color: #1d1d1d;
}

.media-box-container {
    border: 1px solid #bfbfbf !important;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(167, 167, 167, 0.75) !important;
    -moz-box-shadow: 1px 1px 3px 0px rgba(167, 167, 167, 0.75) !important;
    box-shadow: 1px 1px 3px 0px rgba(167, 167, 167, 0.75) !important;
}

.stats-value {
    font-size: 200%;
    font-weight: bold;
    margin-left: 10px;
}

span.stats-label {
    margin-left: 20px;
}

.stats-box {
    padding: 10px 20px;
    border: 1px solid #c7c7c7;
    background-color: #f3f3f3;
    margin: 10px 0;
    border-radius: 10px;
    -webkit-box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 6px 0px rgba(140, 140, 140, 0.75);
}

.stats-icon {
    min-width: 70px;
}

.fa_color-quiz {
    color: #676767;
}

.fa_color-assignment {
    color: #3a903c;
}

hr.hr-style1 {
    margin:7px 0;
    border-top: 1px solid #bbbbbb !important;
}

small {
    color: #8C8C8C;
}

html,
body {

}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
    background: #eee url("/images/pw_maze_white.png") repeat fixed center; 

}

.media-box-container:hover {
    border: 1px solid #1d1d1d !important;
}

.ui-state-active{
    background: #ffffd0;
    color: #212121;
    border: 0;
    border-radius: 6px;
}

.wrap > .container {
    /*padding: 70px 15px 20px;*/
}

.btn-primary {
    color: #fff;
    background-color: #1d1d1d;
    border-color: #000;
}

.export-html, .export-json{
    display:none !important;
}

.video-bookmarks {
    padding: 10px;
}

.well-bookmark {
    margin-bottom: 6px;
}

.bookmark-link, a.bookmark-link, a.bookmark-link:hover {
    color:black;
}

.sub-actions {
    background-color: #e4e4e4;
    bottom: 0px;
    padding: 12px 0;
    height: 60px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75) !important;
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75) !important;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75) !important;
}

.sub-actions-new {
    background-color: #e4e4e4;
    bottom: 0px;
    padding: 12px 0;
    height: 60px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75) !important;
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75) !important;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75) !important;
}

.sub-action-drop {
    display:inline-block;
}

.footer {
    height: 60px;
    background-color: #FFF;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.footer-assignment {
    background: #3a903c;
}

h1, .h1 {
    font-size: 24px;
    margin-top: 0px;
    color: #000;
}

h2, h3, h4, h5 {
    margin-top:10px;
}

h2, .h2 {
    font-size: 20px;
    font-weight: 700;
}

h3, .h3 {
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #1d1d1d;
    padding-bottom: 10px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav > li > form {
    padding: 8px;
}

.nav > li > form > button:hover {
    text-decoration: none;
}

label {
    margin-right:5px;
}

.fa-share-alt, .glyphicon, .glyphicon-bullhorn, .glyphicon-envelope, .glyphicon-share, .glyphicon-picture, .glyphicon-remove, .glyphicon-eye-open, .glyphicon-pencil, .glyphicon-trash, .glyphicon-plus, .glyphicon-user, .glyphicon-certificate, .glyphicon-ok, .glyphicon-download, .glyphicon-stats {
    
    color: #9a9a9a;
}

.fa-share-alt:hover, .glyphicon:hover, .glyphicon-bullhorn:hover, .glyphicon-envelope:hover, .glyphicon-share:hover, .glyphicon-picture:hover, .glyphicon-remove:hover, .glyphicon-stats:hover, .glyphicon-eye-open:hover, .glyphicon-pencil:hover, .glyphicon-trash:hover, .glyphicon-plus:hover, .glyphicon-user:hover, .glyphicon-certificate:hover, .glyphicon-ok:hover, .glyphicon-download:hover {
    
    color: #1d1d1d;
}

h5 {
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
}

.form-header {
    font-weight: bold;
    font-size: 150%;
    border-bottom: 1px solid #ccc;
    margin: 10px 0 20px 0;
    padding: 5px 0;
}

.row.form-group {
    margin-bottom: 0;
}

.hidden {
    display:none;
}

li.active {
    font-weight: bold;
    margin-top: 3px;
}

a.navbar-brand {
    margin: 0;
    padding: 5px 0;
    max-height: 60px;
}

.navbar-fixed-top {
    height: 70px;
}

.navbar-nav {
    margin-top: 20px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #080808;
    border-radius: 10px;
    padding: 6px 15px;
    margin-top: 5px;
}

ul.breadcrumb {
    margin-top: 6px;
    margin-bottom: 12px;
}

.dropzone {
    border-radius: 5px;
    background: white;
}

.dz-message {
    font-size: 125%;
    font-weight: bold;
    color: #4E4E4E;
}

span.dropsub {
    font-size: 70%;
    font-weight: normal;
}

div#myDropzone {
    margin-bottom: 20px;
}

td a {
    color: #000;
}

iframe { 
    overflow:hidden; 
    border: 0px !important;
}

ul.breadcrumb {
    background: #fff;
}

.navbar-inverse {
    margin-bottom: 10px;
    border: 0;
}

.navbar {
    border-radius: 0px !important;
}

#pre-header {
    min-height: 30px;
}

.pre-header{
    padding: 5px 15px;
}

.pull-right{
    text-align: right;
    float:right;
}

input.form-control.form-control-small {
    padding: 2px 6px;
    height: 26px;
}

.navbar-form-small {
    margin: 0;
    padding-right: 0px;
}

.btn-small {
    padding: 2px 6px;
}

.container.pre-header {
    line-height: 24px;
}

@media (max-width: 768px) {
    
    .action-btn-media-view {
    display: inline-block;
    }
   .mobile-hide {
    display: none !important;
    }
    
  .pull-right {
    float: none!important; 
    text-align: left!important;
  }
  
}

.container {
    width: 100% !important;
}

.navbar-inverse {
    padding: 4px 10px;
    min-height: 100px;

}

span.pre-header-text {
    padding-left: 0px;
}

a.media-title {
    color: #1d1d1d;
}

.media-box-image, .media-box-content {
    cursor: pointer;
}

.table-bordered {
    background: #F1F1F1;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
}

.btn-primary:hover {
    background-color: #1d1d1d;
    border-color: #000;
}

.summary {
    padding: 0px 0 10px 0;
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #dedede;
}

thead { background-color: #585858; color: #fff; }
thead a { color: #FFF; }

.row.media-info {
    background: #FFF;
    margin: 20px 0px 0px 0px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    padding: 10px;
}

.mini-media-info {
    background: #FFF;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    padding: 10px;
    margin-bottom: 20px;
}

.kv-thead-float {
    /*z-index: 0 !important;*/
}

.navbar-inverse {
    background-color: #FFF;
}

.media-actions-video{
    background: #dc4736;
}

.media-actions-file{
    background: #a045b4;
}

.media-actions-folder{
    background: #fdbd00;
}

.media-actions-project{
    background: #f16922;
}

.media-actions-image{
    background: #3f88f8;
}

.media-actions-audio{
    background: #119c55;
}

.media-actions-group-folder{
    background: #6DB1D5;
}

.media-type-group-folder, .fa_color-group-folder{
    color: #6DB1D5;
}

.media-type-video, .fa_color-video{
    color: #dc4736;
}

.media-type-file, .fa_color-file{
    color: #a045b4;
}

.media-type-folder, .fa_color-folder{
    color: #fdbd00;
}

.media-type-project, .fa_color-project{
    color: #f16922;
}

.media-type-image, .fa_color-image{
    color: #3f88f8;
}

.media-type-audio, .fa_color-audio{
    color: #119c55;
}

.action-btn-media-view {
    color: white !important;
    font-size: 42px;
    text-align: center;
    display: block;
    padding: 6px;
}

.media-actions {
    text-align: center;
}

.fa_mediatype-large{
    font-size: 40px !important;
    text-align: center;
}

.fa_mediatype-xlarge{
    font-size: 60px !important;
    text-align: center;
    padding: 10px;
}

.details-box{
    padding: 0px;
}

.details-box-text {
    padding: 10px;
}

.progress-area{
    background: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 1px solid #e3e3e3;
    padding: 15px;
}

.quiz-progress-bar-area{
    margin-bottom: 5px;
}

.quiz-wizard-text {
    line-height: 20px;
    padding: 20px;
}

.details-box, .media-actions {
    -webkit-box-shadow: inset 2px 0px 1px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 2px 0px 1px 0px rgba(0,0,0,0.75);
    box-shadow: inset 2px 0px 1px 0px rgba(0,0,0,0.75);
}

.quiz-wizard-well {
    padding:0px;
}


.media-type-icon {
    background: #FFF;
    padding: 10px;
    overflow: visible;
    width: 100px;
    border-radius: 200px;
    height: 100px;
    margin-left: -34px;
    margin-top: 10px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
}

.media-type-icon-2 {
    background: #FFF;
    padding: 10px;
    overflow: visible;
    width: 100px;
    border-radius: 200px;
    height: 100px;
    margin: 10px auto;
    text-align: center;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

div#embed {
    min-width: 80%;
}

div#embedinternal {
    min-width: 80%;
}

div#embedlti {
    min-width: 80%;
}

.filters-container {
    text-align: center;
    margin-bottom: 50px;
}

form#showcaseform {
    padding: 10px;
}

input.showcaseitem, input.groupitem {
    margin: 6px 0;
}

.media-box-thumbnail-container {
    background-color: white !important;
}

.showcase-preview {
    background: white;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom:10px;
}

.user-media, .fancy-box {
    background: white;
    padding: 10px 10px 1px 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
}

.streaming-district-logo {
    padding: 10px;
    text-align: center;
}

.note-attachment {
    margin: 10px 0;
}

.dropdown-menu {
    z-index: 1002 !important;
}

.well {
    border-color: #929292;
}

.tagheader {
    margin: 6px 0;
    font-weight: bold;
}

span.display-tag, span.display-standard {
    background: #f7f7f7;
    border-radius: 20px;
    padding: 4px 8px;
    margin: 2px;
    border: 1px solid #a2a2a2;
    line-height: 20px;
    white-space: pre;
    display: inline-block;
    -webkit-box-shadow: 0px 3px 5px -3px #000000;
    box-shadow: 0px 3px 5px -3px #000000;
}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
    color: inherit;
    font-size: 12px;
}

.panel-group {
    margin-bottom: 10px;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #FFF;
    border-color: #ddd;
}

.clippy {
    margin-top: -3px;
    position: relative;
    top: 3px;
}

.linktext{
    min-height: 34px;
    padding: 7px 8px;
    font-size: 13px;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 8px center;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);
}

.input-group-button {
    width: 1%;
    vertical-align: middle;
}

group-button {
    display: table-cell;
}

.btn-clippy{
    margin-left: -6px;
    border-radius: 0 4px 4px 0;
    
}

input#link, input#embed_text, input#linklti {
    width: 90%;
}

input#internallink {
    width: 90%;
}

.login-well{
    background-color: #fff;
    border: 1px solid #e3e3e3 !important;

}

.breadcrumb {
    border: 1px solid #e3e3e3;
}

.hits {
    float: right;
    border: 1px solid #1d1d1d;
    padding: 2px 6px;
    border-radius: 6px;
    background: #dcdcdc;
    font-size: 14px;
    font-weight: 700;

}

.mini-box {
    text-align: center;
    background: white;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
}

.mini-info {
    margin-bottom: 10px;
}

span.big-data {
    font-size: 30px;
    padding: 10px;
    margin-bottom: 10px;
}

.fa-4x {
    font-size: 38px !important;
}

.nav > li > a {

}

.pull-right.galleryactions {
    margin-top: 4px;
}

.jumbotron {
    background: #dcdcdc;
}

.jumbotron h1, .jumbotron .h1 {
    font-size: 43px;
}

.col-centered{
    float: none;
    margin: 0 auto;
}


